#include <opengl.h>
Public Member Functions | |
| glTextStream (glText *ptext, double x, double y) | |
| glTextStream (const glTextStream &stream) | |
| ~glTextStream () | |
| glTextStream & | operator<< (const char *str) |
| glTextStream & | operator<< (const double d) |
| template<class T> | |
| glTextStream & | operator<< (T &t) |
| tpc_inline glTextStream & | operator<< (std::ostream &(*f)(std::ostream &)) |
| glTextStream (glText *ptext, double x, double y) | |
| glTextStream (const glTextStream &stream) | |
| ~glTextStream () | |
| glTextStream & | operator<< (const char *str) |
| glTextStream & | operator<< (const double d) |
| template<class T> | |
| glTextStream & | operator<< (T &t) |
| tpc_inline glTextStream & | operator<< (std::ostream &(*f)(std::ostream &)) |
Public Attributes | |
| glText * | m_ptext |
| double | m_x |
| double | m_y |
| glFont * | m_pfont |
| std::ostringstream | m_str |
| glText * | m_ptext |
| glFont * | m_pfont |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 219 of file opengl.cc. References tpc_tracking::gui::glText::draw_text_2d(), m_pfont, m_ptext, m_str, m_x, m_y, and tpc_tracking::gui::glText::select(). |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 131 of file opengl.h. References tpc_inline. |
|
||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 131 of file opengl.h. References tpc_inline. |
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 138 of file opengl.h. Referenced by glTextStream(), and ~glTextStream(). |
|
|
|
|
|
Definition at line 135 of file opengl.h. Referenced by glTextStream(), and ~glTextStream(). |
|
|
Definition at line 139 of file opengl.h. Referenced by ~glTextStream(). |
|
|
Definition at line 136 of file opengl.h. Referenced by glTextStream(), and ~glTextStream(). |
|
|
Definition at line 137 of file opengl.h. Referenced by glTextStream(), and ~glTextStream(). |
1.3.9.1