libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moMasterPlugin.h>
Public Member Functions | |
moMasterPlugin () | |
moMasterPlugin (moText plugin_file) | |
virtual | ~moMasterPlugin () |
void | Load (moText plugin_file) |
void | Unload () |
moMasterEffect * | Create () |
bool | Destroy (moMasterEffect *mastereffect) |
moText | GetName () |
Definition at line 49 of file moMasterPlugin.h.
|
inline |
Definition at line 60 of file moMasterPlugin.h.
|
inline |
Definition at line 61 of file moMasterPlugin.h.
|
inlinevirtual |
Definition at line 62 of file moMasterPlugin.h.
moMasterEffect * moMasterPlugin::Create | ( | void | ) |
Definition at line 95 of file moMasterPlugin.cpp.
bool moMasterPlugin::Destroy | ( | moMasterEffect * | mastereffect | ) |
Definition at line 120 of file moMasterPlugin.cpp.
|
inline |
Definition at line 68 of file moMasterPlugin.h.
void moMasterPlugin::Load | ( | moText | plugin_file | ) |
Definition at line 51 of file moMasterPlugin.cpp.
void moMasterPlugin::Unload | ( | ) |
Definition at line 84 of file moMasterPlugin.cpp.
moMasterEffect** moMasterPlugin::array |
Definition at line 52 of file moMasterPlugin.h.
CreateMasterEffectFactoryFunction moMasterPlugin::CreateMasterEffectFactory |
Definition at line 55 of file moMasterPlugin.h.
DestroyMasterEffectFactoryFunction moMasterPlugin::DestroyMasterEffectFactory |
Definition at line 56 of file moMasterPlugin.h.
moMasterEffectFactory* moMasterPlugin::m_factory |
Definition at line 58 of file moMasterPlugin.h.
int moMasterPlugin::n |
Definition at line 53 of file moMasterPlugin.h.