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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moMasterPlugin Class Reference

#include <moMasterPlugin.h>

Public Member Functions

 moMasterPlugin ()
 
 moMasterPlugin (moText plugin_file)
 
virtual ~moMasterPlugin ()
 
void Load (moText plugin_file)
 
void Unload ()
 
moMasterEffectCreate ()
 
bool Destroy (moMasterEffect *mastereffect)
 
moText GetName ()
 

Public Attributes

moMasterEffect ** array
 
int n
 
CreateMasterEffectFactoryFunction CreateMasterEffectFactory
 
DestroyMasterEffectFactoryFunction DestroyMasterEffectFactory
 
moMasterEffectFactorym_factory
 

Detailed Description

Definition at line 49 of file moMasterPlugin.h.

Constructor & Destructor Documentation

moMasterPlugin::moMasterPlugin ( )
inline

Definition at line 60 of file moMasterPlugin.h.

moMasterPlugin::moMasterPlugin ( moText  plugin_file)
inline

Definition at line 61 of file moMasterPlugin.h.

virtual moMasterPlugin::~moMasterPlugin ( )
inlinevirtual

Definition at line 62 of file moMasterPlugin.h.

Member Function Documentation

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.

moText moMasterPlugin::GetName ( )
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.

Member Data Documentation

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.


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