|
Uranium
Application Framework
|
Public Member Functions | |
| def | __init__ (self, application, args, kwargs) |
| def | addFaultyContainers |
| def | getInstance (cls, args, kwargs) |
Public Member Functions inherited from UM.Message.Message | |
| def | __init__ |
| def | show (self) |
| def | visible (self) |
| def | isDismissable (self) |
| def | setLifetimeTimer |
| def | setInactivityTimer |
| def | addAction |
| def | getActions (self) |
| def | getOptionText (self) |
| def | getOptionState (self) |
| def | getImageSource (self) |
| def | getImageCaption (self) |
| def | getMessageType (self) |
| def | setText |
| def | getText (self) |
| def | setMaxProgress |
| def | getMaxProgress (self) |
| def | setProgress |
| def | getProgress (self) |
| def | setTitle |
| def | getTitle (self) |
| def | hide |
Additional Inherited Members | |
Static Public Attributes inherited from UM.Message.Message | |
| tuple | inactivityTimerStop = pyqtSignal() |
| tuple | inactivityTimerStart = pyqtSignal() |
| tuple | pyQtActionTriggered = pyqtSignal(QObject, str) |
| tuple | actionTriggered = Signal() |
| tuple | optionToggled = Signal() |
| tuple | titleChanged = Signal() |
| tuple | textChanged = Signal() |
| tuple | progressChanged = Signal() |
This is a specialised message that shows errors in the configuration. This class coalesces all errors in the configuration. Whenever there are new errors the message gets updated (and shown if it was hidden).