Public Member Functions | |
message_window () | |
void | resize () |
unsigned int | out_width () const |
unsigned int | out_height () const |
void | clear_lines () |
bool | first_col_more () const |
bool | use_first_col () const |
void | set_starting_line () |
void | clear () |
void | scroll (int n) |
void | show () const |
void | add_item (std::string text, prefix_type first_col=P_NONE, bool temporary=false) |
void | roll_back () |
void | reset_temp () |
void | got_input () |
void | new_cmdturn (bool new_turn) |
bool | any_messages () |
void | more (bool full, bool user=false) |
message_window::message_window | ( | ) | [inline] |
void message_window::resize | ( | ) | [inline] |
unsigned int message_window::out_width | ( | ) | const [inline] |
unsigned int message_window::out_height | ( | ) | const [inline] |
void message_window::clear_lines | ( | ) | [inline] |
bool message_window::first_col_more | ( | ) | const [inline] |
bool message_window::use_first_col | ( | ) | const [inline] |
void message_window::set_starting_line | ( | ) | [inline] |
void message_window::clear | ( | ) | [inline] |
void message_window::scroll | ( | int | n | ) | [inline] |
void message_window::show | ( | ) | const [inline] |
void message_window::add_item | ( | std::string | text, | |
prefix_type | first_col = P_NONE , |
|||
bool | temporary = false | |||
) | [inline] |
void message_window::roll_back | ( | ) | [inline] |
void message_window::reset_temp | ( | ) | [inline] |
void message_window::got_input | ( | ) | [inline] |
void message_window::new_cmdturn | ( | bool | new_turn | ) | [inline] |
bool message_window::any_messages | ( | ) | [inline] |
void message_window::more | ( | bool | full, | |
bool | user = false | |||
) | [inline] |