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 (moPluginDefinitions) moDefineDynamicArray(moPluginsArray) moEffectFactory | |
LIBMOLDEO_API moEffect * | moNewEffect (moText effect_name, moPluginsArray &plugins) |
LIBMOLDEO_API bool | moDeleteEffect (moEffect *effect, moPluginsArray &plugins) |
moDefineDynamicArray | ( | moPluginDefinitions | ) |
Definition at line 36 of file moPlugin.cpp.
LIBMOLDEO_API bool moDeleteEffect | ( | moEffect * | effect, |
moPluginsArray & | plugins | ||
) |
unload plugin if all instances were delete
Definition at line 195 of file moPlugin.cpp.
LIBMOLDEO_API moEffect* moNewEffect | ( | moText | effect_name, |
moPluginsArray & | plugins | ||
) |
Definition at line 146 of file moPlugin.cpp.