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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moDisplay Class Reference

#include <moRenderManager.h>

Inheritance diagram for moDisplay:
moAbstract

Public Member Functions

 moDisplay ()
 
 moDisplay (int w, int h)
 
 moDisplay (float w, float h)
 
 moDisplay (const moDisplay &p_src)
 
virtual ~moDisplay ()
 
moDisplayoperator= (const moDisplay &p_src)
 
const moResolutionResolution () 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 moDebugMODebug2 = new moDebug()
 Clase de impresión de errores para depuración More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

Definition at line 91 of file moRenderManager.h.

Constructor & Destructor Documentation

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.

moDisplay::~moDisplay ( )
virtual

Definition at line 63 of file moRenderManager.cpp.

Member Function Documentation

float moDisplay::HeightToProportion ( float  p_height) const
inline

Definition at line 106 of file moRenderManager.h.

moDisplay & moDisplay::operator= ( const moDisplay p_src)

Definition at line 67 of file moRenderManager.cpp.

float moDisplay::Proportion ( ) const
inline

Definition at line 110 of file moRenderManager.h.

const moResolution& moDisplay::Resolution ( ) const
inline

Definition at line 102 of file moRenderManager.h.


The documentation for this class was generated from the following files: