![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for File menu commands More...
Public Member Functions | |
void | buildFileMenuCommands (FXMenuPane *editMenu) |
build menu commands More... | |
FileMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
FXMenuCommand * | saveAdditionals |
FXMenuCommand for enable or disable save additionals. More... | |
FXMenuCommand * | saveAdditionalsAs |
FXMenuCommand for enable or disable save additionals As. More... | |
FXMenuCommand * | saveDemandElements |
FXMenuCommand for enable or disable save demand elements. More... | |
FXMenuCommand * | saveDemandElementsAs |
FXMenuCommand for enable or disable save demand elements as. More... | |
FXMenuCommand * | saveTLSPrograms |
FXMenuCommand for enable or disable save additionals. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for File menu commands
Definition at line 468 of file GNEApplicationWindow.h.
GNEApplicationWindow::FileMenuCommands::FileMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1073 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::FileMenuCommands::buildFileMenuCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 1084 of file GNEApplicationWindow.cpp.
References GUIIconSubSys::getIcon(), ICON_CLOSE, ICON_MODEADDITIONAL, ICON_MODETLS, ICON_OPEN_ADDITIONALS, ICON_OPEN_CONFIG, ICON_OPEN_NET, ICON_OPEN_TLSPROGRAMS, ICON_RELOAD, ICON_SAVE, ICON_SUPERMODEDEMAND, MID_GNE_TOOLBARFILE_OPENFOREIGN, MID_GNE_TOOLBARFILE_SAVEADDITIONALS_AS, MID_GNE_TOOLBARFILE_SAVEDEMAND_AS, MID_GNE_TOOLBARFILE_SAVETLSPROGRAMS_AS, MID_HOTKEY_CTRL_A_STARTSIMULATION_OPENADDITIONALS, MID_HOTKEY_CTRL_D_SINGLESIMULATIONSTEP_OPENDEMAND, MID_HOTKEY_CTRL_J_SAVEJOINEDJUNCTIONS, MID_HOTKEY_CTRL_K_OPENTLSPROGRAMS, MID_HOTKEY_CTRL_L_SAVEASPLAINXML, MID_HOTKEY_CTRL_N_NEWNETWORK, MID_HOTKEY_CTRL_Q_CLOSE, MID_HOTKEY_CTRL_R_RELOAD, MID_HOTKEY_CTRL_S_STOPSIMULATION_SAVENETWORK, MID_HOTKEY_CTRL_SHIFT_A_SAVEADDITIONALS, MID_HOTKEY_CTRL_SHIFT_D_SAVEDEMANDELEMENTS, MID_HOTKEY_CTRL_SHIFT_K_SAVETLS, MID_HOTKEY_CTRL_SHIFT_S_SAVENETWORK_AS, MID_HOTKEY_CTRL_W_CLOSESIMULATION, MID_OPEN_CONFIG, and MID_OPEN_NETWORK.
Referenced by GNEApplicationWindow::fillMenuBar().
|
private |
pointer to current GNEApplicationWindows
Definition at line 493 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveAdditionals |
FXMenuCommand for enable or disable save additionals.
Definition at line 477 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::continueWithUnsavedAdditionalChanges(), GNEApplicationWindow::disableSaveAdditionalsMenu(), GNEApplicationWindow::enableSaveAdditionalsMenu(), GNEApplicationWindow::onCmdSaveAdditionals(), and GNEApplicationWindow::onCmdSaveAdditionalsAs().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveAdditionalsAs |
FXMenuCommand for enable or disable save additionals As.
Definition at line 480 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::disableSaveAdditionalsMenu(), and GNEApplicationWindow::enableSaveAdditionalsMenu().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveDemandElements |
FXMenuCommand for enable or disable save demand elements.
Definition at line 486 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::continueWithUnsavedDemandElementChanges(), GNEApplicationWindow::disableSaveDemandElementsMenu(), GNEApplicationWindow::enableSaveDemandElementsMenu(), GNEApplicationWindow::onCmdSaveDemandElements(), and GNEApplicationWindow::onCmdSaveDemandElementsAs().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveDemandElementsAs |
FXMenuCommand for enable or disable save demand elements as.
Definition at line 489 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::disableSaveDemandElementsMenu(), and GNEApplicationWindow::enableSaveDemandElementsMenu().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveTLSPrograms |
FXMenuCommand for enable or disable save additionals.
Definition at line 483 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::enableSaveTLSProgramsMenu(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdOpenNetwork(), GNEApplicationWindow::onCmdReload(), and GNEApplicationWindow::onCmdSaveTLSPrograms().