![]() |
Eclipse SUMO - Simulation of Urban MObility
|
FOX-declaration. More...
#include <GNELane.h>
Public Member Functions | |
LaneDrawingConstants (const GUIVisualizationSettings &s, const GNELane *lane) | |
parameter constructor More... | |
Data Fields | |
const double | exaggeration |
exaggeration More... | |
const double | halfWidth |
Draw as a normal lane, and reduce width to make sure that a selected edge can still be seen. More... | |
const double | halfWidth2 |
const double | selectionScale |
selection scale More... | |
Private Member Functions | |
LaneDrawingConstants () | |
default constructor More... | |
LaneDrawingConstants & | operator= (const LaneDrawingConstants &)=delete |
Invalidated assignment operator. More... | |
GNELane::LaneDrawingConstants::LaneDrawingConstants | ( | const GUIVisualizationSettings & | s, |
const GNELane * | lane | ||
) |
parameter constructor
Definition at line 56 of file GNELane.cpp.
|
private |
default constructor
Definition at line 72 of file GNELane.cpp.
|
privatedelete |
Invalidated assignment operator.
const double GNELane::LaneDrawingConstants::exaggeration |
exaggeration
Definition at line 61 of file GNELane.h.
Referenced by GNELane::drawGL(), GNELane::drawLaneAsRailway(), and GNELane::drawTextures().
const double GNELane::LaneDrawingConstants::halfWidth |
Draw as a normal lane, and reduce width to make sure that a selected edge can still be seen.
Definition at line 67 of file GNELane.h.
Referenced by GNEGeometry::drawDottedContourEdge(), GNELane::drawGL(), and GNEEdgeRelData::drawPartialGL().
const double GNELane::LaneDrawingConstants::halfWidth2 |
Definition at line 64 of file GNELane.h.
Referenced by GNELane::drawGL().
const double GNELane::LaneDrawingConstants::selectionScale |