Uranium
Application Framework
UM.ConfigurationErrorMessage.ConfigurationErrorMessage Class Reference
Inheritance diagram for UM.ConfigurationErrorMessage.ConfigurationErrorMessage:
UM.Message.Message

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 (self, send_signal=True)
 

Additional Inherited Members

- Static Public Attributes inherited from UM.Message.Message
 inactivityTimerStop = pyqtSignal()
 
 inactivityTimerStart = pyqtSignal()
 
 pyQtActionTriggered = pyqtSignal(QObject, str)
 
 actionTriggered = Signal()
 
 optionToggled = Signal()
 
 titleChanged = Signal()
 
 textChanged = Signal()
 
 progressChanged = Signal()
 

Detailed Description

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).

The documentation for this class was generated from the following file: