![]() |
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 | buildVehicleTypeOptionsMenuChecks () |
build menu checks | |
void | hideVehicleTypeOptionsMenuChecks () |
hide all options menu checks | |
VehicleTypeOptions (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 1079 of file GNEViewNetHelper.h.
GNEViewNetHelper::VehicleTypeOptions::VehicleTypeOptions | ( | GNEViewNet * | viewNet | ) |
constructor
Definition at line 1625 of file GNEViewNetHelper.cpp.
void GNEViewNetHelper::VehicleTypeOptions::buildVehicleTypeOptionsMenuChecks | ( | ) |
build menu checks
Definition at line 1631 of file GNEViewNetHelper.cpp.
References UNUSED_PARAMETER.
void GNEViewNetHelper::VehicleTypeOptions::hideVehicleTypeOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 1638 of file GNEViewNetHelper.cpp.
|
private |
pointer to net
Definition at line 1092 of file GNEViewNetHelper.h.