NINJA-IDE

Module: misc_container.py API

No description.


Class: StackedWidget(QStackedWidget)

class StackedWidget(QStackedWidget):

No description.

Function: __init__() [at ln:275]

def __init__():

No description.


Function: setCurrentIndex(index) [at ln:278]

def setCurrentIndex(index):

No description.


Function: show_display(index) [at ln:283]

def show_display(index):

No description.


Class: _ToolsDock(QWidget)

class _ToolsDock(QWidget):
Former Miscellaneous, contains all the widgets in the bottom area.

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

def __init__(parent=None):

No description.


Function: _item_changed(val) [at ln:166]

def _item_changed(val):

No description.


Function: add_project_to_console(projectFolder) [at ln:155]

def add_project_to_console(projectFolder):
Add the namespace of the project received into the ninja-console.

Function: add_to_stack(widget, icon_path, description) [at ln:257]

def add_to_stack(widget, icon_path, description):
Add a widget to the container and an button(with icon))to the toolbar
to show the widget

Function: change_visibility() [at ln:149]

def change_visibility():

No description.


Function: execute_file() [at ln:185]

def execute_file():
Execute the current file.

Function: execute_project() [at ln:202]

def execute_project():
Execute the project marked as Main Project.

Function: gain_focus() [at ln:163]

def gain_focus():

No description.


Function: install() [at ln:143]

def install():

No description.


Function: kill_application() [at ln:241]

def kill_application():

No description.


Function: load_toolbar(toolbar) [at ln:181]

def load_toolbar(toolbar):

No description.


Function: remove_project_from_console(projectFolder) [at ln:159]

def remove_project_from_console(projectFolder):
Remove the namespace of the project received from the console.

Function: render_web_page(url) [at ln:244]

def render_web_page(url):

No description.


Function: run_application(fileName, pythonPath=False, PYTHONPATH=None, programParams=str, preExec=str, postExec=str) [at ln:227]

def run_application(fileName, pythonPath=False, PYTHONPATH=None, programParams=str, preExec=str, postExec=str):

No description.


Function: setup_ui() [at ln:77]

def setup_ui():

No description.


Function: show_find_in_files_widget() [at ln:171]

def show_find_in_files_widget():

No description.


Function: show_find_occurrences(word) [at ln:176]

def show_find_occurrences(word):

No description.


Function: show_results(items) [at ln:235]

def show_results(items):

No description.

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