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 <moRenderManager.h>
Public Member Functions | |
moDisplay () | |
moDisplay (int w, int h) | |
moDisplay (float w, float h) | |
moDisplay (const moDisplay &p_src) | |
virtual | ~moDisplay () |
moDisplay & | operator= (const moDisplay &p_src) |
const moResolution & | Resolution () const |
float | HeightToProportion (float p_height) const |
float | Proportion () const |
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... | |
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... | |
Definition at line 91 of file moRenderManager.h.
moDisplay::moDisplay | ( | ) |
moDisplay::moDisplay | ( | int | w, |
int | h | ||
) |
Definition at line 46 of file moRenderManager.cpp.
moDisplay::moDisplay | ( | float | w, |
float | h | ||
) |
moDisplay::moDisplay | ( | const moDisplay & | p_src | ) |
Definition at line 59 of file moRenderManager.cpp.
|
virtual |
Definition at line 63 of file moRenderManager.cpp.
|
inline |
Definition at line 106 of file moRenderManager.h.
Definition at line 67 of file moRenderManager.cpp.
|
inline |
Definition at line 110 of file moRenderManager.h.
|
inline |
Definition at line 102 of file moRenderManager.h.