![]() |
An open-source, flexible 3D physical simulation framework
|
MenuWindow creates the menus and menu items in the Window menu of the simulation. More...
#include <MenuWindow.h>
Public Member Functions | |
MenuWindow (interfaces::ControlCenter *c, main_gui::GuiInterface *gui) | |
The constructor add the actions to the Window menu. More... | |
~MenuWindow () | |
The destructor destroys the dynamically loaded dialogs. More... | |
virtual void | menuAction (int action, bool checked=false) |
Called whenever a menu item is selected. More... | |
virtual void | cfgUpdateProperty (cfg_manager::cfgPropertyStruct _property) |
![]() | |
virtual | ~MenuInterface () |
![]() | |
CFGClient () | |
virtual | ~CFGClient () |
virtual void | cfgParamCreated (cfgParamId _id) |
virtual void | cfgParamRemoved (cfgParamId _id) |
Private Slots | |
void | closeWidget (void *widget) |
Private Member Functions | |
void | menu_addWindow () |
void | menu_dock (bool checked) |
void | menu_blender () |
void | menu_controller_config () |
MenuWindow creates the menus and menu items in the Window menu of the simulation.
Definition at line 53 of file MenuWindow.h.
mars::gui::MenuWindow::MenuWindow | ( | interfaces::ControlCenter * | c, |
main_gui::GuiInterface * | gui | ||
) |
The constructor add the actions to the Window menu.
Definition at line 71 of file MenuWindow.cpp.
mars::gui::MenuWindow::~MenuWindow | ( | ) |
The destructor destroys the dynamically loaded dialogs.
Definition at line 185 of file MenuWindow.cpp.
|
virtual |
Reimplemented from mars::cfg_manager::CFGClient.
Definition at line 337 of file MenuWindow.cpp.
|
privateslot |
Definition at line 322 of file MenuWindow.cpp.
|
private |
Definition at line 302 of file MenuWindow.cpp.
|
private |
Definition at line 287 of file MenuWindow.cpp.
|
private |
Definition at line 272 of file MenuWindow.cpp.
|
private |
Definition at line 318 of file MenuWindow.cpp.
|
virtual |
Called whenever a menu item is selected.
action | The action that is passed to the GuiInterface via addGenericMenuAction function. |
checked | Indicates if the menu/menu item is checked or not. |
Implements mars::main_gui::MenuInterface.
Definition at line 189 of file MenuWindow.cpp.
|
private |
Definition at line 84 of file MenuWindow.h.
|
private |
Definition at line 85 of file MenuWindow.h.
|
private |
Definition at line 87 of file MenuWindow.h.
|
private |
Definition at line 86 of file MenuWindow.h.
|
private |
Definition at line 86 of file MenuWindow.h.
|
private |
Definition at line 87 of file MenuWindow.h.
|
private |
Definition at line 86 of file MenuWindow.h.
|
private |
Definition at line 81 of file MenuWindow.h.
|
private |
Definition at line 82 of file MenuWindow.h.
|
private |
Definition at line 88 of file MenuWindow.h.