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