![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
|
Ir al código fuente de este archivo.
Clases | |
| class | moMasterEffectFactory |
| class | moMasterPlugin |
'typedefs' | |
| typedef moMasterEffectFactory *(MO_PLG_ENTRY * | CreateMasterEffectFactoryFunction )() |
| typedef void(MO_PLG_ENTRY * | DestroyMasterEffectFactoryFunction )() |
Funciones | |
| moDeclareExportedDynamicArray (moMasterPlugin *, moMasterPluginsArray) | |
| LIBMOLDEO_API moMasterEffect * | moNewMasterEffect (moText effect_name, moMasterPluginsArray &plugins) |
| LIBMOLDEO_API bool | moDeleteMasterEffect (moMasterEffect *effect, moMasterPluginsArray &plugins) |
| typedef moMasterEffectFactory*(MO_PLG_ENTRY * CreateMasterEffectFactoryFunction)() |
Definición en la línea 46 del archivo moMasterPlugin.h.
| typedef void(MO_PLG_ENTRY * DestroyMasterEffectFactoryFunction)() |
Definición en la línea 47 del archivo moMasterPlugin.h.
| moDeclareExportedDynamicArray | ( | moMasterPlugin * | , |
| moMasterPluginsArray | |||
| ) |
| LIBMOLDEO_API bool moDeleteMasterEffect | ( | moMasterEffect * | effect, |
| moMasterPluginsArray & | plugins | ||
| ) |
unload plugin if all instances were delete
Definición en la línea 237 del archivo moMasterPlugin.cpp.
| LIBMOLDEO_API moMasterEffect* moNewMasterEffect | ( | moText | effect_name, |
| moMasterPluginsArray & | plugins | ||
| ) |
Definición en la línea 188 del archivo moMasterPlugin.cpp.