![]() |
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 <moActions.h>
Public Member Functions | |
| moReactionListenerManager () | |
| virtual | ~moReactionListenerManager () |
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... | |
Static Public Member Functions | |
| static moMoldeoActionType | StrToActionType (const moText &p_action_type_str) |
Public Attributes | |
| moReactionListeners | m_ReactionListeners |
Public Attributes inherited from moAbstract | |
| MOboolean | m_bInitialized |
| Valor de inicialización More... | |
Static Public Attributes | |
| static TMapStrToAction | m_MapStrToAction |
| static TMapStrToActionType | m_MapStrToActionType |
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 800 of file moActions.h.
| moReactionListenerManager::moReactionListenerManager | ( | ) |
values map actions
preconfigs map actions
parameters map actions
object map actions
effect map actions
console map actions
console presets map actions
Definition at line 91 of file moActions.cpp.
|
virtual |
Definition at line 168 of file moActions.cpp.
|
static |
Definition at line 86 of file moActions.cpp.
|
static |
Definition at line 810 of file moActions.h.
|
static |
=======================================
Definition at line 811 of file moActions.h.
| moReactionListeners moReactionListenerManager::m_ReactionListeners |
List of connections
Definition at line 807 of file moActions.h.