![]() |
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 438 of file GNEApplicationWindow.h.
GNEApplicationWindow::FileMenuCommands::FileMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 997 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::FileMenuCommands::buildFileMenuCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 1003 of file GNEApplicationWindow.cpp.
References GNEApplicationWindow::MenuBarFile::buildRecentFiles(), 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, MID_OPEN_NETWORK, GNEApplicationWindow::myFileMenuAdditionals, GNEApplicationWindow::myFileMenuDemandElements, GNEApplicationWindow::myFileMenuTLS, myGNEApp, GNEApplicationWindow::myMenuBarFile, saveAdditionals, saveAdditionalsAs, saveDemandElements, saveDemandElementsAs, and saveTLSPrograms.
Referenced by GNEApplicationWindow::fillMenuBar().
|
private |
pointer to current GNEApplicationWindows
Definition at line 463 of file GNEApplicationWindow.h.
Referenced by buildFileMenuCommands().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveAdditionals |
FXMenuCommand for enable or disable save additionals.
Definition at line 447 of file GNEApplicationWindow.h.
Referenced by buildFileMenuCommands(), 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 450 of file GNEApplicationWindow.h.
Referenced by buildFileMenuCommands(), GNEApplicationWindow::disableSaveAdditionalsMenu(), and GNEApplicationWindow::enableSaveAdditionalsMenu().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveDemandElements |
FXMenuCommand for enable or disable save demand elements.
Definition at line 456 of file GNEApplicationWindow.h.
Referenced by buildFileMenuCommands(), 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 459 of file GNEApplicationWindow.h.
Referenced by buildFileMenuCommands(), GNEApplicationWindow::disableSaveDemandElementsMenu(), and GNEApplicationWindow::enableSaveDemandElementsMenu().
FXMenuCommand* GNEApplicationWindow::FileMenuCommands::saveTLSPrograms |
FXMenuCommand for enable or disable save additionals.
Definition at line 453 of file GNEApplicationWindow.h.
Referenced by buildFileMenuCommands(), GNEApplicationWindow::enableSaveTLSProgramsMenu(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdOpenNetwork(), and GNEApplicationWindow::onCmdSaveTLSPrograms().