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