Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEViewNetHelper::VehicleOptions Struct Reference

struct used to group all variables related with movement of groups of elements More...

#include <GNEViewNetHelper.h>

Collaboration diagram for GNEViewNetHelper::VehicleOptions:
[legend]

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

Detailed Description

struct used to group all variables related with movement of groups of elements

Definition at line 1301 of file GNEViewNetHelper.h.

Constructor & Destructor Documentation

◆ VehicleOptions() [1/2]

GNEViewNetHelper::VehicleOptions::VehicleOptions ( GNEViewNet * viewNet)

constructor

Definition at line 1926 of file GNEViewNetHelper.cpp.

References myViewNet.

Referenced by operator=(), and VehicleOptions().

Here is the caller graph for this function:

◆ VehicleOptions() [2/2]

GNEViewNetHelper::VehicleOptions::VehicleOptions ( const VehicleOptions & )
privatedelete

Invalidated copy constructor.

References VehicleOptions().

Member Function Documentation

◆ buildVehicleOptionsMenuChecks()

void GNEViewNetHelper::VehicleOptions::buildVehicleOptionsMenuChecks ( )

build menu checks

Definition at line 1932 of file GNEViewNetHelper.cpp.

References myViewNet, and UNUSED_PARAMETER.

◆ hideVehicleOptionsMenuChecks()

void GNEViewNetHelper::VehicleOptions::hideVehicleOptionsMenuChecks ( )

hide all options menu checks

Definition at line 1939 of file GNEViewNetHelper.cpp.

◆ operator=()

VehicleOptions & GNEViewNetHelper::VehicleOptions::operator= ( const VehicleOptions & )
privatedelete

Invalidated assignment operator.

References VehicleOptions().

Field Documentation

◆ myViewNet

GNEViewNet* GNEViewNetHelper::VehicleOptions::myViewNet
private

pointer to net

Definition at line 1314 of file GNEViewNetHelper.h.

Referenced by buildVehicleOptionsMenuChecks(), and VehicleOptions().


The documentation for this struct was generated from the following files: