#include <mrpt/opengl/CText.h>
Public Member Functions | |
void | render () |
Render. | |
Static Public Member Functions | |
static CTextPtr | Create () |
Class factory. | |
Public Attributes | |
std::string | m_str |
std::string | m_fontName |
int | m_fontHeight |
int | m_fontWidth |
Private Member Functions | |
CText (const std::string &str=std::string("")) | |
Constructor. | |
virtual | ~CText () |
Private, virtual destructor: only can be deleted from smart pointers. |
Definition at line 46 of file CText.h.
mrpt::opengl::CText::CText | ( | const std::string & | str = std::string("") |
) | [private] |
Constructor.
virtual mrpt::opengl::CText::~CText | ( | ) | [private, virtual] |
Private, virtual destructor: only can be deleted from smart pointers.
static CTextPtr mrpt::opengl::CText::Create | ( | ) | [inline, static] |
void mrpt::opengl::CText::render | ( | ) | [virtual] |
std::string mrpt::opengl::CText::m_fontName |
std::string mrpt::opengl::CText::m_str |
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009 |