![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for modes menu commands More...
#include <GNEApplicationWindowHelper.h>
Data Structures | |
| struct | CommonMenuCommands |
| struct for common menu commands More... | |
| struct | DataMenuCommands |
| struct for Data menu commands More... | |
| struct | DemandMenuCommands |
| struct for Demand menu commands More... | |
| struct | NetworkMenuCommands |
| struct for network menu commands More... | |
Public Member Functions | |
| void | buildModesMenuCommands (FXMenuPane *modesMenu) |
| build modes menu commands | |
| ModesMenuCommands (GNEApplicationWindow *applicationWindow) | |
| constructor | |
| void | setDefaultView (Supermode supermode) |
| set default view | |
| void | setJuPedSimView (Supermode supermode) |
| set JuPedSim view | |
Data Fields | |
| CommonMenuCommands | commonMenuCommands |
| Common Menu Commands. | |
| DataMenuCommands | dataMenuCommands |
| Data Menu Commands. | |
| DemandMenuCommands | demandMenuCommands |
| Demand Menu Commands. | |
| NetworkMenuCommands | networkMenuCommands |
| Network Menu Commands. | |
Private Member Functions | |
| ModesMenuCommands (const ModesMenuCommands &)=delete | |
| Invalidated copy constructor. | |
| ModesMenuCommands & | operator= (const ModesMenuCommands &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| GNEApplicationWindow * | myApplicationWindow |
| pointer to current GNEApplicationWindow | |
struct for modes menu commands
Definition at line 243 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::ModesMenuCommands::ModesMenuCommands | ( | GNEApplicationWindow * | applicationWindow | ) |
constructor
Definition at line 788 of file GNEApplicationWindowHelper.cpp.
References commonMenuCommands, dataMenuCommands, demandMenuCommands, myApplicationWindow, and networkMenuCommands.
Referenced by GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::CommonMenuCommands(), GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::DataMenuCommands(), GNEApplicationWindowHelper::ModesMenuCommands::DemandMenuCommands::DemandMenuCommands(), ModesMenuCommands(), GNEApplicationWindowHelper::ModesMenuCommands::NetworkMenuCommands::NetworkMenuCommands(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References ModesMenuCommands().
| void GNEApplicationWindowHelper::ModesMenuCommands::buildModesMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build modes menu commands
Definition at line 801 of file GNEApplicationWindowHelper.cpp.
References commonMenuCommands, dataMenuCommands, demandMenuCommands, and networkMenuCommands.
|
privatedelete |
Invalidated assignment operator.
References ModesMenuCommands().
| void GNEApplicationWindowHelper::ModesMenuCommands::setDefaultView | ( | Supermode | supermode | ) |
set default view
Definition at line 816 of file GNEApplicationWindowHelper.cpp.
References DATA, dataMenuCommands, DEMAND, demandMenuCommands, NETWORK, and networkMenuCommands.
| void GNEApplicationWindowHelper::ModesMenuCommands::setJuPedSimView | ( | Supermode | supermode | ) |
set JuPedSim view
Definition at line 828 of file GNEApplicationWindowHelper.cpp.
References DATA, dataMenuCommands, DEMAND, demandMenuCommands, NETWORK, and networkMenuCommands.
| CommonMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::commonMenuCommands |
Common Menu Commands.
Definition at line 443 of file GNEApplicationWindowHelper.h.
Referenced by buildModesMenuCommands(), and ModesMenuCommands().
| DataMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::dataMenuCommands |
Data Menu Commands.
Definition at line 452 of file GNEApplicationWindowHelper.h.
Referenced by buildModesMenuCommands(), ModesMenuCommands(), setDefaultView(), and setJuPedSimView().
| DemandMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::demandMenuCommands |
Demand Menu Commands.
Definition at line 449 of file GNEApplicationWindowHelper.h.
Referenced by buildModesMenuCommands(), ModesMenuCommands(), setDefaultView(), and setJuPedSimView().
|
private |
pointer to current GNEApplicationWindow
Definition at line 456 of file GNEApplicationWindowHelper.h.
Referenced by ModesMenuCommands().
| NetworkMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::networkMenuCommands |
Network Menu Commands.
Definition at line 446 of file GNEApplicationWindowHelper.h.
Referenced by buildModesMenuCommands(), ModesMenuCommands(), setDefaultView(), and setJuPedSimView().