Freeciv-3.2
|
#include <menu.h>
Public Slots | |
void | start_go_act (int act_id, int sub_tgt_id) |
void | reset () |
void | create () |
void | update () |
Public Member Functions | |
go_act_menu (QWidget *parent=nullptr) | |
virtual | ~go_act_menu () |
Static Public Member Functions | |
static void | reset_all () |
static void | update_all () |
Private Attributes | |
QMap< QAction *, int > | items |
Static Private Attributes | |
static QSet< go_act_menu * > | instances |
go_act_menu::go_act_menu | ( | QWidget * | parent = nullptr | ) |
|
slot |
|
slot |
|
static |
Reset all goto and act menu instances.
Definition at line 885 of file menu.cpp.
Referenced by real_menus_init().
|
slot |
|
static |
Update all goto and act menu instances
Definition at line 895 of file menu.cpp.
Referenced by real_menus_update().
|
staticprivate |
Definition at line 237 of file menu.h.
Referenced by go_act_menu(), reset_all(), update_all(), and ~go_act_menu().