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.
|
Ventana simple. More...
#include <moGUIManager.h>
Public Member Functions | |
moWindow () | |
virtual | ~moWindow () |
virtual MOboolean | Init (moResourceManager *pResourceManager, MOfloat x, MOfloat y, MOfloat width, MOfloat height) |
void | SetInfo (moTextArray &pTexts) |
virtual void | Draw () |
virtual void | Interaction () |
virtual void | Update () |
Public Member Functions inherited from moWidget | |
moWidget () | |
virtual | ~moWidget () |
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... | |
Public Attributes | |
moTextArray | m_Texts |
MOfloat | m_X |
MOfloat | m_Y |
MOfloat | m_Width |
MOfloat | m_Height |
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 moGuiObject | |
moResourceManager * | m_pResourceManager |
Ventana simple.
Dibuja una ventana especificando posición y tamaño
Definition at line 596 of file moGUIManager.h.
moWindow::moWindow | ( | ) |
Definition at line 1160 of file moGUIManager.cpp.
|
virtual |
Definition at line 1164 of file moGUIManager.cpp.
|
virtual |
tamaño en proporcio al alto de la ventana... y la cantidad de lineas...
Implements moWidget.
Definition at line 1196 of file moGUIManager.cpp.
|
virtual |
Definition at line 1169 of file moGUIManager.cpp.
|
virtual |
Implements moWidget.
Definition at line 1242 of file moGUIManager.cpp.
void moWindow::SetInfo | ( | moTextArray & | pTexts | ) |
Definition at line 1183 of file moGUIManager.cpp.
|
virtual |
Implements moWidget.
Definition at line 1247 of file moGUIManager.cpp.
MOfloat moWindow::m_Height |
Definition at line 614 of file moGUIManager.h.
moTextArray moWindow::m_Texts |
Definition at line 609 of file moGUIManager.h.
MOfloat moWindow::m_Width |
Definition at line 613 of file moGUIManager.h.
MOfloat moWindow::m_X |
Definition at line 611 of file moGUIManager.h.
MOfloat moWindow::m_Y |
Definition at line 612 of file moGUIManager.h.