![]() |
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.
|
#include <moConsole.h>
Public Member Functions | |
| moPresetParamDefinition () | |
| moPresetParamDefinition (const moPresetParamDefinition &src) | |
| virtual | ~moPresetParamDefinition () |
| moPresetParamDefinition & | operator= (const moPresetParamDefinition &src) |
Public Attributes | |
| MOint | m_ObjectId |
| MOint | m_ParamIndex |
| MOint | m_ValueIndex |
| moEffectState | m_State |
Definition at line 87 of file moConsole.h.
| moPresetParamDefinition::moPresetParamDefinition | ( | ) |
Definition at line 68 of file moConsole.cpp.
| moPresetParamDefinition::moPresetParamDefinition | ( | const moPresetParamDefinition & | src | ) |
Definition at line 72 of file moConsole.cpp.
|
virtual |
Definition at line 76 of file moConsole.cpp.
| moPresetParamDefinition & moPresetParamDefinition::operator= | ( | const moPresetParamDefinition & | src | ) |
Definition at line 80 of file moConsole.cpp.
| MOint moPresetParamDefinition::m_ObjectId |
Definition at line 97 of file moConsole.h.
| MOint moPresetParamDefinition::m_ParamIndex |
Definition at line 98 of file moConsole.h.
| moEffectState moPresetParamDefinition::m_State |
Definition at line 100 of file moConsole.h.
| MOint moPresetParamDefinition::m_ValueIndex |
Definition at line 99 of file moConsole.h.