![]() |
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 | moPostEffectFactory |
class | moPostPlugin |
typedefs | |
typedef moPostEffectFactory *(MO_PLG_ENTRY * | CreatePostEffectFactoryFunction) () |
typedef void(MO_PLG_ENTRY * | DestroyPostEffectFactoryFunction) () |
Funciones | |
moDeclareExportedDynamicArray (moPostPlugin *, moPostPluginsArray) | |
LIBMOLDEO_API moPostEffect * | moNewPostEffect (moText effect_name, moPostPluginsArray &plugins) |
LIBMOLDEO_API bool | moDeletePostEffect (moPostEffect *effect, moPostPluginsArray &plugins) |
typedef moPostEffectFactory*(MO_PLG_ENTRY * CreatePostEffectFactoryFunction) () |
Definición en la línea 47 del archivo moPostPlugin.h.
typedef void(MO_PLG_ENTRY * DestroyPostEffectFactoryFunction) () |
Definición en la línea 48 del archivo moPostPlugin.h.
moDeclareExportedDynamicArray | ( | moPostPlugin * | , |
moPostPluginsArray | |||
) |
LIBMOLDEO_API bool moDeletePostEffect | ( | moPostEffect * | effect, |
moPostPluginsArray & | plugins | ||
) |
unload plugin if all instances were delete
Definición en la línea 196 del archivo moPostPlugin.cpp.
LIBMOLDEO_API moPostEffect* moNewPostEffect | ( | moText | effect_name, |
moPostPluginsArray & | plugins | ||
) |
Definición en la línea 146 del archivo moPostPlugin.cpp.