![]() |
An open-source, flexible 3D physical simulation framework
|
Provides the menuAction function. More...
#include <MenuInterface.h>
Public Member Functions | |
virtual | ~MenuInterface () |
virtual void | menuAction (int action, bool checked=false)=0 |
Called whenever a menu item is selected. More... | |
Provides the menuAction function.
Definition at line 40 of file MenuInterface.h.
|
inlinevirtual |
Definition at line 42 of file MenuInterface.h.
|
pure 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. |
Implemented in mars::plugins::Plot3D::Plot3D, mars::plugins::PythonMars::PythonMars, mars::plugins::constraints_plugin::ConstraintsPlugin, mars::gui::MenuAdd, mars::plugins::connectors::Connectors, mars::plugins::EntityView::EntityView, mars::plugins::__namespace__::__classname__, mars::plugin::SkyDomePlugin::SkyDomePlugin, mars::log_console::MainConsole, mars::plugins::connexion_plugin::ConnexionPlugin, mars::gui::MenuFile, mars::plugins::CameraGUI::CameraGUI, mars::plugins::lib_manager_gui::LibManagerGui, mars::gui::MenuSimulation, mars::gui::MenuWindow, mars::data_broker_gui::MainDataGui, data_broker_plotter2::DataBrokerPlotterLib, mars::cfg_manager_gui::MainCfgGui, mars::gui::CameraConfigurator, mars::gui::CaptureWindow, mars::gui::MenuHelp, VirtualJoystickPlugin, and data_broker_plotter::DataBrokerPlotterLib.