![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for locate menu commands More...
Public Member Functions | |
void | buildLocateMenuCommands (FXMenuPane *locateMenu) |
build menu commands More... | |
LocateMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for locate menu commands
Definition at line 707 of file GNEApplicationWindow.h.
GNEApplicationWindow::LocateMenuCommands::LocateMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1528 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::LocateMenuCommands::buildLocateMenuCommands | ( | FXMenuPane * | locateMenu | ) |
build menu commands
Definition at line 1534 of file GNEApplicationWindow.cpp.
References GUIIconSubSys::getIcon(), ICON_LOCATEADD, ICON_LOCATEEDGE, ICON_LOCATEJUNCTION, ICON_LOCATEPERSON, ICON_LOCATEPOI, ICON_LOCATEPOLY, ICON_LOCATEROUTE, ICON_LOCATESTOP, ICON_LOCATETLS, ICON_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().
|
private |
pointer to current GNEApplicationWindows
Definition at line 717 of file GNEApplicationWindow.h.