|
Freeciv-3.4
|
#include <shortcuts.h>
Inheritance diagram for fc_shortcuts_dialog:Public Member Functions | |
| fc_shortcuts_dialog (QWidget *parent=0) | |
| virtual | ~fc_shortcuts_dialog () |
Private Slots | |
| void | apply_option (int response) |
| void | edit_shortcut () |
Private Member Functions | |
| void | add_option (fc_shortcut *sc) |
| void | init () |
| void | refresh () |
Private Attributes | |
| QVBoxLayout * | main_layout |
| QVBoxLayout * | scroll_layout |
| QDialogButtonBox * | button_box |
| QMap< shortcut_id, fc_shortcut * > * | hashcopy |
Definition at line 189 of file shortcuts.h.
| fc_shortcuts_dialog::fc_shortcuts_dialog | ( | QWidget * | parent = 0 | ) |
Constructor for shortcut dialog
Definition at line 580 of file shortcuts.cpp.
|
virtual |
Destructor for shortcut dialog
Definition at line 591 of file shortcuts.cpp.
|
private |
Slot for buttons on bottom of shortcut dialog
Definition at line 727 of file shortcuts.cpp.
Referenced by init().
|
privateslot |
|
private |
Inits shortcut dialog layout
Definition at line 598 of file shortcuts.cpp.
Referenced by fc_shortcuts_dialog(), and refresh().
|
private |
|
private |
Definition at line 194 of file shortcuts.h.
Referenced by init().
|
private |
Definition at line 195 of file shortcuts.h.
Referenced by apply_option(), and fc_shortcuts_dialog().
|
private |
Definition at line 192 of file shortcuts.h.
|
private |
Definition at line 193 of file shortcuts.h.
Referenced by add_option(), and init().