6.92. sibl_gui.components.addons.iblSetsScanner.workers

models.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the sibl_gui.components.addons.iblSetsScanner.iblSetsScanner.IblSetsScanner Component Interface class Workers.

Others:

6.92.1. Module Attributes

sibl_gui.components.addons.iblSetsScanner.workers.LOGGER

6.92.2. Classes

class sibl_gui.components.addons.iblSetsScanner.workers.IblSetsScanner_worker(parent)[source]

Bases: PyQt4.QtCore.QThread

This class is a QThread subclass used to retrieve new Ibl Sets from Database registered directories parents.

Parameters:parent – Object parent. ( QObject )
iblSetsRetrieved

This signal is emited by the IblSetsScanner_worker class when new Ibl Sets are retrieved. ( pyqtSignal )

Returns:New Ibl Sets. ( Dictionary )
container[source]

This method is the property for self.__container attribute.

Returns:self.__container. ( QObject )
databaseSession[source]

This method is the property for self.__databaseSession attribute.

Returns:self.__databaseSession. ( Object )
extension[source]

This method is the property for self.__extension attribute.

Returns:self.__extension. ( String )
newIblSets[source]

This method is the property for self.__newIblSets attribute.

Returns:self.__newIblSets. ( Dictionary )
run()[source]

This method reimplements the QThread.run() method.

scanIblSetsDirectories()[source]

This method scans Ibl Sets directories.

Returns:Method success. ( Boolean )