![]() |
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 More... | |
ModesMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
CommonMenuCommands | commonMenuCommands |
Common Menu Commands. More... | |
DataMenuCommands | dataMenuCommands |
Data Menu Commands. More... | |
DemandMenuCommands | demandMenuCommands |
Demand Menu Commands. More... | |
NetworkMenuCommands | networkMenuCommands |
Network Menu Commands. More... | |
Private Member Functions | |
ModesMenuCommands (const ModesMenuCommands &)=delete | |
Invalidated copy constructor. More... | |
ModesMenuCommands & | operator= (const ModesMenuCommands &)=delete |
Invalidated assignment operator. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for modes menu commands
Definition at line 195 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ModesMenuCommands::ModesMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 529 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ModesMenuCommands::buildModesMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build modes menu commands
Definition at line 539 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
CommonMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::commonMenuCommands |
Common Menu Commands.
Definition at line 374 of file GNEApplicationWindowHelper.h.
DataMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::dataMenuCommands |
Data Menu Commands.
Definition at line 383 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), and GNEApplicationWindow::updateSuperModeMenuCommands().
DemandMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::demandMenuCommands |
Demand Menu Commands.
Definition at line 380 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), and GNEApplicationWindow::updateSuperModeMenuCommands().
|
private |
pointer to current GNEApplicationWindows
Definition at line 387 of file GNEApplicationWindowHelper.h.
NetworkMenuCommands GNEApplicationWindowHelper::ModesMenuCommands::networkMenuCommands |
Network Menu Commands.
Definition at line 377 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::loadConfigOrNet(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), and GNEApplicationWindow::updateSuperModeMenuCommands().