Freeciv-3.2
|
#include <shortcuts.h>
Public Member Functions | |
fc_sc_button () | |
fc_sc_button (fc_shortcut *s) | |
void | show_info (QString str) |
Data Fields | |
fc_shortcut * | sc |
fc_shortcut * | sc_orig |
Private Slots | |
void | popup_error () |
Private Attributes | |
QString | err_message |
Definition at line 173 of file shortcuts.h.
fc_sc_button::fc_sc_button | ( | ) |
Constructor for button setting shortcut
Definition at line 520 of file shortcuts.cpp.
fc_sc_button::fc_sc_button | ( | fc_shortcut * | s | ) |
Constructor setting given shortcut
Definition at line 528 of file shortcuts.cpp.
|
privateslot |
Shows information about assigned shortcut
Definition at line 552 of file shortcuts.cpp.
Referenced by popup_error(), and show_info().
Executes slot to show information about assigned shortcut
Definition at line 543 of file shortcuts.cpp.
|
private |
Definition at line 176 of file shortcuts.h.
Referenced by popup_error(), and show_info().
fc_shortcut* fc_sc_button::sc |
Definition at line 180 of file shortcuts.h.
Referenced by fc_sc_button(), fc_sc_button(), and popup_error().
fc_shortcut* fc_sc_button::sc_orig |
Definition at line 181 of file shortcuts.h.
Referenced by fc_sc_button().