![]() |
Eclipse SUMO - Simulation of Urban MObility
|
contextual menu More...
#include <InternalTest.h>
Public Member Functions | |
| ContextualMenu () | |
| default constructor | |
| ContextualMenu (const std::string &mainMenuValue, const std::string &subMenuAValue, const std::string &subMenuBValue) | |
| constructor | |
| int | getMainMenuPosition () const |
| get main menu position | |
| int | getSubMenuAPosition () const |
| get submenu A position | |
| int | getSubMenuBPosition () const |
| get submenu B position | |
Private Attributes | |
| int | myMainMenu = 0 |
| main manue | |
| int | mySubMenuA = 0 |
| submenu A | |
| int | mySubMenuB = 0 |
| submenu B | |
contextual menu
Definition at line 70 of file InternalTest.h.
| InternalTest::ContextualMenu::ContextualMenu | ( | ) |
default constructor
Definition at line 74 of file InternalTest.cpp.
| InternalTest::ContextualMenu::ContextualMenu | ( | const std::string & | mainMenuValue, |
| const std::string & | subMenuAValue, | ||
| const std::string & | subMenuBValue | ||
| ) |
constructor
Definition at line 77 of file InternalTest.cpp.
| int InternalTest::ContextualMenu::getMainMenuPosition | ( | ) | const |
get main menu position
Definition at line 86 of file InternalTest.cpp.
| int InternalTest::ContextualMenu::getSubMenuAPosition | ( | ) | const |
get submenu A position
Definition at line 92 of file InternalTest.cpp.
| int InternalTest::ContextualMenu::getSubMenuBPosition | ( | ) | const |
get submenu B position
Definition at line 98 of file InternalTest.cpp.
|
private |
main manue
Definition at line 91 of file InternalTest.h.
|
private |
submenu A
Definition at line 94 of file InternalTest.h.
|
private |
submenu B
Definition at line 97 of file InternalTest.h.