IS3D::NamedAxesObj Class Reference

#include <SimpleObj.H>

Inherits IS3D::DrawObj.

List of all members.

Public Member Functions

 NamedAxesObj (const std::string &str, const double scale, const Color4 &textColor=Color3::white(), const Color4 &outlineColor=Color4::clear())
virtual ~NamedAxesObj ()
void setString (const std::string &newStr)
void draw ()
 Override this function and place your G3D draw calls inside it.

Protected Attributes

std::string _str
double _scale
Color4 _textColor
Color4 _outlineColor
GFontRef _font


Constructor & Destructor Documentation

IS3D::NamedAxesObj::NamedAxesObj ( const std::string &  str,
const double  scale,
const Color4 &  textColor = Color3::white(),
const Color4 &  outlineColor = Color4::clear() 
) [inline]

virtual IS3D::NamedAxesObj::~NamedAxesObj (  )  [inline, virtual]


Member Function Documentation

void IS3D::NamedAxesObj::setString ( const std::string &  newStr  )  [inline]

void IS3D::NamedAxesObj::draw (  )  [inline, virtual]

Override this function and place your G3D draw calls inside it.

Implements IS3D::DrawObj.


Member Data Documentation

std::string IS3D::NamedAxesObj::_str [protected]

double IS3D::NamedAxesObj::_scale [protected]

Color4 IS3D::NamedAxesObj::_textColor [protected]

Color4 IS3D::NamedAxesObj::_outlineColor [protected]

GFontRef IS3D::NamedAxesObj::_font [protected]


The documentation for this class was generated from the following file:
Generated on Sun Jul 6 06:42:49 2008 for IS3D by  doxygen 1.5.1