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.
|
Base abstracta de los objetos de interface de usuario (GUI). More...
#include <moGUIManager.h>
Public Member Functions | |
moGuiObject () | |
virtual | ~moGuiObject () |
virtual MOboolean | Init (moResourceManager *pResourceManager) |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Protected Attributes | |
moResourceManager * | m_pResourceManager |
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... | |
Base abstracta de los objetos de interface de usuario (GUI).
Los moWidget 's derivan de este objeto y todos aquellos que necesiten ser accedidos por el usuario.
Definition at line 557 of file moGUIManager.h.
moGuiObject::moGuiObject | ( | ) |
Definition at line 1117 of file moGUIManager.cpp.
|
virtual |
Definition at line 1121 of file moGUIManager.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 1134 of file moGUIManager.cpp.
|
virtual |
Definition at line 1126 of file moGUIManager.cpp.
|
protected |
Definition at line 566 of file moGUIManager.h.