![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Lets the user toggle tileset options. More...
#include <tileset_options.h>
Inheritance diagram for freeciv::tileset_options_dialog:
Collaboration diagram for freeciv::tileset_options_dialog:Public Member Functions | |
| tileset_options_dialog (struct tileset *t, QWidget *parent=0) | |
| Sets up the tileset options dialog. More... | |
Private Slots | |
| void | reset () |
| Resets all options to the tileset defaults. More... | |
Private Attributes | |
| std::map< QString, QCheckBox * > | m_checks |
Lets the user toggle tileset options.
Definition at line 19 of file tileset_options.h.
|
explicit |
Sets up the tileset options dialog.
The dialog contains a series of check boxes, one for each options. They take effect immediately. There is also a close button and a reset button.
Definition at line 22 of file tileset_options.cpp.
|
privateslot |
Resets all options to the tileset defaults.
Definition at line 63 of file tileset_options.cpp.
Referenced by tileset_options_dialog().
|
private |
Definition at line 22 of file tileset_options.h.
Referenced by reset(), and tileset_options_dialog().