![]() |
Eclipse SUMO - Simulation of Urban MObility
|
FOX-declaration. More...
#include <GNEApplicationWindow.h>
Public Member Functions | |
void | buildMenuToolbarsGrip () |
build menu toolbar grips More... | |
void | buildViewParentToolbarsGrips () |
build toolbars grips More... | |
void | destroyParentToolbarsGrips () |
build toolbars grips More... | |
ToolbarsGrip (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
FXMenuBar * | menu |
The application menu bar (for file, edit, processing...) More... | |
FXMenuBar * | modeOptions |
The application menu bar for mode options (show connections, select edges...) More... | |
FXMenuBar * | modes |
The application menu bar (for select, inspect...) More... | |
FXMenuBar * | navigation |
The application menu bar for navigation (zoom, coloring...) More... | |
FXMenuBar * | superModes |
The application menu bar for supermodes (network and demand) More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindow More... | |
FXToolBarShell * | myToolBarShellMenu |
menu bar drag (for file, edit, processing...) More... | |
FXToolBarShell * | myToolBarShellModeOptions |
menu bar drag for mode options(show connections, select edges...) More... | |
FXToolBarShell * | myToolBarShellModes |
menu bar drag for modes (select, inspect, delete...) More... | |
FXToolBarShell * | myToolBarShellNavigation |
menu bar drag for navigation (Zoom, coloring...) More... | |
FXToolBarShell * | myToolBarShellSuperModes |
menu bar drag for modes (network and demand) More... | |
GNEApplicationWindow::ToolbarsGrip::ToolbarsGrip | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 238 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::ToolbarsGrip::buildMenuToolbarsGrip | ( | ) |
build menu toolbar grips
Definition at line 244 of file GNEApplicationWindow.cpp.
References GUIDesignToolBar, GUIDesignToolBarGrip, GUIDesignToolbarMenuBarNetedit, menu, myGNEApp, myToolBarShellMenu, and GUIMainWindow::myTopDock.
Referenced by GNEApplicationWindow::dependentBuild().
void GNEApplicationWindow::ToolbarsGrip::buildViewParentToolbarsGrips | ( | ) |
build toolbars grips
Definition at line 254 of file GNEApplicationWindow.cpp.
References GUIDesignToolBar, GUIDesignToolBarGrip, GUIDesignToolBarRaisedNext, and GUIDesignToolBarRaisedSame.
Referenced by GNEApplicationWindow::handleEvent_NetworkLoaded().
void GNEApplicationWindow::ToolbarsGrip::destroyParentToolbarsGrips | ( | ) |
build toolbars grips
Definition at line 291 of file GNEApplicationWindow.cpp.
Referenced by GNEViewParent::~GNEViewParent().
FXMenuBar* GNEApplicationWindow::ToolbarsGrip::menu |
The application menu bar (for file, edit, processing...)
Definition at line 80 of file GNEApplicationWindow.h.
Referenced by buildMenuToolbarsGrip(), and GNEApplicationWindow::fillMenuBar().
FXMenuBar* GNEApplicationWindow::ToolbarsGrip::modeOptions |
The application menu bar for mode options (show connections, select edges...)
Definition at line 92 of file GNEApplicationWindow.h.
Referenced by GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
FXMenuBar* GNEApplicationWindow::ToolbarsGrip::modes |
The application menu bar (for select, inspect...)
Definition at line 89 of file GNEApplicationWindow.h.
Referenced by GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
|
private |
pointer to current GNEApplicationWindow
Definition at line 96 of file GNEApplicationWindow.h.
Referenced by buildMenuToolbarsGrip().
|
private |
menu bar drag (for file, edit, processing...)
Definition at line 99 of file GNEApplicationWindow.h.
Referenced by buildMenuToolbarsGrip().
|
private |
menu bar drag for mode options(show connections, select edges...)
Definition at line 111 of file GNEApplicationWindow.h.
|
private |
menu bar drag for modes (select, inspect, delete...)
Definition at line 108 of file GNEApplicationWindow.h.
|
private |
menu bar drag for navigation (Zoom, coloring...)
Definition at line 105 of file GNEApplicationWindow.h.
|
private |
menu bar drag for modes (network and demand)
Definition at line 102 of file GNEApplicationWindow.h.
FXMenuBar* GNEApplicationWindow::ToolbarsGrip::navigation |
The application menu bar for navigation (zoom, coloring...)
Definition at line 86 of file GNEApplicationWindow.h.
FXMenuBar* GNEApplicationWindow::ToolbarsGrip::superModes |
The application menu bar for supermodes (network and demand)
Definition at line 83 of file GNEApplicationWindow.h.