![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for width settings More...
#include <GUIVisualizationSettings.h>
Static Public Attributes | |
static const float | dottedContour |
width of dotted contours (note: must be float) More... | |
static const double | dottedContourSegmentLenght |
lenght of dotted contour segments More... | |
static const double | personTrip |
width for person trips More... | |
static const double | ride |
width for rides More... | |
static const double | route |
width for routes More... | |
static const double | trip |
width for trips More... | |
static const double | walk |
width for walks More... | |
struct for width settings
Definition at line 252 of file GUIVisualizationSettings.h.
|
static |
width of dotted contours (note: must be float)
Definition at line 255 of file GUIVisualizationSettings.h.
Referenced by GLHelper::drawShapeDottedContourAroundClosedShape(), GLHelper::drawShapeDottedContourAroundShape(), GLHelper::drawShapeDottedContourBetweenLanes(), and GLHelper::drawShapeDottedContourPartialShapes().
|
static |
lenght of dotted contour segments
Definition at line 258 of file GUIVisualizationSettings.h.
Referenced by GLHelper::drawShapeDottedContourAroundClosedShape(), GLHelper::drawShapeDottedContourAroundShape(), GLHelper::drawShapeDottedContourBetweenLanes(), GLHelper::drawShapeDottedContourPartialShapes(), and GLHelper::drawShapeDottedContourRectangle().
|
static |
width for person trips
Definition at line 267 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialPersonPlan().
|
static |
width for rides
Definition at line 273 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialPersonPlan().
|
static |
width for routes
Definition at line 261 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialRoute().
|
static |
width for trips
Definition at line 264 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialTripFromTo().
|
static |
width for walks
Definition at line 270 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialPersonPlan().