![]() |
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 <moDataManager.h>
Public Member Functions | |
| moDataSessionKey () | |
| moDataSessionKey (long p_Timecode, moMoldeoActionType p_ActionType, long p_MoldeoObjectId, long p_PreconfId) | |
| moDataSessionKey (long p_Timecode, moMoldeoActionType p_ActionType, long p_MoldeoObjectId=MO_UNDEFINED) | |
| moDataSessionKey (long p_Timecode, moMoldeoActionType p_ActionType, long p_MoldeoObjectId, long p_ParamId, long p_ValueId) | |
| moDataSessionKey (long p_Timecode, moMoldeoActionType p_ActionType, long p_MoldeoObjectId, long p_ParamId, long p_ValueId, const moValue &p_Value) | |
| moDataSessionKey (long p_Timecode, moMoldeoActionType p_ActionType, long p_MoldeoObjectId, const moEffectState &p_effect_state) | |
| moDataSessionKey (long p_Timecode, moMoldeoActionType p_ActionType, long p_MoldeoObjectId, long p_ParamId, const moParamDefinition &p_param_definition) | |
| virtual | ~moDataSessionKey () |
| moDataSessionKey (const moDataSessionKey &src) | |
| moDataSessionKey & | operator= (const moDataSessionKey &src) |
| moValue & | GetValue () |
| moMoldeoActionType | GetActionType () const |
| bool | IsInTime (long time_position, long time_interval) |
| const moText & | ToJSON () |
| const moText & | ToXML () |
| int | Set (const moText &p_XmlText) |
Friends | |
| class | moConsole |
Definition at line 176 of file moDataManager.h.
| moDataSessionKey::moDataSessionKey | ( | ) |
Definition at line 431 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | long | p_Timecode, |
| moMoldeoActionType | p_ActionType, | ||
| long | p_MoldeoObjectId, | ||
| long | p_PreconfId | ||
| ) |
Definition at line 442 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | long | p_Timecode, |
| moMoldeoActionType | p_ActionType, | ||
| long | p_MoldeoObjectId = MO_UNDEFINED |
||
| ) |
Definition at line 453 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | long | p_Timecode, |
| moMoldeoActionType | p_ActionType, | ||
| long | p_MoldeoObjectId, | ||
| long | p_ParamId, | ||
| long | p_ValueId | ||
| ) |
Definition at line 462 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | long | p_Timecode, |
| moMoldeoActionType | p_ActionType, | ||
| long | p_MoldeoObjectId, | ||
| long | p_ParamId, | ||
| long | p_ValueId, | ||
| const moValue & | p_Value | ||
| ) |
Definition at line 476 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | long | p_Timecode, |
| moMoldeoActionType | p_ActionType, | ||
| long | p_MoldeoObjectId, | ||
| const moEffectState & | p_effect_state | ||
| ) |
Definition at line 493 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | long | p_Timecode, |
| moMoldeoActionType | p_ActionType, | ||
| long | p_MoldeoObjectId, | ||
| long | p_ParamId, | ||
| const moParamDefinition & | p_param_definition | ||
| ) |
Definition at line 506 of file moDataManager.cpp.
|
virtual |
Definition at line 521 of file moDataManager.cpp.
| moDataSessionKey::moDataSessionKey | ( | const moDataSessionKey & | src | ) |
Definition at line 525 of file moDataManager.cpp.
| moMoldeoActionType moDataSessionKey::GetActionType | ( | ) | const |
Definition at line 558 of file moDataManager.cpp.
| moValue & moDataSessionKey::GetValue | ( | ) |
Definition at line 554 of file moDataManager.cpp.
| bool moDataSessionKey::IsInTime | ( | long | time_position, |
| long | time_interval | ||
| ) |
Definition at line 544 of file moDataManager.cpp.
| moDataSessionKey & moDataSessionKey::operator= | ( | const moDataSessionKey & | src | ) |
Definition at line 530 of file moDataManager.cpp.
| int moDataSessionKey::Set | ( | const moText & | p_XmlText | ) |
or TIXML_ENCODING_UTF8
convert xmltext to structure
Definition at line 599 of file moDataManager.cpp.
| const moText & moDataSessionKey::ToJSON | ( | ) |
Definition at line 563 of file moDataManager.cpp.
| const moText & moDataSessionKey::ToXML | ( | ) |
Definition at line 581 of file moDataManager.cpp.
|
friend |
Definition at line 177 of file moDataManager.h.