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

Clase base abstracta de donde deben derivar los objetos [virtual pura]. More...

#include <moAbstract.h>

Inheritance diagram for moAbstract:
moConfigDefinition moConnection moConnector moCurve2< Real > moCurve3< Real > moDataSession moDBandedMatrix< Real > moDeviceCodeList moDirectory moDisplay moDMatrix< Real > moDVector< Real > moEffectManager moEventList moEventPacket moFBO moFile moFont moGuiObject moIntegrate1< Real > moIODeviceManager moLuaDebugger moLuaMath moLuaResourceManager moLuaSoundManager moLuaTextureManager moLuaVideoManager moMathFunction moMathFunctionIndex moMathVariable moMathVariableFactory moMatrix2< Real > moMinimize1< Real > moMobIndex moMobState moMoldeoObject moNetConnection moNetConnectionManager moNetObject moNetServer moP5 moPolynomial1< Real > moPresets moQuaternion< Real > moReactionListenerManager moResourceElement moResourceManager moSceneNode moShader moSound moSoundBuffer moSoundEffect moTexture moTextureBuffer moTexturedGrid moTextureFilter moTextureFilterIndex moTextureIndex moTrackerSystemHistory moVector2< Real > moVector2< MOfloat > moVector3< Real > moVector3< MOfloat > moVector4< Real > moVector4< MOfloat > moVideoBufferPath moVideoFrame moVideoFramework moVideoGraph moVideoIn moVideoOut

Public Member Functions

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

Public Attributes

MOboolean m_bInitialized
 Valor de inicializaci�n More...
 

Static Public Attributes

static moDebugMODebug2 = new moDebug()
 Clase de impresi�n de errores para depuraci�n More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

Clase base abstracta de donde deben derivar los objetos [virtual pura].

Clase base abstracta, inicializaci�n y finalizaci�n de recursos internos y debug. Todos los objetos al ser derivados de esta clase deber�n implementar las siguientes funciones.

MOboolean Init() : Inicializaci�n: crear recursos internos de la clase MOboolean Finish() : Finalizaci�n: liberar los recursos creados en Init()

See also
moDebug

Definition at line 191 of file moAbstract.h.

Constructor & Destructor Documentation

moAbstract::moAbstract ( )

constructor gen�rico

Definition at line 132 of file moAbstract.cpp.

moAbstract::~moAbstract ( )
virtual

Definition at line 137 of file moAbstract.cpp.

Member Function Documentation

MOboolean moAbstract::Initialized ( )

Pregunta si est� inicializado.

Ccomprueba si el objeto ha sido inicializado Devuelve true si est� inicializado el objeto o false en caso contrario.

Returns
verdadero si fue exitosa o falso en otro caso

Definition at line 153 of file moAbstract.cpp.

Member Data Documentation

MOboolean moAbstract::m_bInitialized

Valor de inicializaci�n

Definition at line 223 of file moAbstract.h.

moTextHeap * moAbstract::MODebug = new moTextHeap()
static

Lista de textos.

Definition at line 226 of file moAbstract.h.

moDebug * moAbstract::MODebug2 = new moDebug()
static

Clase de impresi�n de errores para depuraci�n

Definition at line 225 of file moAbstract.h.


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