Uranium
Application Framework
UM.Stage.Stage Class Reference
Inheritance diagram for UM.Stage.Stage:
UM.PluginObject.PluginObject

Public Member Functions

def __init__
 
def onStageSelected (self)
 
def onStageDeselected (self)
 
def addDisplayComponent
 
def getDisplayComponent
 
def iconSource (self)
 
def setIconSource
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
def __init__ (self, args, kwags)
 
def getId (self)
 
def setPluginId
 
def setMetaData
 
def getMetaData (self)
 
def getPluginId (self)
 
def setVersion
 
def getVersion (self)
 

Static Public Attributes

tuple iconSourceChanged = pyqtSignal()
 

Detailed Description

Stages handle combined views in an Uranium application.

The active stage decides which QML component to show where.
Uranium has no notion of specific view locations as that's application specific.

Member Function Documentation

def UM.Stage.Stage.onStageDeselected (   self,
  None 
)
Something to do when this Stage is deselected
def UM.Stage.Stage.onStageSelected (   self,
  None 
)
Something to do when this Stage is selected

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