NINJA-IDE

Contents

Module: ui_tools.py API

No description.

Global Functions:

Function: get_qml_resource(qmlpath) [at ln:672]

def get_qml_resource(qmlpath):

No description.


Function: install_shortcuts(obj, actions, ide) [at ln:623]

def install_shortcuts(obj, actions, ide):

No description.


Function: load_table(table, headers, data, checkFirstColumn=True) [at ln:71]

def load_table(table, headers, data, checkFirstColumn=True):

No description.


Function: print_file(fileName, printFunction) [at ln:266]

def print_file(fileName, printFunction):
This method print a file

This method print a file, fileName is the default fileName,
and printFunction is a funcion that takes a QPrinter
object and print the file,
the print method
More info on:http://doc.qt.nokia.com/latest/printing.html

Function: remove_get_selected_items(table, data) [at ln:91]

def remove_get_selected_items(table, data):

No description.


Class: ThreadProjectExplore(QThread)

class ThreadProjectExplore(QThread):

No description.

Function: __init__() [at ln:151]

def __init__():

No description.


Function: _thread_open_project() [at ln:189]

def _thread_open_project():

No description.


Function: _thread_refresh_project() [at ln:173]

def _thread_refresh_project():

No description.


Function: open_folder(folder) [at ln:158]

def open_folder(folder):

No description.


Function: refresh_project(path, item, extensions) [at ln:163]

def refresh_project(path, item, extensions):

No description.


Function: run() [at ln:170]

def run():

No description.


Class: ThreadExecution(QThread)

class ThreadExecution(QThread):

No description.

Function: __init__(functionInit=None, args=None, kwargs=None) [at ln:131]

def __init__(functionInit=None, args=None, kwargs=None):

No description.


Function: run() [at ln:141]

def run():

No description.


Class: FaderWidget(QWidget)

class FaderWidget(QWidget):

No description.

Function: __init__(old_widget, new_widget) [at ln:295]

def __init__(old_widget, new_widget):

No description.


Function: animate(value) [at ln:318]

def animate(value):

No description.


Function: paintEvent(event) [at ln:311]

def paintEvent(event):

No description.


Class: LineEditButton(object)

class LineEditButton(object):

No description.

Function: __init__(lineEdit, operation, icon=None) [at ln:521]

def __init__(lineEdit, operation, icon=None):

No description.


Class: AddToProject(QDialog)

class AddToProject(QDialog):

No description.

Function: __init__(pathProjects, parent=None) [at ln:330]

def __init__(pathProjects, parent=None):

No description.


Function: _callback_load_project() [at ln:375]

def _callback_load_project():

No description.


Function: _load_folder(folderStructure, folder, parentItem) [at ln:406]

def _load_folder(folderStructure, folder, parentItem):

No description.


Function: _load_project(folderStructure, folder) [at ln:391]

def _load_project(folderStructure, folder):

No description.


Function: _select_path() [at ln:385]

def _select_path():

No description.


Function: _thread_load_projects(projects) [at ln:368]

def _thread_load_projects(projects):

No description.


Function: loading_projects(projects) [at ln:361]

def loading_projects(projects):

No description.


Class: Overlay(QWidget)

class Overlay(QWidget):

No description.

Function: __init__(parent=None) [at ln:214]

def __init__(parent=None):

No description.


Function: paintEvent(event) [at ln:221]

def paintEvent(event):

No description.


Function: showEvent(event) [at ln:252]

def showEvent(event):

No description.


Function: timerEvent(event) [at ln:256]

def timerEvent(event):

No description.


Class: LineEditTabCompleter(QLineEdit)

class LineEditTabCompleter(QLineEdit):

No description.

Function: __init__(completer, type=QCompleter.PopupCompletion) [at ln:574]

def __init__(completer, type=QCompleter.PopupCompletion):

No description.


Function: change_completion_type() [at ln:614]

def change_completion_type():

No description.


Function: contextMenuEvent(event) [at ln:597]

def contextMenuEvent(event):

No description.


Function: event(event) [at ln:581]

def event(event):

No description.


Class: ProfilesLoader(QDialog)

class ProfilesLoader(QDialog):

No description.

Function: __init__(load_func, create_func, save_func, profiles, parent=None) [at ln:428]

def __init__(load_func, create_func, save_func, profiles, parent=None):

No description.


Function: create_profile() [at ln:486]

def create_profile():

No description.


Function: delete_profile() [at ln:507]

def delete_profile():

No description.


Function: load_profile_content() [at ln:475]

def load_profile_content():

No description.


Function: open_profile() [at ln:500]

def open_profile():

No description.


Function: save_profile() [at ln:491]

def save_profile():

No description.


Class: LineEditCount(QObject)

class LineEditCount(QObject):

No description.

Function: __init__(lineEdit) [at ln:552]

def __init__(lineEdit):

No description.


Function: update_count(index, total, hasSearch=False) [at ln:563]

def update_count(index, total, hasSearch=False):

No description.


Class: ComboBoxButton(object)

class ComboBoxButton(object):

No description.

Function: __init__(combo, operation, icon=None) [at ln:536]

def __init__(combo, operation, icon=None):

No description.


Class: LoadingItem(QLabel)

class LoadingItem(QLabel):

No description.

Function: __init__() [at ln:105]

def __init__():

No description.


Function: add_item_to_tree(folder, tree, item_type=None, parent=None) [at ln:112]

def add_item_to_tree(folder, tree, item_type=None, parent=None):

No description.


Class: TabShortcuts(QShortcut)

class TabShortcuts(QShortcut):

No description.

Function: __init__(key, parent, index) [at ln:681]

def __init__(key, parent, index):

No description.

Contents © 2013 NINJA-IDE - Powered by Nikola and Documentor