![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for locate menu commands More...
Public Member Functions | |
void | buildLocateMenuCommands (FXMenuPane *editMenu) |
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 670 of file GNEApplicationWindow.h.
GNEApplicationWindow::LocateMenuCommands::LocateMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1418 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::LocateMenuCommands::buildLocateMenuCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 1424 of file GNEApplicationWindow.cpp.
References GUIIconSubSys::getIcon(), ICON_LOCATEADD, ICON_LOCATEEDGE, ICON_LOCATEJUNCTION, ICON_LOCATEPOI, ICON_LOCATEPOLY, ICON_LOCATEROUTE, ICON_LOCATESTOP, ICON_LOCATETLS, ICON_LOCATEVEHICLE, MID_LOCATEADD, MID_LOCATEEDGE, MID_LOCATEJUNCTION, MID_LOCATEPOI, MID_LOCATEPOLY, MID_LOCATEROUTE, MID_LOCATESTOP, MID_LOCATETLS, MID_LOCATEVEHICLE, and myGNEApp.
Referenced by GNEApplicationWindow::fillMenuBar().
|
private |
pointer to current GNEApplicationWindows
Definition at line 680 of file GNEApplicationWindow.h.
Referenced by buildLocateMenuCommands().