6.106. sibl_gui.components.addons.rewiringTool.rewiringTool

rewiringTool.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the RewiringTool Component Interface class.

Others:

6.106.1. Module Attributes

sibl_gui.components.addons.rewiringTool.rewiringTool.LOGGER
sibl_gui.components.addons.rewiringTool.rewiringTool.COMPONENT_UI_FILE

6.106.2. Classes

class sibl_gui.components.addons.rewiringTool.rewiringTool.RewiringTool(parent=None, name=None, *args, **kwargs)[source]

Bases: manager.qwidgetComponent.QWidgetComponent

This class is the sibl_gui.components.addons.rewiringTool.rewiringTool Component Interface class.
It provides override keys on request for the sibl_gui.components.addons.loaderScript.loaderScript Component.
Parameters:
  • parent – Object parent. ( QObject )
  • name – Component name. ( String )
  • *args – Arguments. ( * )
  • **kwargs – Keywords arguments. ( ** )
dockArea[source]

This method is the property for self.__dockArea attribute.

Returns:self.__dockArea. ( Integer )
engine[source]

This method is the property for self.__engine attribute.

Returns:self.__engine. ( QObject )
iblSetsOutliner[source]

This method is the property for self.__iblSetsOutliner attribute.

Returns:self.__iblSetsOutliner. ( QWidget )
reWireFramesWidgets[source]

This method is the property for self.__reWireFramesWidgets attribute.

Returns:self.__reWireFramesWidgets. ( Tuple )
reWireComboBoxesWidgets[source]

This method is the property for self.__reWireComboBoxesWidgets attribute.

Returns:self.__reWireComboBoxesWidgets. ( Tuple )
reWireLineEditWidgets[source]

This method is the property for self.__reWireLineEditWidgets attribute.

Returns:self.__reWireLineEditWidgets. ( Tuple )
rewiringParameters[source]

This method is the property for self.__rewiringParameters attribute.

Returns:self.__rewiringParameters. ( Tuple )
activate(engine)[source]

This method activates the Component.

Parameters:engine – Engine to attach the Component to. ( QObject )
Returns:Method success. ( Boolean )
deactivate()[source]

This method deactivates the Component.

Returns:Method success. ( Boolean )
initializeUi()[source]

This method initializes the Component ui.

Returns:Method success. ( Boolean )
uninitializeUi()[source]

This method uninitializes the Component ui.

Returns:Method success. ( Boolean )
addWidget()[source]

This method adds the Component Widget to the engine.

Returns:Method success. ( Boolean )
removeWidget()[source]

This method removes the Component Widget from the engine.

Returns:Method success. ( Boolean )
getOverrideKeys()[source]

This method gets override keys.

Returns:Method success. ( Boolean )