#include <Window.h>
Public Member Functions | |
| TextStream (Window *window) | |
| ~TextStream () | |
| TextStream & | operator<< (const char *str) |
| TextStream & | operator<< (const double d) |
| template<class T> | |
| TextStream & | operator<< (T &t) |
| tpc_inline TextStream & | operator<< (std::ostream &(*f)(std::ostream &)) |
| tpc_inline TextStream & | operator<< (Window::setprecision p) |
| TextStream & | set_position (int x, int y) |
| TextStream & | set_center_position (int x, int y) |
| TextStream & | set_center_justification (bool bCenterJustification) |
| TextStream (Window *window) | |
| ~TextStream () | |
| TextStream & | operator<< (const char *str) |
| TextStream & | operator<< (const double d) |
| template<class T> | |
| TextStream & | operator<< (T &t) |
| tpc_inline TextStream & | operator<< (std::ostream &(*f)(std::ostream &)) |
| tpc_inline TextStream & | operator<< (Window::setprecision p) |
| TextStream & | set_position (int x, int y) |
| TextStream & | set_center_position (int x, int y) |
| TextStream & | set_center_justification (bool bCenterJustification) |
Private Attributes | |
| int | m_x |
| int | m_y |
| bool | m_bCenterJustification |
| Window * | m_window |
| std::ostringstream | m_str |
| Window * | m_window |
|
|
|
|
|
Definition at line 117 of file Window.cc. References tpc_tracking::gui::Window::draw_text(), m_str, m_window, and tpc_assert. |
|
|
|
|
|
|
|
|
Definition at line 65 of file Window.h. References tpc_tracking::gui::Window::setprecision::m_precision, and tpc_inline. |
|
|
Definition at line 61 of file Window.h. References tpc_inline. |
|
||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 65 of file Window.h. References tpc_tracking::gui::Window::setprecision::m_precision, and tpc_inline. |
|
|
Definition at line 61 of file Window.h. References tpc_inline. |
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 131 of file Window.cc. References m_bCenterJustification. |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 126 of file Window.cc. References m_bCenterJustification, m_x, and m_y. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 74 of file Window.h. Referenced by set_center_justification(), and set_center_position(). |
|
|
Definition at line 76 of file Window.h. Referenced by ~TextStream(). |
|
|
|
|
|
Definition at line 75 of file Window.h. Referenced by ~TextStream(). |
|
|
Definition at line 73 of file Window.h. Referenced by set_center_position(), and set_position(). |
|
|
Definition at line 73 of file Window.h. Referenced by set_center_position(), and set_position(). |
1.3.9.1