Uranium
Application Framework
UM.ConfigurationErrorMessage.ConfigurationErrorMessage Class Reference

This is a specialised message that shows errors in the configuration. More...

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__
 Class for displaying messages to the user. More...
 
def show (self)
 Show the message (if not already visible)
 
def visible (self)
 Returns a boolean indicating whether the message is currently visible. More...
 
def isDismissable (self)
 Can the message be closed by user?
 
def setLifetimeTimer
 Set the lifetime timer of the message. More...
 
def setInactivityTimer
 Set the inactivity timer of the message. More...
 
def addAction
 Add an action to the message Actions are useful for making messages that require input from the user. More...
 
def getActions (self)
 Get the list of actions to display buttons for on the message. More...
 
def getOptionText (self)
 
def getOptionState (self)
 
def getImageSource (self)
 
def getImageCaption (self)
 
def setText
 Changes the text on the message. More...
 
def getText (self)
 Returns the text in the message. More...
 
def setMaxProgress
 Sets the maximum numerical value of the progress bar on the message. More...
 
def getMaxProgress (self)
 Gets the maximum value of the progress bar on the message. More...
 
def setProgress
 Changes the state of the progress bar. More...
 
def getProgress (self)
 Returns the current progress. More...
 
def setTitle
 Changes the message title. More...
 
def getTitle (self)
 Returns the message title. More...
 
def hide
 Hides this message. More...
 

Additional Inherited Members

- Static Public Attributes inherited from UM.Message.Message
tuple inactivityTimerStop = pyqtSignal()
 
tuple inactivityTimerStart = pyqtSignal()
 
tuple actionTriggered = Signal()
 
tuple optionToggled = Signal()
 
tuple progressChanged = Signal()
 Signal that gets emitted whenever the state of the progress bar on this message changes. More...
 

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: