Freeciv-3.1
|
#include <messagewin_common.h>
Data Fields | |
char * | descr |
struct text_tag_list * | tags |
struct tile * | tile |
enum event_type | event |
bool | location_ok |
bool | city_ok |
bool | visited |
int | turn |
int | phase |
Definition at line 29 of file messagewin_common.h.
bool message::city_ok |
Definition at line 35 of file messagewin_common.h.
Referenced by messagewdg::item_selected(), meswin_add(), meswin_dialog_selection_callback(), and meswin_popup_city().
char* message::descr |
Definition at line 30 of file messagewin_common.h.
Referenced by meswin_add(), meswin_clear_older(), meswin_dialog_refresh(), messagewdg::msg(), and real_meswin_dialog_update().
enum event_type message::event |
Definition at line 33 of file messagewin_common.h.
Referenced by messagewdg::item_selected(), meswin_add(), meswin_dialog_refresh(), and messagewdg::msg().
bool message::location_ok |
Definition at line 34 of file messagewin_common.h.
Referenced by messagewdg::item_selected(), meswin_add(), and meswin_dialog_selection_callback().
int message::phase |
Definition at line 38 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_clear_older().
struct text_tag_list* message::tags |
Definition at line 31 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_clear_older().
struct tile* message::tile |
Definition at line 32 of file messagewin_common.h.
Referenced by meswin_add(), meswin_popup_city(), and real_meswin_dialog_update().
int message::turn |
Definition at line 37 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_clear_older().
bool message::visited |
Definition at line 36 of file messagewin_common.h.
Referenced by meswin_add(), meswin_dialog_refresh(), meswin_set_visited_state(), messagewdg::msg(), and real_meswin_dialog_update().