![]() |
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.
|
Go to the source code of this file.
Classes | |
| class | moPostEffectFactory |
| class | moPostPlugin |
Typedefs | |
| typedef moPostEffectFactory *(MO_PLG_ENTRY * | CreatePostEffectFactoryFunction )() |
| typedef void(MO_PLG_ENTRY * | DestroyPostEffectFactoryFunction )() |
Functions | |
| 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)() |
Definition at line 47 of file moPostPlugin.h.
| typedef void(MO_PLG_ENTRY * DestroyPostEffectFactoryFunction)() |
Definition at line 48 of file moPostPlugin.h.
| moDeclareExportedDynamicArray | ( | moPostPlugin * | , |
| moPostPluginsArray | |||
| ) |
| LIBMOLDEO_API bool moDeletePostEffect | ( | moPostEffect * | effect, |
| moPostPluginsArray & | plugins | ||
| ) |
unload plugin if all instances were delete
Definition at line 196 of file moPostPlugin.cpp.
| LIBMOLDEO_API moPostEffect* moNewPostEffect | ( | moText | effect_name, |
| moPostPluginsArray & | plugins | ||
| ) |
Definition at line 146 of file moPostPlugin.cpp.