#include <Output.h>
Inheritance diagram for gui::Output:
Public Member Functions | |
Output (Surface *, coord_t x, coord_t y, coord_t w, coord_t h, SurfaceHelper *=NULL) | |
~Output () | |
void | AddLine (const string &) |
void | Draw () |
Private Attributes | |
stringvector_t | m_strings |
int | m_lines |
|
Definition at line 55 of file Output.cpp. References gui::coord_t.
|
|
Definition at line 61 of file Output.cpp.
|
|
Definition at line 66 of file Output.cpp. References DEB, gui::Surface::GetAbsoluteRect(), gui::Surface::GetH(), gui::Surface::GetTTFont(), m_lines, and m_strings.
|
|
Reimplemented from gui::Surface. Definition at line 104 of file Output.cpp. References gui::coord_t, gui::Surface::GetBgColor(), gui::Surface::GetClientRectPtr(), gui::Surface::GetFgColor(), gui::Surface::GetH(), gui::Surface::GetTTFont(), and m_strings.
|
|
Definition at line 42 of file Output.h. Referenced by AddLine(). |
|
|
|
|