Freeciv-3.2
|
#include <dialogs.h>
Public Member Functions | |
notify_goto (const char *headline, const char *lines, const struct text_tag_list *tags, struct tile *ptile, QWidget *parent) | |
Private Slots | |
void | goto_tile () |
void | inspect_city () |
Private Attributes | |
QPushButton * | goto_but |
QPushButton * | inspect_but |
QPushButton * | close_but |
struct tile * | gtile |
notify_goto::notify_goto | ( | const char * | headline, |
const char * | lines, | ||
const struct text_tag_list * | tags, | ||
struct tile * | ptile, | ||
QWidget * | parent | ||
) |
Notify goto dialog constructor
Definition at line 1113 of file dialogs.cpp.
|
privateslot |
Clicked goto tile in notify goto dialog
Definition at line 1147 of file dialogs.cpp.
Referenced by notify_goto().
|
privateslot |
Clicked inspect city in notify goto dialog
Definition at line 1156 of file dialogs.cpp.
Referenced by notify_goto().
|
private |
Definition at line 113 of file dialogs.h.
Referenced by notify_goto().
|
private |
Definition at line 111 of file dialogs.h.
Referenced by notify_goto().
Definition at line 114 of file dialogs.h.
Referenced by goto_tile(), inspect_city(), and notify_goto().
|
private |
Definition at line 112 of file dialogs.h.
Referenced by notify_goto().