![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for edit menu commands More...
#include <GNEApplicationWindowHelper.h>
Data Structures | |
struct | DataViewOptions |
struct used to group all variables related to view options in supermode Data More... | |
struct | DemandViewOptions |
struct used to group all variables related to view options in supermode Demand More... | |
struct | NetworkViewOptions |
struct used to group all variables related to view options in supermode Network More... | |
Public Member Functions | |
void | buildFrontElementMenuCommand (FXMenuPane *editMenu) |
build front element commands More... | |
void | buildOpenSUMOMenuCommands (FXMenuPane *editMenu) |
build open sumo menu commands More... | |
void | buildUndoRedoMenuCommands (FXMenuPane *editMenu) |
build undo-redo menu commands More... | |
void | buildViewMenuCommands (FXMenuPane *editMenu) |
build view menu commands More... | |
EditMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
FXMenuCommand * | clearFrontElement |
FXMenuCommand for clear Front element. More... | |
DataViewOptions | dataViewOptions |
data view options More... | |
DemandViewOptions | demandViewOptions |
demand view options More... | |
FXMenuCommand * | editViewPort |
FXMenuCommand for edit view port. More... | |
FXMenuCommand * | editViewScheme |
FXMenuCommand for edit view scheme. More... | |
FXMenuCheck * | loadAdditionalsInSUMOGUI |
menu check for load additionals in SUMO GUI More... | |
FXMenuCheck * | loadDemandInSUMOGUI |
menu check for load demand in SUMO GUI More... | |
NetworkViewOptions | networkViewOptions |
network view options More... | |
FXMenuCommand * | openInSUMOGUI |
FXMenuCommand for open in SUMO GUI. More... | |
FXMenuCommand * | openUndolistDialog |
FXMenuCommand for open undolist dialog. More... | |
FXMenuCommand * | redoLastChange |
FXMenuCommand for redo last change. More... | |
FXMenuCommand * | undoLastChange |
FXMenuCommand for undo last change. More... | |
Private Member Functions | |
EditMenuCommands (const EditMenuCommands &)=delete | |
Invalidated copy constructor. More... | |
EditMenuCommands & | operator= (const EditMenuCommands &)=delete |
Invalidated assignment operator. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for edit menu commands
Definition at line 432 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::EditMenuCommands::EditMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1035 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::EditMenuCommands::buildFrontElementMenuCommand | ( | FXMenuPane * | editMenu | ) |
build front element commands
Definition at line 1080 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), FRONTELEMENT, GUIIconSubSys::getIcon(), and MID_HOTKEY_F11_FRONTELEMENT.
Referenced by GNEApplicationWindow::fillMenuBar().
void GNEApplicationWindowHelper::EditMenuCommands::buildOpenSUMOMenuCommands | ( | FXMenuPane * | editMenu | ) |
build open sumo menu commands
Definition at line 1089 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_GNE_TOOLBAREDIT_LOADADDITIONALS, MID_GNE_TOOLBAREDIT_LOADDEMAND, MID_HOTKEY_CTRL_T_OPENSUMONETEDIT, and SUMO_MINI.
Referenced by GNEApplicationWindow::fillMenuBar().
void GNEApplicationWindowHelper::EditMenuCommands::buildUndoRedoMenuCommands | ( | FXMenuPane * | editMenu | ) |
build undo-redo menu commands
Definition at line 1053 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_GNE_UNDOLISTDIALOG, MID_HOTKEY_CTRL_Y_REDO, MID_HOTKEY_CTRL_Z_UNDO, REDO, UNDO, and UNDOLIST.
Referenced by GNEApplicationWindow::fillMenuBar().
void GNEApplicationWindowHelper::EditMenuCommands::buildViewMenuCommands | ( | FXMenuPane * | editMenu | ) |
build view menu commands
Definition at line 1068 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), COLORWHEEL, EDITVIEWPORT, GUIIconSubSys::getIcon(), MID_HOTKEY_CTRL_I_EDITVIEWPORT, and MID_HOTKEY_F9_EDIT_VIEWSCHEME.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::clearFrontElement |
FXMenuCommand for clear Front element.
Definition at line 666 of file GNEApplicationWindowHelper.h.
DataViewOptions GNEApplicationWindowHelper::EditMenuCommands::dataViewOptions |
data view options
Definition at line 657 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
DemandViewOptions GNEApplicationWindowHelper::EditMenuCommands::demandViewOptions |
demand view options
Definition at line 654 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::editViewPort |
FXMenuCommand for edit view port.
Definition at line 663 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::editViewScheme |
FXMenuCommand for edit view scheme.
Definition at line 660 of file GNEApplicationWindowHelper.h.
FXMenuCheck* GNEApplicationWindowHelper::EditMenuCommands::loadAdditionalsInSUMOGUI |
menu check for load additionals in SUMO GUI
Definition at line 669 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdOpenSUMOGUI().
FXMenuCheck* GNEApplicationWindowHelper::EditMenuCommands::loadDemandInSUMOGUI |
menu check for load demand in SUMO GUI
Definition at line 672 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdOpenSUMOGUI().
|
private |
pointer to current GNEApplicationWindows
Definition at line 679 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::buildDataViewOptionsMenuChecks(), GNEApplicationWindowHelper::EditMenuCommands::DemandViewOptions::buildDemandViewOptionsMenuChecks(), and GNEApplicationWindowHelper::EditMenuCommands::NetworkViewOptions::buildNetworkViewOptionsMenuChecks().
NetworkViewOptions GNEApplicationWindowHelper::EditMenuCommands::networkViewOptions |
network view options
Definition at line 651 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::openInSUMOGUI |
FXMenuCommand for open in SUMO GUI.
Definition at line 675 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::openUndolistDialog |
FXMenuCommand for open undolist dialog.
Definition at line 648 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::redoLastChange |
FXMenuCommand for redo last change.
Definition at line 645 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdRedo(), GNEApplicationWindow::onCmdUndo(), and GNEApplicationWindow::onUpdOpenUndoListDialog().
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::undoLastChange |
FXMenuCommand for undo last change.
Definition at line 642 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdRedo(), GNEApplicationWindow::onCmdUndo(), and GNEApplicationWindow::onUpdOpenUndoListDialog().