6.99. sibl_gui.components.addons.iblSetsScanner.iblSetsScanner
iblSetsScanner.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the IblSetsScanner Component Interface class.
Others:
6.99.1. Module Attributes
-
sibl_gui.components.addons.iblSetsScanner.iblSetsScanner.LOGGER
6.99.2. Classes
-
class sibl_gui.components.addons.iblSetsScanner.iblSetsScanner.IblSetsScanner(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qobjectComponent.QObjectComponent
It instantiates the
IblSetsScanner class on Application startup which will gather new Ibl Sets
from Database registered directories parents.
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 |
-
collectionsOutliner[source]
Property for self.__collectionsOutliner attribute.
Returns: | self.__collectionsOutliner. |
Return type: | QWidget |
-
iblSetsOutliner[source]
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
Return type: | QWidget |
-
iblSetsScannerWorkerThread[source]
Property for self.__iblSetsScannerWorkerThread attribute.
Returns: | self.__iblSetsScannerWorkerThread. |
Return type: | QThread |
-
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 |
-
initialize()[source]
Initializes the Component.
Returns: | Method success. |
Return type: | bool |
-
uninitialize()[source]
Uninitializes the Component.
Returns: | Method success. |
Return type: | bool |
-
onStartup()[source]
Defines the slot triggered on Framework startup.
Returns: | Method success. |
Return type: | bool |