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.
Functions | |
moDefineDynamicArray (moPrePluginsArray) moPreEffectFactory | |
LIBMOLDEO_API moPreEffect * | moNewPreEffect (moText effect_name, moPrePluginsArray &plugins) |
LIBMOLDEO_API bool | moDeletePreEffect (moPreEffect *preeffect, moPrePluginsArray &plugins) |
moDefineDynamicArray | ( | moPrePluginsArray | ) |
Definition at line 35 of file moPrePlugin.cpp.
LIBMOLDEO_API bool moDeletePreEffect | ( | moPreEffect * | preeffect, |
moPrePluginsArray & | plugins | ||
) |
unload plugin if all instances were delete
Definition at line 198 of file moPrePlugin.cpp.
LIBMOLDEO_API moPreEffect* moNewPreEffect | ( | moText | effect_name, |
moPrePluginsArray & | plugins | ||
) |
Definition at line 149 of file moPrePlugin.cpp.