6.105. sibl_gui.components.addons.loggingNotifier.loggingNotifier
loggingNotifier.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the LoggingNotifier Component Interface class.
Others:
6.105.1. Module Attributes
-
sibl_gui.components.addons.loggingNotifier.loggingNotifier.LOGGER
6.105.2. Classes
-
class sibl_gui.components.addons.loggingNotifier.loggingNotifier.LoggingNotifier(name=None)[source]
Bases: manager.component.Component
It displays Application logging messages in the Application status bar.
The full Application logging history is available through
the sibl_gui.components.addons.loggingWindow.loggingWindow Component.
Initializes the class.
Parameters: | name (unicode) – Component name. |
-
engine[source]
Property for self.__engine attribute.
Returns: | self.__engine. |
Return type: | QObject |
-
memoryHandlerStackDepth[source]
Property for self.__memoryHandlerStackDepth attribute.
Returns: | self.__memoryHandlerStackDepth. |
Return type: | int |
-
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 |