active_QLabel.py
Others:
Bases: PyQt4.QtCore.QObject
This class is a QObject subclass providing a group for umbra.ui.widgets.active_QLabel.Active_QLabel class objects.
Parameters: | parent – Widget parent. ( QObject ) |
---|
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. ( 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. ( 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. ( 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. ( Active_QLabel ) |
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__activeLabels attribute.
Returns: | self.__activeLabels. ( List ) |
---|
This method adds given Active_QLabel Widget.
Parameters: | activeLabel – Active label to add. ( Active_QLabel ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method removes given Active_QLabel Widget.
Parameters: | activeLabel – Active label to remove. ( Active_QLabel ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method returns the toggled Active_QLabel Widget.
Returns: | Checked active label. ( Boolean ) |
---|