Freeciv-3.3
|
#include <shortcuts.h>
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 190 of file shortcuts.h.
fc_shortcuts_dialog::fc_shortcuts_dialog | ( | QWidget * | parent = 0 | ) |
Constructor for shortcut dialog
Definition at line 579 of file shortcuts.cpp.
|
virtual |
Destructor for shortcut dialog
Definition at line 590 of file shortcuts.cpp.
|
private |
Slot for buttons on bottom of shortcut dialog
Definition at line 726 of file shortcuts.cpp.
Referenced by init().
|
privateslot |
|
private |
Inits shortcut dialog layout
Definition at line 597 of file shortcuts.cpp.
Referenced by fc_shortcuts_dialog(), and refresh().
|
private |
|
private |
Definition at line 195 of file shortcuts.h.
Referenced by init().
|
private |
Definition at line 196 of file shortcuts.h.
Referenced by apply_option(), and fc_shortcuts_dialog().
|
private |
Definition at line 193 of file shortcuts.h.
|
private |
Definition at line 194 of file shortcuts.h.
Referenced by add_option(), and init().