![]() |
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 Member Functions | |
| VehicleOptions & | operator= (const VehicleOptions &)=delete |
| Invalidated assignment operator. | |
| VehicleOptions (const VehicleOptions &)=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 1297 of file GNEViewNetHelper.h.
| GNEViewNetHelper::VehicleOptions::VehicleOptions | ( | GNEViewNet * | viewNet | ) |
constructor
Definition at line 1926 of file GNEViewNetHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEViewNetHelper::VehicleOptions::buildVehicleOptionsMenuChecks | ( | ) |
build menu checks
Definition at line 1932 of file GNEViewNetHelper.cpp.
References UNUSED_PARAMETER.
| void GNEViewNetHelper::VehicleOptions::hideVehicleOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 1939 of file GNEViewNetHelper.cpp.
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to net
Definition at line 1310 of file GNEViewNetHelper.h.