| Trees | Indices | Help |
|
|---|
|
|
PyQt4.QtGui.QWidget --+
|
base_tab.ProvidesBasisMixin --+
|
PyQt4.QtGui.QWidget --+ |
| |
base_tab.ProvidesStructuresMixin --+
|
PyQt4.QtGui.QWidget --+ |
| |
base_tab.BaseTab --+
|
multi_structure_tab.MultiStructureTab --+
|
IrcTab
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| str |
NAME = "IRC"The name of the tab |
||
| str |
HELP_TOPIC = "JAGUAR_TOPIC_IRC_FOLDER"The help topic for the tab |
||
| tuple |
UI_MODULES = ui.irc_top_ui, ui.multi_structures_ui, ui.irc_botA tuple of ui modules defining the tab widgets. |
||
DIRECTIONS = OrderedDict((("Forward/Reverse", mm.MMJAG_IRCMODE
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Perform tab specific initialization. This function should be defined in subclasses if initialization is needed.
|
Get the default keywords for this tab. Note that defaults that exist in mmjag should not be explicitly set here.
|
Return all keywords that should be put into the mmjag handle. This function should be defined in subclasses.
|
Restore tab settings from mmjag keywords. This function should be defined in subclasses.
|
Load the specified value into the given spinbox if the value is positive. Issue a warning otherwise.
|
Load the specified value into the given line edit if the value is positive. Issue a warning otherwise.
|
Load the specified value into the given widget if the value is positive. Issue a warning otherwise.
|
|
|||
UI_MODULESA tuple of ui modules defining the tab widgets. These ui modules should be listed top to bottom. Optionally, a tuple of (tab class, attribute name) may be listed instead of a ui file to include a subtab.
|
DIRECTIONS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:36 2015 | http://epydoc.sourceforge.net |