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 | |
void | hideVehicleOptionsMenuChecks () |
hide all options menu checks | |
VehicleOptions (GNEViewNet *viewNet) | |
constructor | |
Private Attributes | |
GNEViewNet * | myViewNet |
pointer to net | |
struct used to group all variables related with movement of groups of elements
Definition at line 1132 of file GNEViewNetHelper.h.
GNEViewNetHelper::VehicleOptions::VehicleOptions | ( | GNEViewNet * | viewNet | ) |
constructor
Definition at line 1608 of file GNEViewNetHelper.cpp.
void GNEViewNetHelper::VehicleOptions::buildVehicleOptionsMenuChecks | ( | ) |
build menu checks
Definition at line 1614 of file GNEViewNetHelper.cpp.
References UNUSED_PARAMETER.
void GNEViewNetHelper::VehicleOptions::hideVehicleOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 1621 of file GNEViewNetHelper.cpp.
|
private |
pointer to net
Definition at line 1145 of file GNEViewNetHelper.h.