#include <menu.h>
|
QMap< QAction *, int > | items |
|
Definition at line 233 of file menu.h.
◆ go_act_menu()
go_act_menu::go_act_menu |
( |
QWidget * |
parent = nullptr | ) |
|
Instantiate a new goto and act sub menu.
Definition at line 697 of file menu.cpp.
◆ ~go_act_menu()
go_act_menu::~go_act_menu |
( |
| ) |
|
|
virtual |
◆ create
void go_act_menu::create |
( |
| ) |
|
|
slot |
Fill the new goto and act sub menu with menu items.
Definition at line 728 of file menu.cpp.
Referenced by update().
◆ reset
void go_act_menu::reset |
( |
| ) |
|
|
slot |
Reset the goto and act menu so it will be recreated.
Definition at line 716 of file menu.cpp.
Referenced by reset_all().
◆ reset_all()
void go_act_menu::reset_all |
( |
| ) |
|
|
static |
◆ start_go_act
void go_act_menu::start_go_act |
( |
int |
act_id, |
|
|
int |
sub_tgt_id |
|
) |
| |
|
slot |
◆ update
void go_act_menu::update |
( |
| ) |
|
|
slot |
◆ update_all()
void go_act_menu::update_all |
( |
| ) |
|
|
static |
◆ instances
◆ items
QMap<QAction *, int> go_act_menu::items |
|
private |