![]() |
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.
|
Ir al código fuente de este archivo.
Clases | |
class | moEffectFactory |
Fábrica de efectos, clase abstracta pura a implementar para un plugin derivado de moEffect. Más... | |
class | moPlugin |
Plugin de efecto. Más... | |
typedefs | |
typedef moEffectFactory *(MO_PLG_ENTRY * | CreateEffectFactoryFunction) () |
typedef void(MO_PLG_ENTRY * | DestroyEffectFactoryFunction) () |
Funciones | |
moDeclareExportedDynamicArray (moPlugin *, moPluginsArray) | |
LIBMOLDEO_API moEffect * | moNewEffect (moText effect_name, moPluginsArray &plugins) |
LIBMOLDEO_API bool | moDeleteEffect (moEffect *effect, moPluginsArray &plugins) |
typedef moEffectFactory*(MO_PLG_ENTRY * CreateEffectFactoryFunction) () |
Definición en la línea 52 del archivo moPlugin.h.
typedef void(MO_PLG_ENTRY * DestroyEffectFactoryFunction) () |
Definición en la línea 53 del archivo moPlugin.h.
moDeclareExportedDynamicArray | ( | moPlugin * | , |
moPluginsArray | |||
) |
LIBMOLDEO_API bool moDeleteEffect | ( | moEffect * | effect, |
moPluginsArray & | plugins | ||
) |
unload plugin if all instances were delete
Definición en la línea 195 del archivo moPlugin.cpp.
LIBMOLDEO_API moEffect* moNewEffect | ( | moText | effect_name, |
moPluginsArray & | plugins | ||
) |
Definición en la línea 146 del archivo moPlugin.cpp.