6.114. sibl_gui.components.addons.sIBLeditUtilities.sIBLeditUtilities
sIBLeditUtilities.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the sIBLeditUtilities Component Interface class.
Others:
6.114.1. Module Attributes
-
sibl_gui.components.addons.sIBLeditUtilities.sIBLeditUtilities.LOGGER
-
sibl_gui.components.addons.sIBLeditUtilities.sIBLeditUtilities.COMPONENT_UI_FILE
6.114.2. Classes
-
class sibl_gui.components.addons.sIBLeditUtilities.sIBLeditUtilities.sIBLeditUtilities(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qwidgetComponent.QWidgetComponent
It provides methods to link the Application to sIBLedit.
Initializes the class.
Parameters: |
- parent (QObject) – Object parent.
- name (unicode) – Component name.
- *args (*) – Arguments.
- **kwargs (**) – Keywords arguments.
|
-
engine[source]
Property for self.__engine attribute.
Returns: | self.__engine. |
Return type: | QObject |
-
settings[source]
Property for self.__settings attribute.
Returns: | self.__settings. |
Return type: | QSettings |
-
settingsSection[source]
Property for self.__settingsSection attribute.
Returns: | self.__settingsSection. |
Return type: | unicode |
-
preferencesManager[source]
Property for self.__preferencesManager attribute.
Returns: | self.__preferencesManager. |
Return type: | QWidget |
-
iblSetsOutliner[source]
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
Return type: | QWidget |
-
inspector[source]
Property for self.__inspector attribute.
Returns: | self.__inspector. |
Return type: | QWidget |
-
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 |
-
editIblSetInSIBLEditUi()[source]
Edits selected Ibl Set in sIBLedit.
Returns: | Method success. |
Return type: | bool |
Note: | May require user interaction. |
-
editActiveIblSetInSIBLEditUi()[source]
Edits sibl_gui.components.core.inspector.inspector Component inspected Ibl Set in sIBLedit.
Returns: | Method success. |
Return type: | bool |
Note: | May require user interaction. |
-
getProcessCommand(path, sIBLedit)[source]
Gets process command.
Parameters: |
|
Returns: | Process command.
|
Return type: | unicode
|
-
editIblSetInSIBLedit(path, sIBLedit)[source]
Edits given Ibl Set in sIBLedit.
Parameters: |
|
Returns: | Method success.
|
Return type: | bool
|