![]() |
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 | |
| moAttribute (void *p_buffer=NULL, long p_itemsize=0, long p_length=0) | |
| virtual | ~moAttribute () |
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 | |
| void * | buffer |
| long | itemsize |
| long | length |
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 102 of file moGUIManager.h.
|
inline |
Definition at line 106 of file moGUIManager.h.
|
inlinevirtual |
Definition at line 107 of file moGUIManager.h.
|
protected |
Definition at line 111 of file moGUIManager.h.
|
protected |
Definition at line 112 of file moGUIManager.h.
|
protected |
Definition at line 113 of file moGUIManager.h.