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 <moMoldeoObject.h>
Public Member Functions | |
moMobState () | |
virtual | ~moMobState () |
moMobState (const moMobState &p_MobState) | |
moMobState & | operator= (const moMobState &src) |
void | Activate () |
void | Deactivate () |
bool | Activated () const |
void | Select () |
void | Unselect () |
bool | Selected () const |
const moText & | ToJSON () |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Protected Attributes | |
MOswitch | m_Activated |
MOswitch | m_Selected |
moText | m_FullJSON |
Additional Inherited Members | |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Definition at line 358 of file moMoldeoObject.h.
moMobState::moMobState | ( | ) |
|
virtual |
Definition at line 52 of file moMoldeoObject.cpp.
moMobState::moMobState | ( | const moMobState & | p_MobState | ) |
Definition at line 55 of file moMoldeoObject.cpp.
void moMobState::Activate | ( | ) |
Definition at line 66 of file moMoldeoObject.cpp.
bool moMobState::Activated | ( | ) | const |
Definition at line 75 of file moMoldeoObject.cpp.
void moMobState::Deactivate | ( | ) |
Definition at line 71 of file moMoldeoObject.cpp.
moMobState & moMobState::operator= | ( | const moMobState & | src | ) |
Definition at line 60 of file moMoldeoObject.cpp.
void moMobState::Select | ( | ) |
Definition at line 80 of file moMoldeoObject.cpp.
bool moMobState::Selected | ( | ) | const |
Definition at line 88 of file moMoldeoObject.cpp.
const moText & moMobState::ToJSON | ( | ) |
Definition at line 93 of file moMoldeoObject.cpp.
void moMobState::Unselect | ( | ) |
Definition at line 84 of file moMoldeoObject.cpp.
|
protected |
Definition at line 379 of file moMoldeoObject.h.
|
protected |
Definition at line 381 of file moMoldeoObject.h.
|
protected |
Definition at line 380 of file moMoldeoObject.h.