![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct used to group all variables related with movement of groups of elements More...
#include <GNEViewNetHelper.h>
Public Member Functions | |
| void | buildVehicleOptionsMenuChecks () |
| build menu checks More... | |
| void | hideVehicleOptionsMenuChecks () |
| hide all options menu checks More... | |
| VehicleOptions (GNEViewNet *viewNet) | |
| constructor More... | |
Private Attributes | |
| GNEViewNet * | myViewNet |
| pointer to viewNet More... | |
struct used to group all variables related with movement of groups of elements
Definition at line 598 of file GNEViewNetHelper.h.
| GNEViewNetHelper::VehicleOptions::VehicleOptions | ( | GNEViewNet * | viewNet | ) |
constructor
Definition at line 964 of file GNEViewNetHelper.cpp.
| void GNEViewNetHelper::VehicleOptions::buildVehicleOptionsMenuChecks | ( | ) |
| void GNEViewNetHelper::VehicleOptions::hideVehicleOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 977 of file GNEViewNetHelper.cpp.
|
private |
pointer to viewNet
Definition at line 611 of file GNEViewNetHelper.h.