![]() |
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... | |
struct | SupermodeMenuCommands |
struct for common menu commands More... | |
Public Member Functions | |
void | buildModesMenuCommands (FXMenuPane *modesMenu) |
build modes menu commands | |
ModesMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor | |
Data Fields | |
CommonMenuCommands | commonMenuCommands |
Common Menu Commands. | |
DataMenuCommands | dataMenuCommands |
Data Menu Commands. | |
DemandMenuCommands | demandMenuCommands |
Demand Menu Commands. | |
NetworkMenuCommands | networkMenuCommands |
Network Menu Commands. | |
SupermodeMenuCommands | supermodeMenuCommands |
Supermodes Menu Commands. | |
Private Member Functions | |
ModesMenuCommands (const ModesMenuCommands &)=delete | |
Invalidated copy constructor. | |
ModesMenuCommands & | operator= (const ModesMenuCommands &)=delete |
Invalidated assignment operator. | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows | |
struct for modes menu commands
Definition at line 230 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ModesMenuCommands::ModesMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 775 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ModesMenuCommands::buildModesMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build modes menu commands
Definition at line 786 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
CommonMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::commonMenuCommands |
Common Menu Commands.
Definition at line 447 of file GNEApplicationWindowHelper.h.
DataMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::dataMenuCommands |
Data Menu Commands.
Definition at line 456 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
DemandMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::demandMenuCommands |
Demand Menu Commands.
Definition at line 453 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
|
private |
pointer to current GNEApplicationWindows
Definition at line 460 of file GNEApplicationWindowHelper.h.
NetworkMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::networkMenuCommands |
Network Menu Commands.
Definition at line 450 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
SupermodeMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::supermodeMenuCommands |
Supermodes Menu Commands.
Definition at line 444 of file GNEApplicationWindowHelper.h.