Uranium
Application Framework
|
Public Member Functions | |
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) |
Base class for objects that can be provided by a plugin. This class should be inherited by any class that can be provided by a plugin. Its only function is to serve as a mapping between the plugin and the object.
None UM.PluginObject.PluginObject.__init__ | ( | self, | |
* | args, | ||
** | kwags | ||
) |
str UM.PluginObject.PluginObject.getId | ( | self | ) |
Dict[str, Any] UM.PluginObject.PluginObject.getMetaData | ( | self | ) |
None UM.PluginObject.PluginObject.setMetaData | ( | self, | |
Dict[str, Any] | metadata | ||
) |
Reimplemented in UM.Settings.ContainerStack.ContainerStack.