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

struct used to group all variables related with testing More...

#include <GNEViewNetHelper.h>

Collaboration diagram for GNEViewNetHelper::TestingMode:
[legend]

Public Member Functions

void drawTestingElements (GUIMainWindow *mainWindow)
 draw testing element
void initTestingMode ()
 init testing mode
 TestingMode (GNEViewNet *viewNet)
 default constructor

Private Member Functions

TestingModeoperator= (const TestingMode &)=delete
 Invalidated assignment operator.
 TestingMode (const TestingMode &)=delete
 Invalidated copy constructor.

Private Attributes

int myTestingHeight = 0
 Height of net in testing mode.
int myTestingWidth = 0
 Width of net in testing mode.
GNEViewNetmyViewNet
 pointer to net

Detailed Description

struct used to group all variables related with testing

Definition at line 1398 of file GNEViewNetHelper.h.

Constructor & Destructor Documentation

◆ TestingMode() [1/2]

GNEViewNetHelper::TestingMode::TestingMode ( GNEViewNet * viewNet)

default constructor

Definition at line 2170 of file GNEViewNetHelper.cpp.

References myViewNet.

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

Here is the caller graph for this function:

◆ TestingMode() [2/2]

GNEViewNetHelper::TestingMode::TestingMode ( const TestingMode & )
privatedelete

Invalidated copy constructor.

References TestingMode().

Member Function Documentation

◆ drawTestingElements()

◆ initTestingMode()

void GNEViewNetHelper::TestingMode::initTestingMode ( )

◆ operator=()

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

Invalidated assignment operator.

References TestingMode().

Field Documentation

◆ myTestingHeight

int GNEViewNetHelper::TestingMode::myTestingHeight = 0
private

Height of net in testing mode.

Definition at line 1417 of file GNEViewNetHelper.h.

Referenced by drawTestingElements(), and initTestingMode().

◆ myTestingWidth

int GNEViewNetHelper::TestingMode::myTestingWidth = 0
private

Width of net in testing mode.

Definition at line 1414 of file GNEViewNetHelper.h.

Referenced by drawTestingElements(), and initTestingMode().

◆ myViewNet

GNEViewNet* GNEViewNetHelper::TestingMode::myViewNet
private

pointer to net

Definition at line 1411 of file GNEViewNetHelper.h.

Referenced by drawTestingElements(), and TestingMode().


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