![]() |
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 More... | |
LocateMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Private Member Functions | |
LocateMenuCommands (const LocateMenuCommands &)=delete | |
Invalidated copy constructor. More... | |
LocateMenuCommands & | operator= (const LocateMenuCommands &)=delete |
Invalidated assignment operator. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for locate menu commands
Definition at line 853 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::LocateMenuCommands::LocateMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1585 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::LocateMenuCommands::buildLocateMenuCommands | ( | FXMenuPane * | locateMenu | ) |
build menu commands
Definition at line 1591 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), LOCATEADD, LOCATEEDGE, LOCATEJUNCTION, LOCATEPERSON, LOCATEPOI, LOCATEPOLY, LOCATEROUTE, LOCATESTOP, LOCATETLS, LOCATEVEHICLE, MID_LOCATEADD, MID_LOCATEEDGE, MID_LOCATEJUNCTION, MID_LOCATEPERSON, MID_LOCATEPOI, MID_LOCATEPOLY, MID_LOCATEROUTE, MID_LOCATESTOP, MID_LOCATETLS, and MID_LOCATEVEHICLE.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindows
Definition at line 863 of file GNEApplicationWindowHelper.h.