6.95. sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions

loaderScriptOptions.py

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

Others:

6.95.1. Module Attributes

sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions.LOGGER
sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions.COMPONENT_UI_FILE

6.95.2. Classes

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

Bases: manager.qwidgetComponent.QWidgetComponent

This class isthe sibl_gui.components.addons.loaderScriptOptions.loaderScriptOptions Component Interface class.
It provides override keys on request for the sibl_gui.components.addons.loaderScript.loaderScript Component.
It exposes Templates files Common Attributes and Additional Attributes sections so that the user can configure the behavior of the Loader Script.
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 )
templatesOutliner[source]

This method is the property for self.__templatesOutliner attribute.

Returns:self.__templatesOutliner. ( QWidget )
loaderScript[source]

This method is the property for self.__loaderScript attribute.

Returns:self.__loaderScript. ( QWidget )
views[source]

This method is the property for self.__views attribute.

Returns:self.__views. ( Tuple )
commonView[source]

This method is the property for self.__commonView attribute.

Returns:self.__commonView. ( QListView )
additionalView[source]

This method is the property for self.__additionalView attribute.

Returns:self.__additionalView. ( QListView )
namespaceSplitter[source]

This method is the property for self.__namespaceSplitter attribute.

Returns:self.__namespaceSplitter. ( String )
templatesSettingsDirectory[source]

This method is the property for self.__templatesSettingsDirectory attribute.

Returns:self.__templatesSettingsDirectory. ( String )
templateSettingsFile[source]

This method is the property for self.__templateSettingsFile attribute.

Returns:self.__templateSettingsFile. ( String )
templateCommonAttributesSection[source]

This method is the property for self.__templateCommonAttributesSection attribute.

Returns:self.__templateCommonAttributesSection. ( String )
templateAdditionalAttributesSection[source]

This method is the property for self.__templateAdditionalAttributesSection attribute.

Returns:self.__templateAdditionalAttributesSection. ( String )
templateScriptSection[source]

This method is the property for self.__templateScriptSection attribute.

Returns:self.__templateScriptSection. ( String )
optionsToolboxesHeaders[source]

This method is the property for self.__optionsToolboxesHeaders attribute.

Returns:self.__optionsToolboxesHeaders. ( List )
uiLightGrayColor[source]

This method is the property for self.__uiLightGrayColor attribute.

Returns:self.__uiLightGrayColor. ( QColor )
uiDarkGrayColor[source]

This method is the property for self.__uiDarkGrayColor attribute.

Returns:self.__uiDarkGrayColor. ( QColor )
enumSplitter[source]

This method is the property for self.__enumSplitter attribute.

Returns:self.__enumSplitter. ( String )
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 )