![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for edit menu commands More...
Data Structures | |
struct | DemandMenuCommands |
struct for Demand menu commands More... | |
struct | NetworkMenuCommands |
struct for network menu commands More... | |
Public Member Functions | |
void | buildEditMenuCommands (FXMenuPane *editMenu) |
build edit menu commands More... | |
EditMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
DemandMenuCommands | demandMenuCommands |
Demand Menu Commands. More... | |
FXMenuCommand * | editViewPort |
FXMenuCommand for edit view port. More... | |
FXMenuCommand * | editViewScheme |
FXMenuCommand for edit view scheme. More... | |
NetworkMenuCommands | networkMenuCommands |
Network Menu Commands. More... | |
FXMenuCommand * | openInSUMOGUI |
FXMenuCommand for open in SUMO GUI. More... | |
FXMenuCommand * | redoLastChange |
FXMenuCommand for redo last change. More... | |
FXMenuCommand * | toogleGrid |
FXMenuCommand for toogle grid. More... | |
FXMenuCommand * | undoLastChange |
FXMenuCommand for undo last change. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for edit menu commands
Definition at line 467 of file GNEApplicationWindow.h.
GNEApplicationWindow::EditMenuCommands::EditMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1261 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::EditMenuCommands::buildEditMenuCommands | ( | FXMenuPane * | editMenu | ) |
build edit menu commands
Definition at line 1269 of file GNEApplicationWindow.cpp.
References GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::buildDemandMenuCommands(), GNEApplicationWindow::EditMenuCommands::NetworkMenuCommands::buildNetworkMenuCommands(), GNEApplicationWindow::SupermodeCommands::buildSupermodeCommands(), demandMenuCommands, editViewPort, editViewScheme, GUIIconSubSys::getIcon(), GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::hideDemandMenuCommands(), GNEApplicationWindow::EditMenuCommands::NetworkMenuCommands::hideNetworkMenuCommands(), GNEApplicationWindow::SupermodeCommands::hideSupermodeCommands(), ICON_REDO, ICON_SUMO_MINI, ICON_UNDO, MID_EDITVIEWPORT, MID_EDITVIEWSCHEME, MID_HOTKEY_CTRL_G_GAMINGMODE_TOOGLEGRID, MID_HOTKEY_CTRL_T_OPENSUMONETEDIT, MID_HOTKEY_CTRL_Y_REDO, MID_HOTKEY_CTRL_Z_UNDO, myGNEApp, GNEApplicationWindow::mySupermodeCommands, networkMenuCommands, openInSUMOGUI, redoLastChange, toogleGrid, and undoLastChange.
Referenced by GNEApplicationWindow::fillMenuBar().
DemandMenuCommands GNEApplicationWindow::EditMenuCommands::demandMenuCommands |
Demand Menu Commands.
Definition at line 588 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands(), GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::editViewPort |
FXMenuCommand for edit view port.
Definition at line 594 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands().
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::editViewScheme |
FXMenuCommand for edit view scheme.
Definition at line 591 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands().
|
private |
pointer to current GNEApplicationWindows
Definition at line 604 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::buildDemandMenuCommands(), buildEditMenuCommands(), and GNEApplicationWindow::EditMenuCommands::NetworkMenuCommands::buildNetworkMenuCommands().
NetworkMenuCommands GNEApplicationWindow::EditMenuCommands::networkMenuCommands |
Network Menu Commands.
Definition at line 585 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands(), GNEApplicationWindow::loadConfigOrNet(), GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::openInSUMOGUI |
FXMenuCommand for open in SUMO GUI.
Definition at line 600 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands().
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::redoLastChange |
FXMenuCommand for redo last change.
Definition at line 582 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands(), and GNEApplicationWindow::onCmdRedo().
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::toogleGrid |
FXMenuCommand for toogle grid.
Definition at line 597 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands().
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::undoLastChange |
FXMenuCommand for undo last change.
Definition at line 579 of file GNEApplicationWindow.h.
Referenced by buildEditMenuCommands(), and GNEApplicationWindow::onCmdUndo().