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
moGUIManager.h File Reference
#include <moMathVector.h>
#include <moMathVector3.h>
#include <moMathVector4.h>
#include <mo3dModelManager.h>

Go to the source code of this file.

Classes

class  moCamera3D
 
class  moAttribute
 
class  moGeometry
 Base abstracta de base para las geometrķas. More...
 
class  moPath
 
class  moMaterialBase
 
class  moMaterial
 
class  moObject3D
 
class  moBone
 
class  moSprite
 
class  moLine
 
class  moLineSegments
 
class  moPoints
 
class  moLOD
 
class  moSkinnedMesh
 
class  moSkeleton
 
class  moMesh
 
class  moShape
 
class  moBoxGeometry
 
class  moCircleGeometry
 
class  moCylinderGeometry
 
class  moPolyhedronGeometry
 
class  moDodecahedronGeometry
 
class  moIcosahedronGeometry
 
class  moTetrahedronGeometry
 
class  moOctahedronGeometry
 
class  moShapeGeometry
 
class  moPlaneGeometry
 
class  moExtrudeGeometry
 
class  moRingGeometry
 
class  moSphereGeometry
 
class  moTextGeometry
 
class  moTubeGeometry
 
class  moAxis3D
 
class  moBoundingBox3D
 
class  moGuiObject
 Base abstracta de los objetos de interface de usuario (GUI). More...
 
class  moWidget
 Objeto de interface de usuario tipo ventana. More...
 
class  moWindow
 Ventana simple. More...
 
class  mo3dWidget
 moWidget 3D - objeto tridimensional More...
 
class  moGUIManager
 Administrador de recursos GUI. More...
 

Typedefs

typedef moVector3f moPointf
 
typedef moVector3d moPointd
 
typedef moPointf moPoint
 
typedef moVertex3f moVertex
 
typedef moVertex3f moPosition
 
typedef moVector3i moFace
 
typedef moMatrix3f moFace3
 
typedef moVector2f moTCoord
 
typedef moVertex3f moColorRGB
 
typedef moVector4f moColorRGBA
 
typedef moColorRGB moColor
 
typedef moGLMatrixf moCameraMatrix
 
typedef moGLMatrixf moCamera3DBase
 
typedef moVector3fArray moPointArray
 
typedef moVector3fArray moColorArray
 
typedef moVector3fArray moColorRGBArray
 
typedef moVector4fArray moColor4fArray
 
typedef moVector4fArray moColorRGBAArray
 
typedef moVector2fArray moTCoordArray
 
typedef moVector3fArray moVertexArray
 
typedef moVector3iArray moFaceArray
 
typedef moMatrix3fArray moFace3Array
 

Enumerations

enum  moGeometryType {
  MO_GEOMETRY_UNDEFINED =-1, MO_GEOMETRY_POINT =0, MO_GEOMETRY_BOX =1, MO_GEOMETRY_CIRCLE =2,
  MO_GEOMETRY_CYLINDER =3, MO_GEOMETRY_SHAPE =4, MO_GEOMETRY_PLANE =5, MO_GEOMETRY_EXTRUDE =6,
  MO_GEOMETRY_RING =7, MO_GEOMETRY_SPHERE =8, MO_GEOMETRY_POLYHEDRON =9, MO_GEOMETRY_ICOSAHEDRON =10,
  MO_GEOMETRY_DODECAHEDRON =11, MO_GEOMETRY_TETRAHEDRON =13, MO_GEOMETRY_TEXT =14, MO_GEOMETRY_TUBE =15,
  MO_GEOMETRY_MAX =16
}
 

Functions

 moDeclareExportedDynamicArray (moAttribute, moAttributeArray)
 
 moDeclareExportedDynamicArray (moGuiObject *, moGuiObjectArray)
 

Typedef Documentation

Definition at line 51 of file moGUIManager.h.

Definition at line 50 of file moGUIManager.h.

Definition at line 49 of file moGUIManager.h.

typedef moVector4fArray moColor4fArray

Definition at line 74 of file moGUIManager.h.

typedef moVector3fArray moColorArray

Definition at line 72 of file moGUIManager.h.

Definition at line 47 of file moGUIManager.h.

Definition at line 48 of file moGUIManager.h.

typedef moVector4fArray moColorRGBAArray

Definition at line 75 of file moGUIManager.h.

typedef moVector3fArray moColorRGBArray

Definition at line 73 of file moGUIManager.h.

typedef moVector3i moFace

Definition at line 44 of file moGUIManager.h.

Definition at line 45 of file moGUIManager.h.

typedef moMatrix3fArray moFace3Array

Definition at line 79 of file moGUIManager.h.

typedef moVector3iArray moFaceArray

Definition at line 78 of file moGUIManager.h.

typedef moPointf moPoint

Definition at line 41 of file moGUIManager.h.

typedef moVector3fArray moPointArray

Definition at line 71 of file moGUIManager.h.

Definition at line 40 of file moGUIManager.h.

Definition at line 39 of file moGUIManager.h.

Definition at line 43 of file moGUIManager.h.

Definition at line 46 of file moGUIManager.h.

typedef moVector2fArray moTCoordArray

Definition at line 76 of file moGUIManager.h.

Definition at line 42 of file moGUIManager.h.

typedef moVector3fArray moVertexArray

Definition at line 77 of file moGUIManager.h.

Enumeration Type Documentation

Enumerator
MO_GEOMETRY_UNDEFINED 
MO_GEOMETRY_POINT 
MO_GEOMETRY_BOX 
MO_GEOMETRY_CIRCLE 
MO_GEOMETRY_CYLINDER 
MO_GEOMETRY_SHAPE 
MO_GEOMETRY_PLANE 
MO_GEOMETRY_EXTRUDE 
MO_GEOMETRY_RING 
MO_GEOMETRY_SPHERE 
MO_GEOMETRY_POLYHEDRON 
MO_GEOMETRY_ICOSAHEDRON 
MO_GEOMETRY_DODECAHEDRON 
MO_GEOMETRY_TETRAHEDRON 
MO_GEOMETRY_TEXT 
MO_GEOMETRY_TUBE 
MO_GEOMETRY_MAX 

Definition at line 81 of file moGUIManager.h.

Function Documentation

moDeclareExportedDynamicArray ( moAttribute  ,
moAttributeArray   
)
moDeclareExportedDynamicArray ( moGuiObject ,
moGuiObjectArray   
)