notificationsManager.py
Others:
Bases: foundations.dataStructures.Structure
This class represents a storage object for NotificationsManager class notification.
Parameters: | **kwargs – message, time. ( Key / Value pairs ) |
---|
Bases: PyQt4.QtCore.QObject
This class defines the Application notifications manager.
This signal is emited by the NotificationsManager class when a notification is registered. ( pyqtSignal )
Returns: | Current registered notification. ( Notification ) |
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__notifications attribute.
Returns: | self.__notifications. ( List ) |
---|
This method is the property for self.__notifiers attribute.
Returns: | self.__notifiers. ( List ) |
---|
This method is the property for self.__notifiersStackPadding attribute.
Returns: | self.__notifiersStackPadding. ( Integer ) |
---|
This method returns the registered notifications.
Returns: | Notifications list. ( List ) |
---|
This method returns if the given notification is registered.
Parameters: | notification – Notification. ( String ) |
---|---|
Returns: | Is notification registered. ( Boolean ) |
This method registers given notification.
Parameters: | notification – Notification to register. ( Notification ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method formats given notification.
Parameters: | notification – Notification to format. ( Notification ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method displays an Application notification.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method displays an Application notification warning.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method displays an Application notification exception.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |