![]() |
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 net More... | |
struct used to group all variables related with movement of groups of elements
Definition at line 1030 of file GNEViewNetHelper.h.
| GNEViewNetHelper::VehicleOptions::VehicleOptions | ( | GNEViewNet * | viewNet | ) |
constructor
Definition at line 1544 of file GNEViewNetHelper.cpp.
| void GNEViewNetHelper::VehicleOptions::buildVehicleOptionsMenuChecks | ( | ) |
build menu checks
Definition at line 1550 of file GNEViewNetHelper.cpp.
References UNUSED_PARAMETER.
| void GNEViewNetHelper::VehicleOptions::hideVehicleOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 1557 of file GNEViewNetHelper.cpp.
|
private |
pointer to net
Definition at line 1043 of file GNEViewNetHelper.h.