![]() |
0.3.0
|
Functions | |
void | ShowDebugMenu () |
Show the debug menu dropdown. | |
void | ShowEditMenu () |
Show the edit menu dropdown. | |
void | ShowFileMenu (GlobalActions &globalAction) |
Show the file menu dropdown. | |
void | ShowMainMenuBar (GlobalActions &globalAction) |
Shows the main menu bar and moves down the cursor. | |
void | ShowRunMenu () |
Show the run menu dropdown. | |
void | ShowTimeMenu () |
Show the time menu dropdown. | |
void NAV::gui::menus::ShowDebugMenu | ( | ) |
Show the debug menu dropdown.
Definition at line 19 of file DebugMenu.cpp.
void NAV::gui::menus::ShowEditMenu | ( | ) |
Show the edit menu dropdown.
Definition at line 15 of file EditMenu.cpp.
void NAV::gui::menus::ShowFileMenu | ( | GlobalActions & | globalAction | ) |
Show the file menu dropdown.
Definition at line 21 of file FileMenu.cpp.
void NAV::gui::menus::ShowMainMenuBar | ( | GlobalActions & | globalAction | ) |
Shows the main menu bar and moves down the cursor.
[in,out] | globalAction | Global Action to perform |
Definition at line 23 of file MainMenuBar.cpp.
void NAV::gui::menus::ShowRunMenu | ( | ) |
Show the run menu dropdown.
Definition at line 19 of file RunMenu.cpp.
void NAV::gui::menus::ShowTimeMenu | ( | ) |
Show the time menu dropdown.
Definition at line 19 of file TimeMenu.cpp.