6.113. sibl_gui.components.addons.rewiringTool.rewiringTool
rewiringTool.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the RewiringTool Component Interface class.
Others:
6.113.1. Module Attributes
-
sibl_gui.components.addons.rewiringTool.rewiringTool.LOGGER
-
sibl_gui.components.addons.rewiringTool.rewiringTool.COMPONENT_UI_FILE
6.113.2. Classes
-
class sibl_gui.components.addons.rewiringTool.rewiringTool.RewiringTool(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
- parent (QObject) – Object parent.
- name (unicode) – Component name.
- *args (*) – Arguments.
- **kwargs (**) – Keywords arguments.
|
-
dockArea[source]
Property for self.__dockArea attribute.
Returns: | self.__dockArea. |
Return type: | int |
-
engine[source]
Property for self.__engine attribute.
Returns: | self.__engine. |
Return type: | QObject |
-
iblSetsOutliner[source]
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
Return type: | QWidget |
-
reWireFramesWidgets[source]
Property for self.__reWireFramesWidgets attribute.
Returns: | self.__reWireFramesWidgets. |
Return type: | tuple |
-
reWireComboBoxesWidgets[source]
Property for self.__reWireComboBoxesWidgets attribute.
Returns: | self.__reWireComboBoxesWidgets. |
Return type: | tuple |
-
reWireLineEditWidgets[source]
Property for self.__reWireLineEditWidgets attribute.
Returns: | self.__reWireLineEditWidgets. |
Return type: | tuple |
-
rewiringParameters[source]
Property for self.__rewiringParameters attribute.
Returns: | self.__rewiringParameters. |
Return type: | tuple |
-
activate(engine)[source]
Activates the Component.
Parameters: | engine (QObject) – Engine to attach the Component to. |
Returns: | Method success. |
Return type: | bool |
-
deactivate()[source]
Deactivates the Component.
Returns: | Method success. |
Return type: | bool |
-
initializeUi()[source]
Initializes the Component ui.
Returns: | Method success. |
Return type: | bool |
-
uninitializeUi()[source]
Uninitializes the Component ui.
Returns: | Method success. |
Return type: | bool |
-
addWidget()[source]
Adds the Component Widget to the engine.
Returns: | Method success. |
Return type: | bool |
-
removeWidget()[source]
Removes the Component Widget from the engine.
Returns: | Method success. |
Return type: | bool |
-
getOverrideKeys()[source]
Gets override keys.
Returns: | Method success. |
Return type: | bool |