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 <moGUIManager.h>
Public Member Functions | |
moPath () | |
moPath (const moVector2fArray &p_Path) | |
virtual | ~moPath () |
void | lineTo (float X, float Y) |
void | moveTo (float X, float Y) |
Public Member Functions inherited from moResourceElement | |
moResourceElement () | |
moResourceElement (moResourceType p_type) | |
virtual | ~moResourceElement () |
virtual MOboolean | Init (moResourceManager *p_rm) |
virtual void | SetResourceManager (moResourceManager *p_rm) |
virtual moResourceManager * | GetResourceManager () |
moResourceType | GetResourceType () |
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... | |
Protected Attributes | |
float | offx |
float | offy |
moVector2fArray | m_Path |
Protected Attributes inherited from moResourceElement | |
moResourceType | m_ResourceType |
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... | |
Definition at line 206 of file moGUIManager.h.
moPath::moPath | ( | ) |
moPath::moPath | ( | const moVector2fArray & | p_Path | ) |
|
virtual |
void moPath::lineTo | ( | float | X, |
float | Y | ||
) |
void moPath::moveTo | ( | float | X, |
float | Y | ||
) |
|
protected |
Definition at line 217 of file moGUIManager.h.
|
protected |
Definition at line 216 of file moGUIManager.h.
|
protected |
Definition at line 216 of file moGUIManager.h.