![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <dialogs.h>
Inheritance diagram for disband_box:
Collaboration diagram for disband_box:Public Member Functions | |
| disband_box (const std::vector< unit * > &punits, QWidget *parent=0) | |
| Disband Message box contructor. More... | |
| ~disband_box () override | |
| Destructor for disband box. More... | |
Private Slots | |
| void | disband_clicked () |
| Clicked Yes in disband box. More... | |
Private Attributes | |
| const std::vector< unit * > | cpunits |
Additional Inherited Members |
|
explicit |
Disband Message box contructor.
Definition at line 3353 of file dialogs.cpp.
|
overridedefault |
Destructor for disband box.
|
privateslot |
Clicked Yes in disband box.
Definition at line 3378 of file dialogs.cpp.
Referenced by disband_box().
|
private |
Definition at line 90 of file dialogs.h.
Referenced by disband_clicked().