![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for locate menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildToolsMenuCommands (FXMenuPane *locateMenu) |
build menu commands More... | |
ToolsMenuCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Private Member Functions | |
ToolsMenuCommands & | operator= (const ToolsMenuCommands &)=delete |
Invalidated assignment operator. More... | |
ToolsMenuCommands (const ToolsMenuCommands &)=delete | |
Invalidated copy constructor. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for locate menu commands
Definition at line 948 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ToolsMenuCommands::ToolsMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1780 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ToolsMenuCommands::buildToolsMenuCommands | ( | FXMenuPane * | locateMenu | ) |
build menu commands
Definition at line 1786 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_GNE_TOOLBARTOOLS_NETDIFF, TL, and TOOL_NETDIFF.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindows
Definition at line 958 of file GNEApplicationWindowHelper.h.