NINJA-IDE

Module: shortcut_manager.py API

No description.

Class: TreeResult(QTreeWidget)

class TreeResult(QTreeWidget):

No description.

Function: __init__() [at ln:43]

def __init__():

No description.


Class: ShortcutConfiguration(QWidget)

class ShortcutConfiguration(QWidget):
Dialog to manage ALL shortcuts

Function: __init__() [at ln:127]

def __init__():

No description.


Function: __validate_shortcut(keysequence) [at ln:238]

def __validate_shortcut(keysequence):
Validate a shortcut

Function: _load_defaults_shortcuts() [at ln:302]

def _load_defaults_shortcuts():

No description.


Function: _load_shortcuts() [at ln:293]

def _load_shortcuts():

No description.


Function: _open_shortcut_dialog(item, column) [at ln:268]

def _open_shortcut_dialog(item, column):
Open the dialog to set a shortcut

Function: _shortcut_changed(keysequence) [at ln:231]

def _shortcut_changed(keysequence):
Validate and set a new shortcut

Function: save() [at ln:279]

def save():
Save all shortcuts to settings

Class: ShortcutDialog(QDialog)

class ShortcutDialog(QDialog):
Dialog to set a shortcut for an action
this class emit the follow signals:
shortcutChanged(QKeySequence)

Function: __init__(parent) [at ln:60]

def __init__(parent):

No description.


Function: eventFilter(watched, event) [at ln:92]

def eventFilter(watched, event):

No description.


Function: keyPressEvent(evt) [at ln:99]

def keyPressEvent(evt):

No description.


Function: save_shortcut() [at ln:84]

def save_shortcut():

No description.


Function: set_shortcut(txt) [at ln:89]

def set_shortcut(txt):

No description.

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