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
moPath Class Reference

#include <moGUIManager.h>

Inheritance diagram for moPath:
moResourceElement moAbstract

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 moResourceManagerGetResourceManager ()
 
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
 
moResourceManagerm_pResourceManager
 

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 206 of file moGUIManager.h.

Constructor & Destructor Documentation

moPath::moPath ( )
moPath::moPath ( const moVector2fArray &  p_Path)
virtual moPath::~moPath ( )
virtual

Member Function Documentation

void moPath::lineTo ( float  X,
float  Y 
)
void moPath::moveTo ( float  X,
float  Y 
)

Member Data Documentation

moVector2fArray moPath::m_Path
protected

Definition at line 217 of file moGUIManager.h.

float moPath::offx
protected

Definition at line 216 of file moGUIManager.h.

float moPath::offy
protected

Definition at line 216 of file moGUIManager.h.


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