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

#include <moGUIManager.h>

Inheritance diagram for moAttribute:
moResourceElement moAbstract

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 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

void * buffer
 
long itemsize
 
long length
 
- 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 102 of file moGUIManager.h.

Constructor & Destructor Documentation

moAttribute::moAttribute ( void *  p_buffer = NULL,
long  p_itemsize = 0,
long  p_length = 0 
)
inline

Definition at line 106 of file moGUIManager.h.

virtual moAttribute::~moAttribute ( )
inlinevirtual

Definition at line 107 of file moGUIManager.h.

Member Data Documentation

void* moAttribute::buffer
protected

Definition at line 111 of file moGUIManager.h.

long moAttribute::itemsize
protected

Definition at line 112 of file moGUIManager.h.

long moAttribute::length
protected

Definition at line 113 of file moGUIManager.h.


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