Freeciv-3.1
|
#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 172 of file shortcuts.h.
fc_sc_button::fc_sc_button | ( | ) |
Constructor for button setting shortcut
Definition at line 519 of file shortcuts.cpp.
fc_sc_button::fc_sc_button | ( | fc_shortcut * | s | ) |
Constructor setting given shortcut
Definition at line 527 of file shortcuts.cpp.
|
privateslot |
Shows information about assigned shortcut
Definition at line 551 of file shortcuts.cpp.
Referenced by popup_error(), and show_info().
void fc_sc_button::show_info | ( | QString | str | ) |
Executes slot to show information about assigned shortcut
Definition at line 542 of file shortcuts.cpp.
Referenced by fc_shortcut_popup::check_if_exist().
|
private |
Definition at line 175 of file shortcuts.h.
Referenced by popup_error(), and show_info().
fc_shortcut* fc_sc_button::sc |
Definition at line 179 of file shortcuts.h.
Referenced by fc_shortcut_popup::closeEvent(), fc_shortcuts_dialog::edit_shortcut(), fc_sc_button(), fc_sc_button(), and popup_error().
fc_shortcut* fc_sc_button::sc_orig |
Definition at line 180 of file shortcuts.h.
Referenced by fc_sc_button().