Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.Stage.Stage Class Reference

Stages handle combined views in an Uranium application. More...

Inheritance diagram for UM.Stage.Stage:
UM.PluginObject.PluginObject

Public Member Functions

def __init__
 
def onStageSelected
 Something to do when this Stage is selected.
 
def onStageDeselected
 Something to do when this Stage is deselected.
 
def addDisplayComponent
 Add a QML component to the stage.
 
def getDisplayComponent
 Get a QUrl by name. More...
 
def iconSource
 
def setIconSource
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
def __init__
 
def getPluginId
 
def setPluginId
 
def setVersion
 
def getVersion
 

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.getDisplayComponent (   self,
  name 
)

Get a QUrl by name.


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