![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for locate menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| void | buildLocateMenuCommands (FXMenuPane *locateMenu) |
| build menu commands | |
| LocateMenuCommands (GNEApplicationWindow *applicationWindow) | |
| constructor | |
Private Member Functions | |
| LocateMenuCommands (const LocateMenuCommands &)=delete | |
| Invalidated copy constructor. | |
| LocateMenuCommands & | operator= (const LocateMenuCommands &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| GNEApplicationWindow * | myApplicationWindow |
| pointer to current GNEApplicationWindow | |
struct for locate menu commands
Definition at line 971 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::LocateMenuCommands::LocateMenuCommands | ( | GNEApplicationWindow * | applicationWindow | ) |
constructor
Definition at line 2004 of file GNEApplicationWindowHelper.cpp.
References myApplicationWindow.
Referenced by LocateMenuCommands(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References LocateMenuCommands().
| void GNEApplicationWindowHelper::LocateMenuCommands::buildLocateMenuCommands | ( | FXMenuPane * | locateMenu | ) |
build menu commands
Definition at line 2010 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), LOCATEADD, LOCATECONTAINER, LOCATEEDGE, LOCATEJUNCTION, LOCATEPERSON, LOCATEPOI, LOCATEPOLY, LOCATEROUTE, LOCATESTOP, LOCATETLS, LOCATEVEHICLE, LOCATEWALKINGAREA, MID_HOTKEY_SHIFT_A_LOCATEADDITIONAL, MID_HOTKEY_SHIFT_C_LOCATECONTAINER, MID_HOTKEY_SHIFT_E_LOCATEEDGE, MID_HOTKEY_SHIFT_J_LOCATEJUNCTION, MID_HOTKEY_SHIFT_L_LOCATEPOLY, MID_HOTKEY_SHIFT_O_LOCATEPOI, MID_HOTKEY_SHIFT_P_LOCATEPERSON, MID_HOTKEY_SHIFT_R_LOCATEROUTE, MID_HOTKEY_SHIFT_S_LOCATESTOP, MID_HOTKEY_SHIFT_T_LOCATETLS, MID_HOTKEY_SHIFT_V_LOCATEVEHICLE, MID_HOTKEY_SHIFT_W_LOCATEWALKINGAREA, myApplicationWindow, and TL.
|
privatedelete |
Invalidated assignment operator.
References LocateMenuCommands().
|
private |
pointer to current GNEApplicationWindow
Definition at line 981 of file GNEApplicationWindowHelper.h.
Referenced by buildLocateMenuCommands(), and LocateMenuCommands().