![]() |
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 Member Functions | |
| VehicleTypeOptions & | operator= (const VehicleTypeOptions &)=delete |
| Invalidated assignment operator. | |
| VehicleTypeOptions (const VehicleTypeOptions &)=delete | |
| Invalidated copy constructor. | |
Private Attributes | |
| GNEViewNet * | myViewNet |
| pointer to net | |
struct used to group all variables related with movement of groups of elements
Definition at line 1324 of file GNEViewNetHelper.h.
| GNEViewNetHelper::VehicleTypeOptions::VehicleTypeOptions | ( | GNEViewNet * | viewNet | ) |
constructor
Definition at line 1947 of file GNEViewNetHelper.cpp.
References myViewNet.
Referenced by operator=(), and VehicleTypeOptions().
|
privatedelete |
Invalidated copy constructor.
References VehicleTypeOptions().
| void GNEViewNetHelper::VehicleTypeOptions::buildVehicleTypeOptionsMenuChecks | ( | ) |
build menu checks
Definition at line 1953 of file GNEViewNetHelper.cpp.
References myViewNet, and UNUSED_PARAMETER.
| void GNEViewNetHelper::VehicleTypeOptions::hideVehicleTypeOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 1960 of file GNEViewNetHelper.cpp.
|
privatedelete |
Invalidated assignment operator.
References VehicleTypeOptions().
|
private |
pointer to net
Definition at line 1337 of file GNEViewNetHelper.h.
Referenced by buildVehicleTypeOptionsMenuChecks(), and VehicleTypeOptions().