6.102. sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions
loaderScriptOptions.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the LoaderScriptOptions Component Interface class.
Others:
6.102.1. Module Attributes
-
sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions.LOGGER
-
sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions.COMPONENT_UI_FILE
6.102.2. Classes
-
class sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions.LoaderScriptOptions(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qwidgetComponent.QWidgetComponent
It exposes Templates files Common Attributes and Additional Attributes sections so that
the user can configure the behavior of the Loader Script.
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 |
-
templatesOutliner[source]
Property for self.__templatesOutliner attribute.
| Returns: | self.__templatesOutliner. |
| Return type: | QWidget |
-
loaderScript[source]
Property for self.__loaderScript attribute.
| Returns: | self.__loaderScript. |
| Return type: | QWidget |
-
views[source]
Property for self.__views attribute.
| Returns: | self.__views. |
| Return type: | tuple |
-
commonView[source]
Property for self.__commonView attribute.
| Returns: | self.__commonView. |
| Return type: | QListView |
-
additionalView[source]
Property for self.__additionalView attribute.
| Returns: | self.__additionalView. |
| Return type: | QListView |
-
namespaceSplitter[source]
Property for self.__namespaceSplitter attribute.
| Returns: | self.__namespaceSplitter. |
| Return type: | unicode |
-
templatesSettingsDirectory[source]
Property for self.__templatesSettingsDirectory attribute.
| Returns: | self.__templatesSettingsDirectory. |
| Return type: | unicode |
-
templateSettingsFile[source]
Property for self.__templateSettingsFile attribute.
| Returns: | self.__templateSettingsFile. |
| Return type: | unicode |
-
templateCommonAttributesSection[source]
Property for self.__templateCommonAttributesSection attribute.
| Returns: | self.__templateCommonAttributesSection. |
| Return type: | unicode |
-
templateAdditionalAttributesSection[source]
Property for self.__templateAdditionalAttributesSection attribute.
| Returns: | self.__templateAdditionalAttributesSection. |
| Return type: | unicode |
-
templateScriptSection[source]
Property for self.__templateScriptSection attribute.
| Returns: | self.__templateScriptSection. |
| Return type: | unicode |
Property for self.__optionsToolboxesHeaders attribute.
| Returns: | self.__optionsToolboxesHeaders. |
| Return type: | list |
-
uiLightGrayColor[source]
Property for self.__uiLightGrayColor attribute.
| Returns: | self.__uiLightGrayColor. |
| Return type: | QColor |
-
uiDarkGrayColor[source]
Property for self.__uiDarkGrayColor attribute.
| Returns: | self.__uiDarkGrayColor. |
| Return type: | QColor |
-
enumSplitter[source]
Property for self.__enumSplitter attribute.
| Returns: | self.__enumSplitter. |
| Return type: | unicode |
-
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 |