![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <dialogs.h>
Inheritance diagram for notify_goto:
Collaboration diagram for notify_goto:Public Member Functions | |
| notify_goto (const char *headline, const char *lines, const struct text_tag_list *tags, struct tile *ptile, QWidget *parent) | |
| Notify goto dialog constructor. More... | |
Private Slots | |
| void | goto_tile () |
| Clicked goto tile in notify goto dialog. More... | |
| void | inspect_city () |
| Clicked inspect city in notify goto dialog. More... | |
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 862 of file dialogs.cpp.
|
privateslot |
Clicked goto tile in notify goto dialog.
Definition at line 900 of file dialogs.cpp.
Referenced by notify_goto().
|
privateslot |
Clicked inspect city in notify goto dialog.
Definition at line 909 of file dialogs.cpp.
Referenced by notify_goto().
|
private |
Definition at line 107 of file dialogs.h.
Referenced by notify_goto().
|
private |
Definition at line 105 of file dialogs.h.
Referenced by notify_goto().
|
private |
Definition at line 108 of file dialogs.h.
Referenced by goto_tile(), inspect_city(), and notify_goto().
|
private |
Definition at line 106 of file dialogs.h.
Referenced by notify_goto().