ARB
|
#include <PH_display.hxx>
Public Member Functions | |
PH_display_status (AW_device *) | |
void | set_origin () |
void | newline () |
AW_pos | get_size (char c) |
void | set_cursor (AW_pos x, AW_pos y) |
void | move_x (AW_pos d) |
void | set_cursor_x (AW_pos x) |
void | set_tab () |
AW_pos | get_tab () |
void | write (const char *) |
void | writePadded (const char *, size_t len) |
void | write (long) |
void | clear () |
Definition at line 57 of file PH_display.hxx.
PH_display_status::PH_display_status | ( | AW_device * | awd | ) |
Definition at line 289 of file PH_display.cxx.
References AW_WINDOW_FG, AW_screen_area::b, AW_device::get_area_size(), AW_stylable::get_font_limits(), AW_font_limits::get_height(), AW_screen_area::l, AW_screen_area::r, AW_device::reset(), AW_stylable::set_foreground_color(), AW_screen_area::t, and AW_font_limits::width.
|
inline |
Definition at line 70 of file PH_display.hxx.
References AW_device::reset(), and AW_zoomable::set_offset().
|
inline |
Definition at line 71 of file PH_display.hxx.
Definition at line 72 of file PH_display.hxx.
Definition at line 73 of file PH_display.hxx.
|
inline |
Definition at line 75 of file PH_display.hxx.
|
inline |
Definition at line 76 of file PH_display.hxx.
|
inline |
Definition at line 78 of file PH_display.hxx.
|
inline |
Definition at line 79 of file PH_display.hxx.
void PH_display_status::write | ( | const char * | text | ) |
Definition at line 310 of file PH_display.cxx.
References PH_GC_BOTTOM_TEXT, and AW_device::text().
Referenced by write().
Definition at line 315 of file PH_display.cxx.
References PH_GC_BOTTOM_TEXT, and AW_device::text().
void PH_display_status::write | ( | long | numl | ) |
Definition at line 320 of file PH_display.cxx.
References write().
void PH_display_status::clear | ( | ) |
Definition at line 327 of file PH_display.cxx.
References AW_device::clear().
Referenced by display_status_cb().