#include <label.h>
Inheritance diagram for label:


Public Member Functions | |
| label (manager &root, const c_point &origin, const char *message, const color &foreground=colors::WHITE, const color &background=colors::BLACK) | |
| ~label () | |
| void | reset (const char *new_message) |
Definition at line 24 of file label.h.
| label::label | ( | manager & | root, | |
| const c_point & | origin, | |||
| const char * | message, | |||
| const color & | foreground = colors::WHITE, |
|||
| const color & | background = colors::BLACK | |||
| ) |
| void label::reset | ( | const char * | new_message | ) |
Definition at line 46 of file label.cpp.
References argument_list::add(), and argument_list::apply().
1.5.1