Uranium
Application Framework
UM.PluginObject.PluginObject Class Reference

Base class for objects that can be provided by a plugin. More...

Inheritance diagram for UM.PluginObject.PluginObject:
UM.Backend.Backend.Backend UM.Extension.Extension UM.FileHandler.FileWriter.FileWriter UM.InputDevice.InputDevice UM.Logger.LogOutput UM.OutputDevice.OutputDevicePlugin.OutputDevicePlugin UM.Settings.ContainerProvider.ContainerProvider UM.Settings.ContainerStack.ContainerStack UM.Settings.DefinitionContainer.DefinitionContainer UM.Settings.InstanceContainer.InstanceContainer UM.Stage.Stage UM.Tool.Tool UM.VersionUpgrade.VersionUpgrade UM.View.View.View

Public Member Functions

def __init__ (self, args, kwags)
 
def getId (self)
 
def setPluginId
 
def setMetaData
 
def getMetaData (self)
 
def getPluginId (self)
 
def setVersion
 
def getVersion (self)
 

Detailed Description

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.


The documentation for this class was generated from the following file: