![]() |
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.
|
Objeto de interface de usuario tipo ventana. More...
#include <moGUIManager.h>
Public Member Functions | |
| moWidget () | |
| virtual | ~moWidget () |
| virtual void | Draw ()=0 |
| virtual void | Interaction ()=0 |
| virtual void | Update ()=0 |
Public Member Functions inherited from moGuiObject | |
| 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... | |
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... | |
Protected Attributes inherited from moGuiObject | |
| moResourceManager * | m_pResourceManager |
Objeto de interface de usuario tipo ventana.
Los moWidget 's son los elementos básicos del GUI ( Graphical User Interface ) de Moldeo.
Definition at line 576 of file moGUIManager.h.
| moWidget::moWidget | ( | ) |
Definition at line 1145 of file moGUIManager.cpp.
|
virtual |
Definition at line 1149 of file moGUIManager.cpp.
|
pure virtual |
Implemented in mo3dWidget, and moWindow.
|
pure virtual |
Implemented in mo3dWidget, and moWindow.
|
pure virtual |
Implemented in mo3dWidget, and moWindow.