Maratis Engine
Public Member Functions

MOText Class Reference

#include <MOText.h>

Inheritance diagram for MOText:
MObject3d

List of all members.

Public Member Functions

 MOText (MFontRef *fontRef)
 ~MOText (void)
 MOText (const MOText &text)
int getType (void)
void setFontRef (MFontRef *fontRef)
MFontgetFont (void)
MFontRefgetFontRef (void)
void setText (const char *text)
const char * getText (void)
vector< float > * getLinesOffset (void)
void setAlign (M_ALIGN_MODES align)
M_ALIGN_MODES getAlign (void)
void setSize (float size)
float getSize (void)
void setColor (const MVector4 &color)
MVector4getColor (void)
MBox3dgetBoundingBox (void)
void draw (void)
void updateVisibility (MOCamera *camera)

Constructor & Destructor Documentation

MOText::MOText ( MFontRef fontRef)
MOText::~MOText ( void  )
MOText::MOText ( const MOText text)

Member Function Documentation

void MOText::draw ( void  )
M_ALIGN_MODES MOText::getAlign ( void  ) [inline]
MBox3d* MOText::getBoundingBox ( void  ) [inline]
MVector4* MOText::getColor ( void  ) [inline]
MFont * MOText::getFont ( void  )
MFontRef* MOText::getFontRef ( void  ) [inline]
vector<float>* MOText::getLinesOffset ( void  ) [inline]
float MOText::getSize ( void  ) [inline]
const char* MOText::getText ( void  ) [inline]
int MOText::getType ( void  ) [inline, virtual]

Reimplemented from MObject3d.

void MOText::setAlign ( M_ALIGN_MODES  align)
void MOText::setColor ( const MVector4 color) [inline]
void MOText::setFontRef ( MFontRef fontRef)
void MOText::setSize ( float  size)
void MOText::setText ( const char *  text)
void MOText::updateVisibility ( MOCamera camera) [virtual]

Reimplemented from MObject3d.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Friends Defines