#include <opengl.h>
Public Member Functions | |
| glText () | |
| ~glText () | |
| void | init () |
| void | draw_text_2d (double x, double y, const char *str) |
| void | draw_text_3d (double x, double y, double z, const char *str) |
| void | select (glFont *font) |
| glText () | |
| ~glText () | |
| void | init () |
| void | draw_text_2d (double x, double y, const char *str) |
| void | draw_text_3d (double x, double y, double z, const char *str) |
| void | select (glFont *font) |
Public Attributes | |
| int | m_screen_pixel_height |
| int | m_screen_pixel_width |
| GLuint | m_current_font_base |
| glFont | m_default_font |
| glFont * | m_font |
| glFont * | m_font |
|
|
Definition at line 206 of file opengl.cc. References m_current_font_base, and m_font. |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 275 of file opengl.cc. References tpc_tracking::gui::glFont::get_pixel_height(), tpc_tracking::gui::glFont::get_pixel_width(), m_current_font_base, and m_font. Referenced by tpc_tracking::SimTrack::gl_draw_2d(), and tpc_tracking::gui::glTextStream::~glTextStream(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 268 of file opengl.cc. References m_current_font_base. Referenced by tpc_tracking::SimTrack::gl_draw_3d(). |
|
|
|
|
|
Definition at line 259 of file opengl.cc. References tpc_tracking::gui::glFont::create(), tpc_tracking::gui::glFont::m_base, m_current_font_base, m_default_font, and m_font. Referenced by tpc_tracking::gui::glWindow::realize_event(). |
|
|
|
|
|
Definition at line 264 of file opengl.cc. References tpc_tracking::gui::glFont::m_base, m_current_font_base, and m_font. Referenced by tpc_tracking::gui::glTextStream::~glTextStream(). |
|
|
Definition at line 109 of file opengl.h. Referenced by draw_text_2d(), draw_text_3d(), glText(), init(), and select(). |
|
|
Definition at line 110 of file opengl.h. Referenced by init(). |
|
|
|
|
|
Definition at line 111 of file opengl.h. Referenced by draw_text_2d(), glText(), init(), and select(). |
|
|
Definition at line 107 of file opengl.h. Referenced by tpc_tracking::gui::glWindow::configure_event(). |
|
|
Definition at line 108 of file opengl.h. Referenced by tpc_tracking::gui::glWindow::configure_event(). |
1.3.9.1