xentara-plugin v1.2
The Xentara Plugin Framework
|
Base class for the Xentara plugin object. More...
#include <plugin/Plugin.hpp>
Classes | |
class | Registry |
Public Member Functions | |
virtual internal | ~Plugin ()=0 |
Virtual destructor. | |
virtual auto | registerObjects (Registry ®istry) -> void=0 |
Called by the framework to regsiter all objects. | |
Base class for the Xentara plugin object.
Each plugin must have a single plugin object derived from this class. The object must have static storage duration, meaning it must be a static member variable or a global variable.
|
pure virtualdefault |
Virtual destructor.
|
pure virtual |
Called by the framework to regsiter all objects.
registry | The registry that should be used to register the objects |