Uranium
Application Framework
|
Base class for objects that can be provided by a plugin. More...
Public Member Functions | |
__init__ (self) | |
getPluginId (self) | |
setPluginId (self, plugin_id) | |
Protected Attributes | |
_plugin_id | |
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.
UM.PluginObject.PluginObject.__init__ | ( | self | ) |