|
None | __init__ (self, Optional[QObject] parent=None) |
|
None | onStageSelected (self) |
|
None | onStageDeselected (self) |
|
None | addDisplayComponent (self, str name, Union[str, QUrl] source) |
|
QUrl | getDisplayComponent (self, str name) |
|
None | __init__ (self, *args, **kwags) |
|
str | getId (self) |
|
None | setPluginId (self, str plugin_id) |
|
None | setMetaData (self, Dict[str, Any] metadata) |
|
Dict[str, Any] | getMetaData (self) |
|
str | getPluginId (self) |
|
None | setVersion (self, str version) |
|
str | getVersion (self) |
|
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.