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.
|
Estado de la consola. More...
#include <moConsoleState.h>
Public Member Functions | |
moConsoleState () | |
virtual | ~moConsoleState () |
MOboolean | Init () |
Inicializa el objeto. More... | |
MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
const moText & | ToJSON () |
Public Member Functions inherited from moEffectState | |
moEffectState () | |
moEffectState (const moEffectState &src) | |
virtual | ~moEffectState () |
moEffectState & | operator= (const moEffectState &src) |
MOboolean | Init () |
Inicializa el objeto. More... | |
MOboolean | Init (MOswitch) |
int | Set (const moText &p_XmlText) |
void | SetColorRGB (MOfloat r, MOfloat g, MOfloat b) |
void | SetColorCSV (MOfloat c, MOfloat s, MOfloat t) |
void | CSV2RGB () |
virtual const moText & | ToXML () |
Public Member Functions inherited from moMobState | |
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 () |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Public Attributes | |
moConsoleMode | m_Mode |
moText | m_RenderFrameQuality |
MOswitch | pause |
MOswitch | automatic |
MOswitch | reinit |
MOswitch | finish |
MOswitch | setfps |
MOuint | fps |
MOuint | fps0 |
MOuint | fps1 |
MOswitch | stereooutput |
MOswitch | savescreen |
MOuint | frame |
long | step_interval |
Public Attributes inherited from moEffectState | |
moTempo | tempo |
MOswitch | on |
MOswitch | synchronized |
MOswitch | enabled |
MOfloat | magnitude |
MOfloat | amplitude |
MOfloat | alpha |
MOfloat | tint |
MOfloat | tintr |
MOfloat | tintg |
MOfloat | tintb |
MOfloat | tintc |
MOfloat | tints |
MOswitch | fulldebug |
saturación More... | |
MOswitch | stereo |
moStereoSides | stereoside |
moText | fullJSON |
moText | fullXML |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Additional Inherited Members | |
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... | |
Protected Attributes inherited from moMobState | |
MOswitch | m_Activated |
MOswitch | m_Selected |
moText | m_FullJSON |
Estado de la consola.
Estado de la consola tempo interno
Definition at line 54 of file moConsoleState.h.
moConsoleState::moConsoleState | ( | ) |
Definition at line 34 of file moConsoleState.cpp.
|
virtual |
Definition at line 54 of file moConsoleState.cpp.
|
virtual |
Finaliza el objeto, libera recursos.
Función de finalización. Libera los recursos generados en la función de inicialización.
Reimplemented from moAbstract.
Definition at line 77 of file moConsoleState.cpp.
|
virtual |
Inicializa el objeto.
Función de Inicialización. Todos los recursos manejados exclusivamente por este objeto son generados aquí.
Reimplemented from moAbstract.
Definition at line 59 of file moConsoleState.cpp.
|
virtual |
Reimplemented from moEffectState.
Definition at line 99 of file moConsoleState.cpp.
MOswitch moConsoleState::automatic |
Definition at line 71 of file moConsoleState.h.
MOswitch moConsoleState::finish |
Definition at line 73 of file moConsoleState.h.
MOuint moConsoleState::fps |
Definition at line 76 of file moConsoleState.h.
MOuint moConsoleState::fps0 |
Definition at line 76 of file moConsoleState.h.
MOuint moConsoleState::fps1 |
Definition at line 76 of file moConsoleState.h.
MOuint moConsoleState::frame |
Definition at line 82 of file moConsoleState.h.
moConsoleMode moConsoleState::m_Mode |
Definition at line 66 of file moConsoleState.h.
moText moConsoleState::m_RenderFrameQuality |
Definition at line 68 of file moConsoleState.h.
MOswitch moConsoleState::pause |
Definition at line 70 of file moConsoleState.h.
MOswitch moConsoleState::reinit |
Definition at line 72 of file moConsoleState.h.
MOswitch moConsoleState::savescreen |
Definition at line 81 of file moConsoleState.h.
MOswitch moConsoleState::setfps |
Definition at line 75 of file moConsoleState.h.
long moConsoleState::step_interval |
Definition at line 84 of file moConsoleState.h.
MOswitch moConsoleState::stereooutput |
Definition at line 79 of file moConsoleState.h.