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