6.92. sibl_gui.components.addons.iblSetsScanner.iblSetsScanner

iblSetsScanner.py

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

Others:

6.92.1. Module Attributes

sibl_gui.components.addons.iblSetsScanner.iblSetsScanner.LOGGER

6.92.2. Classes

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

Bases: manager.qobjectComponent.QObjectComponent

This class is the sibl_gui.components.addons.iblSetsScanner.iblSetsScanner Component Interface class.
It instantiates the IblSetsScanner class on Application startup which will gather new Ibl Sets from Database registered directories parents.
Parameters:
  • parent – Object parent. ( QObject )
  • name – Component name. ( String )
  • *args – Arguments. ( * )
  • **kwargs – Keywords arguments. ( ** )
engine[source]

This method is the property for self.__engine attribute.

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

This method is the property for self.__collectionsOutliner attribute.

Returns:self.__collectionsOutliner. ( QWidget )
iblSetsOutliner[source]

This method is the property for self.__iblSetsOutliner attribute.

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

This method is the property for self.__iblSetsScannerWorkerThread attribute.

Returns:self.__iblSetsScannerWorkerThread. ( QThread )
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 )
initialize()[source]

This method initializes the Component.

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

This method uninitializes the Component.

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

This method is triggered on Framework startup.

Returns:Method success. ( Boolean )