qobjectComponent.py
Others:
Bases: PyQt4.QtCore.QObject
This class is the base class for Manager package QObject Components.
Parameters: |
|
---|
This signal is emited by the QObjectComponent class when the Component is activated. ( pyqtSignal )
This signal is emited by the QObjectComponent class when the Component is deactivated. ( pyqtSignal )
This signal is emited by the QObjectComponent class when the Component is initialized. ( pyqtSignal )
This signal is emited by the QObjectComponent class when the Component is uninitialized. ( pyqtSignal )
This method is the property for self.__name attribute.
Returns: | self.__name. ( String ) |
---|
This method is the property for self.__activated attribute.
Returns: | self.__activated. ( Boolean ) |
---|
This method is the property for self.__initialized attribute.
Returns: | self.__initialized. ( Boolean ) |
---|
This method is the property for self.__deactivatable attribute.
Returns: | self.__deactivatable. ( Boolean ) |
---|
This method sets Component activation state.
Returns: | Method success. ( Boolean ) |
---|