![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for width settings More...
#include <GUIVisualizationSettings.h>
Static Public Attributes | |
static const double | dottedContour |
width of dotted contours (note: must be float) More... | |
static const double | dottedContourSegmentLength |
length 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 251 of file GUIVisualizationSettings.h.
|
static |
width of dotted contours (note: must be float)
Definition at line 254 of file GUIVisualizationSettings.h.
Referenced by GLHelper::drawShapeDottedContourAroundClosedShape(), GLHelper::drawShapeDottedContourAroundShape(), GLHelper::drawShapeDottedContourBetweenLanes(), and GLHelper::drawShapeDottedContourPartialShapes().
|
static |
length of dotted contour segments
Definition at line 257 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 266 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialPersonPlan().
|
static |
width for rides
Definition at line 272 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialPersonPlan().
|
static |
width for routes
Definition at line 260 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialRoute().
|
static |
width for trips
Definition at line 263 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialTripFromTo().
|
static |
width for walks
Definition at line 269 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawPartialPersonPlan().