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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moMobState Class Reference

#include <moMoldeoObject.h>

Inheritance diagram for moMobState:
moAbstract moEffectState moConsoleState

Public Member Functions

 moMobState ()
 
virtual ~moMobState ()
 
 moMobState (const moMobState &p_MobState)
 
moMobStateoperator= (const moMobState &src)
 
void Activate ()
 
void Deactivate ()
 
bool Activated () const
 
void Select ()
 
void Unselect ()
 
bool Selected () const
 
const moTextToJSON ()
 
- 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 moDebugMODebug2 = new moDebug()
 Clase de impresión de errores para depuración More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

Definition at line 358 of file moMoldeoObject.h.

Constructor & Destructor Documentation

moMobState::moMobState ( )
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.

Member Function Documentation

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.

Member Data Documentation

MOswitch moMobState::m_Activated
protected

Definition at line 379 of file moMoldeoObject.h.

moText moMobState::m_FullJSON
protected

Definition at line 381 of file moMoldeoObject.h.

MOswitch moMobState::m_Selected
protected

Definition at line 380 of file moMoldeoObject.h.


The documentation for this class was generated from the following files: