Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
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__
 
def addFaultyContainers
 
def getInstance
 
- Public Member Functions inherited from UM.Message.Message
def __init__
 Class for displaying messages to the user. More...
 
def show
 Show the message (if not already visible)
 
def isDismissable
 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
 Get the list of actions to display buttons for on the message. More...
 
def setText
 Changes the text on the message. More...
 
def getText
 Returns the text in the message. More...
 
def setMaxProgress
 Sets the maximum numerical value of the progress bar on the message. More...
 
def getMaxProgress
 Gets the maximum value of the progress bar on the message. More...
 
def setProgress
 Changes the state of the progress bar. More...
 
def getProgress
 Returns the current progress. More...
 
def setTitle
 Changes the message title. More...
 
def getTitle
 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 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: