active_QLabel.py
Others:
Bases: PyQt4.QtCore.QObject
Defines a QObject subclass providing a group for umbra.ui.widgets.active_QLabel.Active_QLabel class objects.
Initializes the class.
Parameters: | parent (QObject) – Widget parent. |
---|
This signal is emited by the Active_QLabelsCollection class when one of its umbra.ui.widgets.active_QLabel.Active_QLabel child has been clicked. ( pyqtSignal )
Returns: | Current clicked active label. |
---|---|
Return type: | Active_QLabel |
This signal is emited by the Active_QLabelsCollection class when one of its umbra.ui.widgets.active_QLabel.Active_QLabel child has been pressed. ( pyqtSignal )
Returns: | Current clicked active label. |
---|---|
Return type: | Active_QLabel |
This signal is emited by the Active_QLabelsCollection class when one of its umbra.ui.widgets.active_QLabel.Active_QLabel child has been released. ( pyqtSignal )
Returns: | Current clicked active label. |
---|---|
Return type: | Active_QLabel |
This signal is emited by the Active_QLabelsCollection class when one of its umbra.ui.widgets.active_QLabel.Active_QLabel child has been toggled. ( pyqtSignal )
Returns: | Current checked active label. |
---|---|
Return type: | Active_QLabel |
Property for self.__container attribute.
Returns: | self.__container. |
---|---|
Return type: | QObject |
Property for self.__activeLabels attribute.
Returns: | self.__activeLabels. |
---|---|
Return type: | list |
Adds given Active_QLabel Widget.
Parameters: | activeLabel (Active_QLabel) – Active label to add. |
---|---|
Returns: | Method success. |
Return type: | bool |
Removes given Active_QLabel Widget.
Parameters: | activeLabel (Active_QLabel) – Active label to remove. |
---|---|
Returns: | Method success. |
Return type: | bool |
Returns the toggled Active_QLabel Widget.
Returns: | Checked active label. |
---|---|
Return type: | bool |