![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Stores the information about how to visualize structures. More...
#include <GUIVisualizationSettings.h>
Public Member Functions | |
void | copy (const GUIVisualizationSettings &s) |
copy all content from another GUIVisualizationSettings (note: DON'T USE in DrawGL functions!) More... | |
bool | drawAdditionals (const double exaggeration) const |
check if additionals must be drawn More... | |
bool | drawDetail (const double detail, const double exaggeration) const |
check if details can be drawn for the given GUIVisualizationDetailSettings and current scale and exxageration More... | |
bool | drawDottedContour (const double exaggeration) const |
check if dotted contour can be drawn More... | |
bool | drawMovingGeometryPoint (const double exaggeration, const double radius) const |
check if moving geometry point can be draw More... | |
bool | flippedTextAngle (double objectAngle) const |
return wether the text was flipped for reading at the given angle More... | |
int | getCircleResolution () const |
function to calculate circle resolution for all circles drawn in drawGL(...) functions More... | |
int | getLaneEdgeMode () const |
Returns the number of the active lane (edge) coloring schme. More... | |
int | getLaneEdgeScaleMode () const |
Returns the number of the active lane (edge) scaling schme. More... | |
GUIScaleScheme & | getLaneEdgeScaleScheme () |
Returns the current lane (edge) scaling schme. More... | |
GUIColorScheme & | getLaneEdgeScheme () |
Returns the current lane (edge) coloring schme. More... | |
double | getTextAngle (double objectAngle) const |
return an angle that is suitable for reading text aligned with the given angle (degrees) More... | |
GUIVisualizationSettings (const std::string &_name, bool _netedit=false) | |
constructor More... | |
void | initNeteditDefaults () |
init default settings More... | |
void | initSumoGuiDefaults () |
bool | operator== (const GUIVisualizationSettings &vs2) |
Comparison operator. More... | |
void | save (OutputDevice &dev) const |
Writes the settings into an output device. More... | |
Static Public Member Functions | |
static const RGBColor & | getLinkColor (const LinkState &ls, bool realistic=false) |
map from LinkState to color constants More... | |
Data Fields | |
GUIVisualizationAdditionalSettings | additionalSettings |
Additional settings. More... | |
double | angle |
The current view rotation angle. More... | |
GUIVisualizationCandidateColorSettings | candidateColorSettings |
candidate color settings More... | |
GUIVisualizationColorSettings | colorSettings |
color settings More... | |
GUIVisualizationConnectionSettings | connectionSettings |
connection settings More... | |
GUIVisualizationDetailSettings | detailSettings |
detail settings More... | |
GUIVisualizationDetectorSettings | detectorSettings |
Detector settings. More... | |
bool | disableLaneIcons |
whether drawing is performed in left-hand networks More... | |
bool | dither |
Information whether dithering shall be enabled. More... | |
GUIVisualizationDottedContourSettings | dottedContourSettings |
dotted contour settings More... | |
bool | drawBoundaries |
enable or disable draw boundaries More... | |
bool | drawForPositionSelection |
whether drawing is performed for the purpose of selecting objects with a single click More... | |
bool | drawForRectangleSelection |
whether drawing is performed for the purpose of selecting objects using a rectangle More... | |
bool | forceDrawForPositionSelection |
flag to force draw for position selection (see drawForPositionSelection) More... | |
bool | forceDrawForRectangleSelection |
flag to force draw for rectangle selection (see drawForRectangleSelection) More... | |
bool | fps |
Information whether frames-per-second should be drawn. More... | |
bool | gaming |
whether the application is in gaming mode or not More... | |
GUIVisualizationTextSettings | geometryIndices |
bool | lefthand |
whether drawing is performed in left-hand networks More... | |
std::string | name |
The name of this setting. More... | |
bool | netedit |
Whether the settings are for Netedit. More... | |
GUIVisualizationNeteditSizeSettings | neteditSizeSettings |
netedit size settings More... | |
double | scale |
information about a lane's width (temporary, used for a single view) More... | |
double | selectorFrameScale |
the current selection scaling in NETEDIT (set in SelectorFrame) More... | |
bool | showColorLegend |
Information whether the edge color legend shall be drawn. More... | |
bool | showSizeLegend |
Information whether the size legend shall be drawn. More... | |
bool | showVehicleColorLegend |
Information whether the vehicle color legend shall be drawn. More... | |
GUIVisualizationStoppingPlaceSettings | stoppingPlaceSettings |
StoppingPlace settings. More... | |
GUIVisualizationWidthSettings | widthSettings |
width settings More... | |
Background visualization settings | |
RGBColor | backgroundColor |
The background color to use. More... | |
bool | showGrid |
Information whether a grid shall be shown. More... | |
double | gridXSize |
Information about the grid spacings. More... | |
double | gridYSize |
vehicle visualization settings | |
GUIColorer | vehicleColorer |
The vehicle colorer. More... | |
GUIScaler | vehicleScaler |
The size scaling settings for vehicles. More... | |
int | vehicleQuality |
The quality of vehicle drawing. More... | |
bool | showBlinker |
Information whether vehicle blinkers shall be drawn. More... | |
bool | drawLaneChangePreference |
Information whether the lane change preference shall be drawn. More... | |
bool | drawMinGap |
Information whether the minimum gap shall be drawn. More... | |
bool | drawBrakeGap |
Information whether the brake gap shall be drawn. More... | |
bool | showBTRange |
Information whether the communication range shall be drawn. More... | |
bool | showRouteIndex |
Information whether the route index should be shown. More... | |
bool | scaleLength |
Whether vehicle length shall be scaled with length/geometry factor. More... | |
bool | showParkingInfo |
Set whether parking related information should be shown. More... | |
GUIVisualizationSizeSettings | vehicleSize |
GUIVisualizationTextSettings | vehicleName |
GUIVisualizationTextSettings | vehicleValue |
GUIVisualizationTextSettings | vehicleScaleValue |
GUIVisualizationTextSettings | vehicleText |
person visualization settings | |
GUIColorer | personColorer |
The person colorer. More... | |
int | personQuality |
The quality of person drawing. More... | |
GUIVisualizationSizeSettings | personSize |
GUIVisualizationTextSettings | personName |
GUIVisualizationTextSettings | personValue |
container visualization settings | |
GUIColorer | containerColorer |
The container colorer. More... | |
int | containerQuality |
The quality of container drawing. More... | |
GUIVisualizationSizeSettings | containerSize |
GUIVisualizationTextSettings | containerName |
junction visualization settings | |
GUIColorer | junctionColorer |
The junction colorer. More... | |
GUIVisualizationTextSettings | drawLinkTLIndex |
GUIVisualizationTextSettings | drawLinkJunctionIndex |
GUIVisualizationTextSettings | junctionID |
GUIVisualizationTextSettings | junctionName |
GUIVisualizationTextSettings | internalJunctionName |
GUIVisualizationTextSettings | tlsPhaseIndex |
GUIVisualizationTextSettings | tlsPhaseName |
bool | showLane2Lane |
Information whether lane-to-lane arrows shall be drawn. More... | |
bool | drawJunctionShape |
whether the shape of the junction should be drawn More... | |
bool | drawCrossingsAndWalkingareas |
whether crosings and walkingareas shall be drawn More... | |
GUIVisualizationSizeSettings | junctionSize |
Additional structures visualization settings | |
int | addMode |
The additional structures visualization scheme. More... | |
GUIVisualizationSizeSettings | addSize |
GUIVisualizationTextSettings | addName |
GUIVisualizationTextSettings | addFullName |
shapes visualization settings | |
GUIColorer | poiColorer |
The POI colorer. More... | |
GUIVisualizationSizeSettings | poiSize |
int | poiDetail |
The detail level for drawing POIs. More... | |
GUIVisualizationTextSettings | poiName |
GUIVisualizationTextSettings | poiType |
GUIVisualizationTextSettings | poiText |
std::string | poiTextParam |
key for rendering poi textual parameter More... | |
GUIColorer | polyColorer |
The polygon colorer. More... | |
GUIVisualizationSizeSettings | polySize |
GUIVisualizationTextSettings | polyName |
GUIVisualizationTextSettings | polyType |
data mode visualization settings | |
the edgeRelation / tazRelation colorer | |
GUIColorer | dataColorer |
GUIVisualizationTextSettings | dataValue |
double | tazRelWidthExaggeration |
The tazRelation exaggeration (upscale thickness) More... | |
double | edgeRelWidthExaggeration |
The edgeRelation exaggeration (upscale thickness) More... | |
std::string | relDataAttr |
key for coloring by edgeRelation / tazRelation attribute More... | |
bool | dataValueHideCheck |
value below which relation data value should not be rendered More... | |
double | dataValueHideThreshold |
3D visualization settings | |
whether the TLS link markers should be drawn | |
bool | show3DTLSLinkMarkers |
bool | show3DTLSDomes |
whether the semi-transparent domes around 3D TL models should be drawn More... | |
bool | generate3DTLSModels |
whether 3D TLS models should be generated automatically More... | |
RGBColor | ambient3DLight |
3D material light components More... | |
RGBColor | diffuse3DLight |
RGBColor | skyColor |
sky background color More... | |
Static Public Attributes | |
static RGBColor | COL_MISSING_DATA |
static const double | MISSING_DATA |
static const std::string | SCHEME_NAME_DATA_ATTRIBUTE_NUMERICAL |
static const std::string | SCHEME_NAME_EDGE_PARAM_NUMERICAL |
scheme names More... | |
static const std::string | SCHEME_NAME_EDGEDATA_LIVE |
static const std::string | SCHEME_NAME_EDGEDATA_NUMERICAL |
static const std::string | SCHEME_NAME_LANE_PARAM_NUMERICAL |
static const std::string | SCHEME_NAME_PARAM_NUMERICAL |
static const std::string | SCHEME_NAME_PERMISSION_CODE |
static const std::string | SCHEME_NAME_SELECTION |
static const std::string | SCHEME_NAME_TYPE |
Private Member Functions | |
GUIVisualizationSettings (const GUIVisualizationSettings &)=default | |
set copy constructor private More... | |
GUIVisualizationSettings & | operator= (const GUIVisualizationSettings &)=default |
set assignment operator private More... | |
lane visualization settings | |
GUIColorer | edgeColorer |
The mesoscopic edge colorer. More... | |
GUIScaler | edgeScaler |
The mesoscopic edge scaler. More... | |
GUIColorer | laneColorer |
The lane colorer. More... | |
GUIScaler | laneScaler |
The lane scaler. More... | |
bool | laneShowBorders |
Information whether lane borders shall be drawn. More... | |
bool | showBikeMarkings |
Information whether bicycle lane marking shall be drawn. More... | |
bool | showLinkDecals |
Information whether link textures (arrows) shall be drawn. More... | |
bool | realisticLinkRules |
Information whether link rules (colored bars) shall be drawn with a realistic color scheme. More... | |
bool | showLinkRules |
Information whether link rules (colored bars) shall be drawn. More... | |
bool | showRails |
Information whether rails shall be drawn. More... | |
GUIVisualizationTextSettings | edgeName |
GUIVisualizationTextSettings | internalEdgeName |
GUIVisualizationTextSettings | cwaEdgeName |
GUIVisualizationTextSettings | streetName |
GUIVisualizationTextSettings | edgeValue |
bool | hideConnectors |
flag to show or hide connectors More... | |
double | laneWidthExaggeration |
The lane exaggeration (upscale thickness) More... | |
double | laneMinSize |
The minimum visual lane width for drawing. More... | |
bool | showLaneDirection |
Whether to show direction indicators for lanes. More... | |
bool | showSublanes |
Whether to show sublane boundaries. More... | |
bool | spreadSuperposed |
Whether to improve visualisation of superposed (rail) edges. More... | |
std::string | edgeParam |
key for coloring by edge parameter More... | |
std::string | laneParam |
std::string | vehicleParam |
key for coloring by vehicle parameter More... | |
std::string | vehicleScaleParam |
key for scaling by vehicle parameter More... | |
std::string | vehicleTextParam |
key for rendering vehicle textual parameter More... | |
std::string | edgeData |
key for coloring by edgeData More... | |
std::string | edgeDataID |
id for coloring by live edgeData More... | |
bool | edgeValueHideCheck |
threshold below which edge data value should not be rendered More... | |
double | edgeValueHideThreshold |
bool | edgeValueHideCheck2 |
threshold above which edge data value should not be rendered More... | |
double | edgeValueHideThreshold2 |
static bool | UseMesoSim = false |
this should be set at the same time as MSGlobals::gUseMesoSim More... | |
Stores the information about how to visualize structures.
Definition at line 589 of file GUIVisualizationSettings.h.
GUIVisualizationSettings::GUIVisualizationSettings | ( | const std::string & | _name, |
bool | _netedit = false |
||
) |
constructor
Definition at line 514 of file GUIVisualizationSettings.cpp.
References initNeteditDefaults(), initSumoGuiDefaults(), and netedit.
|
privatedefault |
set copy constructor private
void GUIVisualizationSettings::copy | ( | const GUIVisualizationSettings & | s | ) |
copy all content from another GUIVisualizationSettings (note: DON'T USE in DrawGL functions!)
Definition at line 625 of file GUIVisualizationSettings.cpp.
Referenced by GUICompleteSchemeStorage::add(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdCancel(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GUIDialog_ViewSettings::onCmdSaveSetting(), and GUIDialog_ViewSettings::setCurrent().
bool GUIVisualizationSettings::drawAdditionals | ( | const double | exaggeration | ) | const |
check if additionals must be drawn
Definition at line 2335 of file GUIVisualizationSettings.cpp.
References scale.
Referenced by GNEAccess::drawGL(), GNEBusStop::drawGL(), GNECalibrator::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNERerouterSymbol::drawGL(), GNERouteProbe::drawGL(), GNEVaporizer::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNEAdditional::drawListedAddtional(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), and GNEAdditional::drawSquaredAdditional().
bool GUIVisualizationSettings::drawDetail | ( | const double | detail, |
const double | exaggeration | ||
) | const |
check if details can be drawn for the given GUIVisualizationDetailSettings and current scale and exxageration
Definition at line 2341 of file GUIVisualizationSettings.cpp.
References scale.
Referenced by GNECalibrator::drawCalibratorSymbol(), GNEEdge::drawEdgeGeometryPoints(), GUIGeometry::drawGeometryPoints(), GUIBusStop::drawGL(), GUIChargingStation::drawGL(), GUIParkingArea::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNERouteProbe::drawGL(), GNEVaporizer::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNELane::drawStartEndShapePoints(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNELane::drawTextures(), and GNEStop::drawVehicleStop().
bool GUIVisualizationSettings::drawDottedContour | ( | const double | exaggeration | ) | const |
check if dotted contour can be drawn
Definition at line 2365 of file GUIVisualizationSettings.cpp.
References drawForPositionSelection, drawForRectangleSelection, and scale.
Referenced by GUIDottedGeometry::drawDottedContourClosedShape(), GUIDottedGeometry::drawDottedContourShape(), and GUIDottedGeometry::drawDottedSquaredShape().
bool GUIVisualizationSettings::drawMovingGeometryPoint | ( | const double | exaggeration, |
const double | radius | ||
) | const |
check if moving geometry point can be draw
Definition at line 2375 of file GUIVisualizationSettings.cpp.
References scale.
Referenced by GNETAZ::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEJunction::drawGL(), GNEWalkingArea::drawGL(), and GNEPoly::drawGL().
bool GUIVisualizationSettings::flippedTextAngle | ( | double | objectAngle | ) | const |
return wether the text was flipped for reading at the given angle
Definition at line 2322 of file GUIVisualizationSettings.cpp.
References angle.
Referenced by GUIBusStop::drawGL().
int GUIVisualizationSettings::getCircleResolution | ( | ) | const |
function to calculate circle resolution for all circles drawn in drawGL(...) functions
Definition at line 2351 of file GUIVisualizationSettings.cpp.
References drawForPositionSelection, drawForRectangleSelection, and scale.
Referenced by GNEEdge::drawEdgeGeometryPoints(), GUIGeometry::drawGeometry(), GUIGeometry::drawGeometryPoints(), GNEStop::drawGeometryPoints(), GNETAZ::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNEJunction::drawGL(), GNEWalkingArea::drawGL(), GNEPoly::drawGL(), GUIGeometry::drawLaneGeometry(), GUIGeometry::drawMovingHint(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GNEAdditional::drawSemiCircleGeometryPoint(), GNEStoppingPlace::drawSign(), GNELane::drawStartEndShapePoints(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalRoundabout(), and GNEViewNet::drawTemporalSplitJunction().
int GUIVisualizationSettings::getLaneEdgeMode | ( | ) | const |
Returns the number of the active lane (edge) coloring schme.
Definition at line 1653 of file GUIVisualizationSettings.cpp.
References edgeColorer, GUIPropertySchemeStorage< T >::getActive(), laneColorer, and UseMesoSim.
Referenced by GUIEdge::drawGL(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and save().
int GUIVisualizationSettings::getLaneEdgeScaleMode | ( | ) | const |
Returns the number of the active lane (edge) scaling schme.
Definition at line 1662 of file GUIVisualizationSettings.cpp.
References edgeScaler, GUIPropertySchemeStorage< T >::getActive(), laneScaler, and UseMesoSim.
Referenced by GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and save().
GUIScaleScheme & GUIVisualizationSettings::getLaneEdgeScaleScheme | ( | ) |
Returns the current lane (edge) scaling schme.
Definition at line 1680 of file GUIVisualizationSettings.cpp.
References edgeScaler, GUIPropertySchemeStorage< T >::getScheme(), laneScaler, and UseMesoSim.
Referenced by GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
GUIColorScheme & GUIVisualizationSettings::getLaneEdgeScheme | ( | ) |
Returns the current lane (edge) coloring schme.
Definition at line 1671 of file GUIVisualizationSettings.cpp.
References edgeColorer, GUIPropertySchemeStorage< T >::getScheme(), laneColorer, and UseMesoSim.
Referenced by GUISUMOAbstractView::displayLegends(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
|
static |
map from LinkState to color constants
Definition at line 2268 of file GUIVisualizationSettings.cpp.
References RGBColor::INVISIBLE, LINKSTATE_ALLWAY_STOP, LINKSTATE_DEADEND, LINKSTATE_EQUAL, LINKSTATE_MAJOR, LINKSTATE_MINOR, LINKSTATE_STOP, LINKSTATE_TL_GREEN_MAJOR, LINKSTATE_TL_GREEN_MINOR, LINKSTATE_TL_OFF_BLINKING, LINKSTATE_TL_OFF_NOSIGNAL, LINKSTATE_TL_RED, LINKSTATE_TL_REDYELLOW, LINKSTATE_TL_YELLOW_MAJOR, LINKSTATE_TL_YELLOW_MINOR, LINKSTATE_ZIPPER, SUMO_color_ALLWAY_STOP, SUMO_color_DEADEND, SUMO_color_EQUAL, SUMO_color_MAJOR, SUMO_color_MINOR, SUMO_color_STOP, SUMO_color_TL_GREEN_MAJOR, SUMO_color_TL_GREEN_MINOR, SUMO_color_TL_OFF_BLINKING, SUMO_color_TL_OFF_NOSIGNAL, SUMO_color_TL_RED, SUMO_color_TL_REDYELLOW, SUMO_color_TL_YELLOW_MAJOR, SUMO_color_TL_YELLOW_MINOR, and SUMO_color_ZIPPER.
Referenced by GNEInternalLane::colorForLinksState(), GUITrafficLightLogicWrapper::drawGL(), GUILane::drawLane2LaneConnections(), GNELane::drawLaneStopOffset(), GUILane::drawLinkRule(), GUILane::drawLinkRules(), and GUITLLogicPhasesTrackerWindow::drawValues().
double GUIVisualizationSettings::getTextAngle | ( | double | objectAngle | ) | const |
return an angle that is suitable for reading text aligned with the given angle (degrees)
Definition at line 2307 of file GUIVisualizationSettings.cpp.
References angle.
Referenced by GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), GNEGenericData::drawFilteredAttribute(), GUIBusStop::drawGL(), GUIChargingStation::drawGL(), GUIParkingArea::drawGL(), and GUIEdge::drawGL().
void GUIVisualizationSettings::initNeteditDefaults | ( | ) |
init default settings
add POI coloring schemes
add polygon coloring schemes
add edge scaling schemes
add data coloring schemes
Definition at line 1472 of file GUIVisualizationSettings.cpp.
References GUIPropertyScheme< T >::addColor(), GUIPropertySchemeStorage< T >::addScheme(), RGBColor::BLACK, RGBColor::BLUE, COL_MISSING_DATA, COL_SCHEME_MISC, containerColorer, RGBColor::CYAN, dataColorer, RGBColor::GREEN, RGBColor::GREY, junctionColorer, laneColorer, laneScaler, RGBColor::MAGENTA, MISSING_DATA, RGBColor::ORANGE, personColorer, poiColorer, polyColorer, RGBColor::RED, SCHEME_NAME_DATA_ATTRIBUTE_NUMERICAL, SCHEME_NAME_EDGE_PARAM_NUMERICAL, SCHEME_NAME_EDGEDATA_NUMERICAL, SCHEME_NAME_LANE_PARAM_NUMERICAL, SCHEME_NAME_SELECTION, SCHEME_NAME_TYPE, GUIPropertyScheme< T >::setAllowsNegativeValues(), GUIVisualizationColorSettings::SUMO_color_DEADEND_SHOW, SVC_BICYCLE, SVC_BUS, SVC_DELIVERY, SVC_MOPED, SVC_NON_ROAD, SVC_PASSENGER, SVC_PEDESTRIAN, SVC_SHIP, SVC_TAXI, SVCAll, vehicleColorer, vehicleScaler, and RGBColor::YELLOW.
Referenced by GUIVisualizationSettings().
void GUIVisualizationSettings::initSumoGuiDefaults | ( | ) |
add lane coloring schemes
add vehicle coloring schemes
add person coloring schemes
add container coloring schemes
add junction coloring schemes
add POI coloring schemes
add polygon coloring schemes
add lane scaling schemes
add edge coloring schemes
add edge scaling schemes
add vehicle scaling schemes
Definition at line 632 of file GUIVisualizationSettings.cpp.
References GUIPropertyScheme< T >::addColor(), GUIPropertySchemeStorage< T >::addScheme(), RGBColor::BLACK, RGBColor::BLUE, COL_MISSING_DATA, COL_SCHEME_DYNAMIC, COL_SCHEME_EMISSION, COL_SCHEME_MISC, containerColorer, RGBColor::CYAN, edgeColorer, edgeScaler, RGBColor::GREEN, RGBColor::GREY, INVALID_DOUBLE, junctionColorer, laneColorer, laneScaler, RGBColor::MAGENTA, MISSING_DATA, RGBColor::ORANGE, personColorer, poiColorer, polyColorer, RGBColor::RED, SCHEME_NAME_EDGE_PARAM_NUMERICAL, SCHEME_NAME_EDGEDATA_LIVE, SCHEME_NAME_EDGEDATA_NUMERICAL, SCHEME_NAME_LANE_PARAM_NUMERICAL, SCHEME_NAME_PARAM_NUMERICAL, SCHEME_NAME_PERMISSION_CODE, SCHEME_NAME_SELECTION, SCHEME_NAME_TYPE, GUIPropertyScheme< T >::setAllowsNegativeValues(), SVC_BICYCLE, SVC_BUS, SVC_DELIVERY, SVC_MOPED, SVC_NON_ROAD, SVC_PASSENGER, SVC_PEDESTRIAN, SVC_SHIP, SVC_TAXI, SVCAll, vehicleColorer, vehicleScaler, and RGBColor::YELLOW.
Referenced by GUIVisualizationSettings().
|
privatedefault |
set assignment operator private
bool GUIVisualizationSettings::operator== | ( | const GUIVisualizationSettings & | vs2 | ) |
Comparison operator.
Definition at line 1922 of file GUIVisualizationSettings.cpp.
References addFullName, addMode, addName, addSize, ambient3DLight, backgroundColor, colorSettings, containerColorer, containerName, containerQuality, containerSize, cwaEdgeName, dataColorer, dataValue, dataValueHideCheck, dataValueHideThreshold, diffuse3DLight, dither, drawBoundaries, drawBrakeGap, drawCrossingsAndWalkingareas, drawJunctionShape, drawLaneChangePreference, drawLinkJunctionIndex, drawLinkTLIndex, drawMinGap, edgeColorer, edgeData, edgeDataID, edgeName, edgeParam, edgeRelWidthExaggeration, edgeScaler, edgeValue, edgeValueHideCheck, edgeValueHideCheck2, edgeValueHideThreshold, edgeValueHideThreshold2, forceDrawForPositionSelection, forceDrawForRectangleSelection, fps, generate3DTLSModels, geometryIndices, gridXSize, gridYSize, hideConnectors, internalEdgeName, internalJunctionName, junctionColorer, junctionID, junctionName, junctionSize, laneColorer, laneMinSize, laneParam, laneScaler, laneShowBorders, laneWidthExaggeration, personColorer, personName, personQuality, personSize, personValue, poiColorer, poiDetail, poiName, poiSize, poiText, poiTextParam, poiType, polyColorer, polyName, polySize, polyType, realisticLinkRules, relDataAttr, scaleLength, show3DTLSDomes, show3DTLSLinkMarkers, showBikeMarkings, showBlinker, showBTRange, showColorLegend, showGrid, showLane2Lane, showLaneDirection, showLinkDecals, showLinkRules, showParkingInfo, showRails, showRouteIndex, showSizeLegend, showSublanes, showVehicleColorLegend, skyColor, spreadSuperposed, streetName, tazRelWidthExaggeration, tlsPhaseIndex, tlsPhaseName, vehicleColorer, vehicleName, vehicleParam, vehicleQuality, vehicleScaleParam, vehicleScaler, vehicleScaleValue, vehicleSize, vehicleText, vehicleTextParam, and vehicleValue.
void GUIVisualizationSettings::save | ( | OutputDevice & | dev | ) | const |
Writes the settings into an output device.
[in] | dev | The device to write the settings into |
Definition at line 1689 of file GUIVisualizationSettings.cpp.
References addFullName, addMode, addName, addSize, ambient3DLight, backgroundColor, GUIVisualizationColorSettings::busStopColor, GUIVisualizationColorSettings::busStopColorSign, GUIVisualizationColorSettings::chargingStationColor, GUIVisualizationColorSettings::chargingStationColorCharge, GUIVisualizationColorSettings::chargingStationColorSign, OutputDevice::closeTag(), colorSettings, containerColorer, containerName, containerQuality, containerSize, GUIVisualizationColorSettings::containerStopColor, GUIVisualizationColorSettings::containerStopColorSign, cwaEdgeName, diffuse3DLight, dither, drawBoundaries, drawBrakeGap, drawCrossingsAndWalkingareas, drawJunctionShape, drawLinkJunctionIndex, drawLinkTLIndex, drawMinGap, edgeColorer, edgeData, edgeDataID, edgeName, edgeParam, edgeScaler, edgeValue, edgeValueHideCheck, edgeValueHideCheck2, edgeValueHideThreshold, edgeValueHideThreshold2, forceDrawForPositionSelection, forceDrawForRectangleSelection, fps, generate3DTLSModels, geometryIndices, GUIPropertySchemeStorage< T >::getActive(), getLaneEdgeMode(), getLaneEdgeScaleMode(), gridXSize, gridYSize, hideConnectors, internalEdgeName, internalJunctionName, junctionColorer, junctionID, junctionName, junctionSize, laneColorer, laneMinSize, laneParam, laneScaler, laneShowBorders, laneWidthExaggeration, OutputDevice::lf(), name, OutputDevice::openTag(), GUIVisualizationColorSettings::parkingAreaColor, GUIVisualizationColorSettings::parkingAreaColorSign, GUIVisualizationColorSettings::parkingSpaceColor, GUIVisualizationColorSettings::parkingSpaceColorContour, personColorer, personName, personQuality, personSize, GUIVisualizationColorSettings::personTripColor, GUIVisualizationWidthSettings::personTripWidth, personValue, poiColorer, poiDetail, poiName, poiSize, poiText, poiTextParam, poiType, polyColorer, polyName, polySize, polyType, GUIVisualizationTextSettings::print(), GUIVisualizationSizeSettings::print(), realisticLinkRules, GUIVisualizationColorSettings::rideColor, GUIVisualizationWidthSettings::rideWidth, GUIPropertySchemeStorage< T >::save(), scaleLength, GUIVisualizationColorSettings::selectedAdditionalColor, GUIVisualizationColorSettings::selectedConnectionColor, GUIVisualizationColorSettings::selectedContainerColor, GUIVisualizationColorSettings::selectedContainerPlanColor, GUIVisualizationColorSettings::selectedCrossingColor, GUIVisualizationColorSettings::selectedEdgeColor, GUIVisualizationColorSettings::selectedEdgeDataColor, GUIVisualizationColorSettings::selectedLaneColor, GUIVisualizationColorSettings::selectedPersonColor, GUIVisualizationColorSettings::selectedPersonPlanColor, GUIVisualizationColorSettings::selectedProhibitionColor, GUIVisualizationColorSettings::selectedRouteColor, GUIVisualizationColorSettings::selectedVehicleColor, GUIVisualizationColorSettings::selectionColor, show3DTLSDomes, show3DTLSLinkMarkers, showBikeMarkings, showBlinker, showBTRange, showColorLegend, showGrid, showLane2Lane, showLaneDirection, showLinkDecals, showLinkRules, showParkingInfo, showRails, showRouteIndex, showSizeLegend, showSublanes, showVehicleColorLegend, spreadSuperposed, GUIVisualizationColorSettings::stopColor, GUIVisualizationColorSettings::stopContainerColor, GUIVisualizationColorSettings::stopPersonColor, streetName, SUMO_ATTR_NAME, SUMO_TAG_VIEWSETTINGS_3D, SUMO_TAG_VIEWSETTINGS_ADDITIONALS, SUMO_TAG_VIEWSETTINGS_BACKGROUND, SUMO_TAG_VIEWSETTINGS_CONTAINERS, SUMO_TAG_VIEWSETTINGS_EDGES, SUMO_TAG_VIEWSETTINGS_JUNCTIONS, SUMO_TAG_VIEWSETTINGS_LEGEND, SUMO_TAG_VIEWSETTINGS_OPENGL, SUMO_TAG_VIEWSETTINGS_PERSONS, SUMO_TAG_VIEWSETTINGS_POIS, SUMO_TAG_VIEWSETTINGS_POLYS, SUMO_TAG_VIEWSETTINGS_SCHEME, SUMO_TAG_VIEWSETTINGS_VEHICLES, tlsPhaseIndex, tlsPhaseName, GUIVisualizationColorSettings::trainStopColor, GUIVisualizationColorSettings::trainStopColorSign, GUIVisualizationColorSettings::transhipColor, GUIVisualizationWidthSettings::transhipWidth, GUIVisualizationColorSettings::transportColor, GUIVisualizationWidthSettings::transportWidth, GUIVisualizationWidthSettings::tripWidth, vehicleColorer, vehicleName, vehicleParam, vehicleQuality, vehicleScaleParam, vehicleScaler, vehicleScaleValue, vehicleSize, vehicleText, vehicleTextParam, vehicleValue, GUIVisualizationColorSettings::walkColor, GUIVisualizationWidthSettings::walkWidth, GUIVisualizationColorSettings::waypointColor, widthSettings, and OutputDevice::writeAttr().
Referenced by GUIDialog_ViewSettings::onCmdExportSetting(), GNEViewNet::saveVisualizationSettings(), and GUICompleteSchemeStorage::writeSettings().
GUIVisualizationTextSettings GUIVisualizationSettings::addFullName |
Definition at line 872 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildAdditionalsFrame(), GNEAdditional::drawAdditionalName(), GUIBusStop::drawGL(), GUIChargingStation::drawGL(), GUIParkingArea::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationAdditionalSettings GUIVisualizationSettings::additionalSettings |
Additional settings.
Definition at line 1031 of file GUIVisualizationSettings.h.
Referenced by GNECalibrator::drawCalibratorSymbol(), GUIGeometry::drawChildLine(), GNECalibratorFlow::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEMultiEntryExitDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNERerouter::drawGL(), GNERerouterSymbol::drawGL(), GNERouteProbe::drawGL(), GNETractionSubstation::drawGL(), GNEVaporizer::drawGL(), GNEVariableSpeedSign::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNEAdditional::drawListedAddtional(), GNEAdditional::drawParentChildLines(), GUIGeometry::drawParentLine(), GNEOverheadWire::drawPartialGL(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNEViewNet::drawTemporalE1TLSLines(), and GNEViewNet::drawTemporalJunctionTLSLines().
int GUIVisualizationSettings::addMode |
The additional structures visualization scheme.
Definition at line 866 of file GUIVisualizationSettings.h.
Referenced by GUISettingsHandler::myStartElement(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::addName |
Definition at line 870 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildAdditionalsFrame(), GNEAdditional::drawAdditionalID(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUIMEInductLoop::MyWrapper::drawGL(), GNEStop::drawGL(), GUIE2Collector::MyWrapper::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GNELaneAreaDetector::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::addSize |
Definition at line 868 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildAdditionalsFrame(), GNERerouterSymbol::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GUIBusStop::getExaggeration(), GUICalibrator::getExaggeration(), GUIChargingStation::getExaggeration(), GUIDetectorWrapper::getExaggeration(), GUIE3Collector::MyWrapper::getExaggeration(), GUIInstantInductLoop::MyWrapper::getExaggeration(), GUILaneSpeedTrigger::getExaggeration(), GUIOverheadWire::getExaggeration(), GUIOverheadWireClamp::getExaggeration(), GUIParkingArea::getExaggeration(), GUITriggeredRerouter::getExaggeration(), GUITriggeredRerouter::GUITriggeredRerouterEdge::getExaggeration(), GUIMEInductLoop::MyWrapper::getExaggeration(), GNEAdditional::getExaggeration(), GNEStop::getExaggeration(), GNEConnection::getExaggeration(), GNEEdge::getExaggeration(), GNELane::getExaggeration(), GUIE2Collector::MyWrapper::getExaggeration(), GUIPerson::getGUIPosition(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUISUMOAbstractView::paintGLGrid(), and save().
RGBColor GUIVisualizationSettings::ambient3DLight |
3D material light components
Definition at line 947 of file GUIVisualizationSettings.h.
Referenced by GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
double GUIVisualizationSettings::angle |
The current view rotation angle.
Definition at line 661 of file GUIVisualizationSettings.h.
Referenced by GUISUMOAbstractView::applyGLTransform(), GUIBusStop::drawGL(), GUIChargingStation::drawGL(), GUIJunctionWrapper::drawGL(), GUIParkingArea::drawGL(), GNETAZ::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GNEJunction::drawGL(), GUIContainer::drawGL(), GUIPerson::drawGL(), GNEPoly::drawGL(), GUIPointOfInterest::drawInnerPOI(), GUIPolygon::drawInnerPolygon(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawParkingInfo(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), GUIBaseVehicle::drawStopLabels(), flippedTextAngle(), and getTextAngle().
RGBColor GUIVisualizationSettings::backgroundColor |
The background color to use.
Definition at line 673 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildBackgroundFrame(), GUICompleteSchemeStorage::init(), GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GUISUMOAbstractView::onConfigure(), operator==(), GUISUMOAbstractView::paintGL(), and save().
GUIVisualizationCandidateColorSettings GUIVisualizationSettings::candidateColorSettings |
candidate color settings
Definition at line 1022 of file GUIVisualizationSettings.h.
Referenced by GNEConnectorFrame::buildConnection(), GNEPathCreator::drawTemporalRoute(), GNEM_PathLegend::GNEM_PathLegend(), GNECrossingFrame::Information::Information(), GNEConnectorFrame::initTargets(), GNEConnectorFrame::Legend::Legend(), GNEJunction::setColor(), and GNELane::setLaneColor().
|
static |
Definition at line 1016 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), initNeteditDefaults(), and initSumoGuiDefaults().
GUIVisualizationColorSettings GUIVisualizationSettings::colorSettings |
color settings
Definition at line 1019 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildAdditionalsFrame(), GUIDialog_ViewSettings::buildDemandFrame(), GNEProhibitionFrame::buildProhibition(), GUIDialog_ViewSettings::buildSelectionFrame(), GNEViewNet::doPaintGL(), GNECalibrator::drawCalibratorSymbol(), GNEEdge::drawEdgeGeometryPoints(), GUIBusStop::drawGL(), GUIChargingStation::drawGL(), GNEAccess::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNEParkingSpace::drawGL(), GNERerouterSymbol::drawGL(), GNERouteProbe::drawGL(), GNEVaporizer::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GNEPoly::drawGL(), GNEAdditional::drawListedAddtional(), GNELaneAreaDetector::drawPartialGL(), GNEOverheadWire::drawPartialGL(), GNEPersonTrip::drawPartialGL(), GNERide::drawPartialGL(), GNERoute::drawPartialGL(), GNETranship::drawPartialGL(), GNETransport::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEWalk::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GNELane::drawStartEndShapePoints(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNEStop::drawVehicleStop(), GNEStop::getColor(), GNEProhibitionFrame::Legend::Legend(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), save(), GNEEdgeData::setColor(), GNEEdgeRelData::setColor(), GNETAZRelData::setColor(), GNEVehicle::setColor(), GNEJunction::setColor(), and GNELane::setLaneColor().
GUIVisualizationConnectionSettings GUIVisualizationSettings::connectionSettings |
connection settings
Definition at line 1028 of file GUIVisualizationSettings.h.
Referenced by GNEConnection::drawGL().
GUIColorer GUIVisualizationSettings::containerColorer |
The container colorer.
Definition at line 828 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildContainersFrame(), GNEContainer::drawGL(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), and GUIContainer::setColor().
GUIVisualizationTextSettings GUIVisualizationSettings::containerName |
Definition at line 837 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildContainersFrame(), GNEContainer::drawGL(), GUIContainer::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
int GUIVisualizationSettings::containerQuality |
The quality of container drawing.
Definition at line 831 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildContainersFrame(), GNEContainer::drawGL(), GUIContainer::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::containerSize |
Definition at line 834 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildContainersFrame(), GUIEdge::drawGL(), GNEContainer::getExaggeration(), GUIContainer::getExaggeration(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::cwaEdgeName |
Definition at line 719 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GNECrossing::drawGL(), GNEWalkingArea::drawGL(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::dataColorer |
Definition at line 917 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildDataFrame(), initNeteditDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), GNEEdgeData::setColor(), GNEEdgeRelData::setColor(), and GNETAZRelData::setColor().
GUIVisualizationTextSettings GUIVisualizationSettings::dataValue |
Definition at line 918 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildDataFrame(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
bool GUIVisualizationSettings::dataValueHideCheck |
value below which relation data value should not be rendered
Definition at line 930 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
double GUIVisualizationSettings::dataValueHideThreshold |
Definition at line 931 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
GUIVisualizationDetailSettings GUIVisualizationSettings::detailSettings |
detail settings
Definition at line 1046 of file GUIVisualizationSettings.h.
Referenced by GNECalibrator::drawCalibratorSymbol(), GNEEdge::drawEdgeGeometryPoints(), GUIGeometry::drawGeometryPoints(), GUIBusStop::drawGL(), GUIChargingStation::drawGL(), GUIParkingArea::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEParkingArea::drawGL(), GNERouteProbe::drawGL(), GNEVaporizer::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNELane::drawStartEndShapePoints(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNELane::drawTextures(), and GNEStop::drawVehicleStop().
GUIVisualizationDetectorSettings GUIVisualizationSettings::detectorSettings |
Detector settings.
Definition at line 1034 of file GUIVisualizationSettings.h.
Referenced by GUIE3Collector::MyWrapper::drawGL(), GNEEntryExitDetector::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNELaneAreaDetector::drawGL(), GNEMultiEntryExitDetector::drawGL(), and GNELaneAreaDetector::drawPartialGL().
RGBColor GUIVisualizationSettings::diffuse3DLight |
Definition at line 948 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::build3DFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
bool GUIVisualizationSettings::disableLaneIcons |
whether drawing is performed in left-hand networks
Definition at line 1002 of file GUIVisualizationSettings.h.
Referenced by GNEViewNet::doPaintGL(), and GNELane::drawTextures().
bool GUIVisualizationSettings::dither |
Information whether dithering shall be enabled.
Definition at line 664 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildOpenGLFrame(), GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUISUMOAbstractView::paintGL(), and save().
GUIVisualizationDottedContourSettings GUIVisualizationSettings::dottedContourSettings |
dotted contour settings
Definition at line 1040 of file GUIVisualizationSettings.h.
Referenced by GUIDottedGeometry::drawDottedGeometry(), GUIDottedGeometry::GUIDottedGeometry(), and GUIDottedGeometry::updateDottedGeometry().
bool GUIVisualizationSettings::drawBoundaries |
enable or disable draw boundaries
Definition at line 972 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildOpenGLFrame(), GNEParkingSpace::drawGL(), GNETAZ::drawGL(), GNEConnection::drawGL(), GNEEdge::drawGL(), GNEJunction::drawGL(), GNEWalkingArea::drawGL(), GNEPOI::drawGL(), GNEPoly::drawGL(), GNEAdditional::drawListedAddtional(), GNEAdditional::drawSquaredAdditional(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::drawBrakeGap |
Information whether the brake gap shall be drawn.
Definition at line 784 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::drawCrossingsAndWalkingareas |
whether crosings and walkingareas shall be drawn
Definition at line 855 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GNECrossing::drawGL(), GNEWalkingArea::drawGL(), GUIEdge::drawGL(), GUILane::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::drawForPositionSelection |
whether drawing is performed for the purpose of selecting objects with a single click
Definition at line 978 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), GUILane::drawAsRailway(), GUILane::drawAsWaterway(), GNECalibrator::drawCalibratorSymbol(), GUIGeometry::drawChildLine(), GNEViewNet::drawDeleteDottedContour(), GNEDetector::drawDetectorLogo(), drawDottedContour(), GNEEdge::drawEdgeName(), GUIGeometry::drawGeometry(), GUIGeometry::drawGeometryPoints(), GNEEntryExitDetector::drawGL(), GNERerouterSymbol::drawGL(), GNETAZ::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNECrossing::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GUILane::drawGL(), GNEPoly::drawGL(), GUIPointOfInterest::drawInnerPOI(), GUIGeometry::drawLaneGeometry(), GNEStoppingPlace::drawLines(), GUIGeometry::drawParentLine(), GNEPathManager::PathDraw::drawPathGeometry(), GNEViewNet::drawSelectDottedContour(), GNEStoppingPlace::drawSign(), GNELane::drawStartEndShapePoints(), GNELane::drawTextures(), getCircleResolution(), and GUISUMOAbstractView::getObjectsInBoundary().
bool GUIVisualizationSettings::drawForRectangleSelection |
whether drawing is performed for the purpose of selecting objects using a rectangle
Definition at line 981 of file GUIVisualizationSettings.h.
Referenced by GNEViewNet::doPaintGL(), GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), GNELane::drawAsRailway(), GNELane::drawAsWaterway(), GNECalibrator::drawCalibratorSymbol(), GUIGeometry::drawChildLine(), GNEViewNet::drawDeleteDottedContour(), GNEDetector::drawDetectorLogo(), drawDottedContour(), GNEDetector::drawE1Shape(), GNEEdge::drawEdgeGeometryPoints(), GNEEdge::drawEdgeName(), GUIGeometry::drawGeometryPoints(), GNEAccess::drawGL(), GNEEntryExitDetector::drawGL(), GNEParkingSpace::drawGL(), GNERouteProbe::drawGL(), GNEVaporizer::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GUIPointOfInterest::drawInnerPOI(), GNELane::drawLaneAsRailway(), GUIGeometry::drawParentLine(), GNELaneAreaDetector::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEPathManager::PathDraw::drawPathGeometry(), GNEDemandElement::drawPersonPlanPartial(), GNEViewNet::drawSelectDottedContour(), GNEStoppingPlace::drawSign(), GNELane::drawStartEndShapePoints(), GNEStop::drawStopPersonOverBusStop(), GNEStop::drawStopPersonOverEdge(), GNELane::drawTextures(), GNEJunction::drawTLSIcon(), GNEStop::drawVehicleStop(), getCircleResolution(), and GUISUMOAbstractView::getObjectsInBoundary().
bool GUIVisualizationSettings::drawJunctionShape |
whether the shape of the junction should be drawn
Definition at line 853 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GNEJunction::drawGL(), GUIEdge::drawGL(), GUILane::drawGL(), GUISUMOAbstractView::filterInernalLanes(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GUIApplicationWindow::onCmdToggleDrawJunctionShape(), GNEApplicationWindow::onCmdToggleDrawJunctionShape(), GNEViewNet::onCmdToggleDrawJunctionShape(), operator==(), and save().
bool GUIVisualizationSettings::drawLaneChangePreference |
Information whether the lane change preference shall be drawn.
Definition at line 778 of file GUIVisualizationSettings.h.
Referenced by GUIBaseVehicle::drawOnPos(), and operator==().
GUIVisualizationTextSettings GUIVisualizationSettings::drawLinkJunctionIndex |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUILane::drawGL(), GUILane::drawLinkNo(), GNELane::drawLinkNo(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::drawLinkTLIndex |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GNECrossing::drawGL(), GUILane::drawGL(), GNELane::drawTLSLinkNo(), GUILane::drawTLSLinkNo(), GNECrossing::drawTLSLinkNo(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::drawMinGap |
Information whether the minimum gap shall be drawn.
Definition at line 781 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GNEVehicle::drawGL(), GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::edgeColorer |
The mesoscopic edge colorer.
Definition at line 686 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUIEdge::drawGL(), getLaneEdgeMode(), getLaneEdgeScheme(), GUICompleteSchemeStorage::init(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), save(), and GUIEdge::setColor().
std::string GUIVisualizationSettings::edgeData |
key for coloring by edgeData
Definition at line 749 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::getColorValue(), GUILane::getColorValue(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), and save().
std::string GUIVisualizationSettings::edgeDataID |
id for coloring by live edgeData
Definition at line 751 of file GUIVisualizationSettings.h.
Referenced by GUILane::getColorValue(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::edgeName |
Definition at line 719 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNEEdge::drawEdgeName(), GNECrossing::drawGL(), GNEWalkingArea::drawGL(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::edgeParam |
key for coloring by edge parameter
Definition at line 740 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawEdgeName(), GNEConnection::drawGL(), GUIEdge::drawGL(), GNELane::getColorValue(), GUIEdge::getColorValue(), GUILane::getColorValue(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), and save().
double GUIVisualizationSettings::edgeRelWidthExaggeration |
The edgeRelation exaggeration (upscale thickness)
Definition at line 924 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildDataFrame(), GNEEdgeData::drawPartialGL(), GNEEdgeRelData::drawPartialGL(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
GUIScaler GUIVisualizationSettings::edgeScaler |
The mesoscopic edge scaler.
Definition at line 689 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawGL(), getLaneEdgeScaleMode(), getLaneEdgeScaleScheme(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::edgeValue |
Definition at line 719 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNEEdge::drawEdgeGeometryPoints(), GNEEdge::drawEdgeName(), GNEConnection::drawGL(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::edgeValueHideCheck |
threshold below which edge data value should not be rendered
Definition at line 754 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::edgeValueHideCheck2 |
threshold above which edge data value should not be rendered
Definition at line 758 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
double GUIVisualizationSettings::edgeValueHideThreshold |
Definition at line 755 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
double GUIVisualizationSettings::edgeValueHideThreshold2 |
Definition at line 759 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::forceDrawForPositionSelection |
flag to force draw for position selection (see drawForPositionSelection)
Definition at line 984 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildOpenGLFrame(), GNEViewNet::doPaintGL(), GNEVariableSpeedSignSymbol::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::forceDrawForRectangleSelection |
flag to force draw for rectangle selection (see drawForRectangleSelection)
Definition at line 987 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildOpenGLFrame(), GNEViewNet::doPaintGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::fps |
Information whether frames-per-second should be drawn.
Definition at line 667 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildOpenGLFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUISUMOAbstractView::paintGL(), and save().
bool GUIVisualizationSettings::gaming |
whether the application is in gaming mode or not
Definition at line 969 of file GUIVisualizationSettings.h.
Referenced by GUITrafficLightLogicWrapper::drawGL(), GUIVehicle::drawRouteHelper(), GUIPerson::getGUIPosition(), GUISUMOAbstractView::GUISUMOAbstractView(), GUIDanielPerspectiveChanger::onKeyPress(), GUIDanielPerspectiveChanger::onMouseMove(), and GUIViewTraffic::setColorScheme().
bool GUIVisualizationSettings::generate3DTLSModels |
whether 3D TLS models should be generated automatically
Definition at line 944 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::build3DFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::geometryIndices |
Definition at line 990 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildOpenGLFrame(), GUIJunctionWrapper::drawGL(), GUILane::drawGL(), GUIPolygon::drawInnerPolygon(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
double GUIVisualizationSettings::gridXSize |
Information about the grid spacings.
Definition at line 679 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildBackgroundFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUISUMOAbstractView::onKeyPress(), operator==(), GUISUMOAbstractView::paintGLGrid(), save(), GUIDialog_ViewSettings::show(), and GUISUMOAbstractView::snapToActiveGrid().
double GUIVisualizationSettings::gridYSize |
Definition at line 679 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildBackgroundFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUISUMOAbstractView::onKeyPress(), operator==(), GUISUMOAbstractView::paintGLGrid(), save(), GUIDialog_ViewSettings::show(), and GUISUMOAbstractView::snapToActiveGrid().
bool GUIVisualizationSettings::hideConnectors |
flag to show or hide connectors
Definition at line 722 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUIEdge::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::internalEdgeName |
Definition at line 719 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::internalJunctionName |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::junctionColorer |
The junction colorer.
Definition at line 845 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GNEEdge::drawEdgeGeometryPoints(), GUIJunctionWrapper::drawGL(), GNEWalkingArea::drawGL(), GNELane::drawStartEndShapePoints(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalSplitJunction(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), and GNEJunction::setColor().
GUIVisualizationTextSettings GUIVisualizationSettings::junctionID |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GNEJunction::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::junctionName |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GNEJunction::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::junctionSize |
Definition at line 857 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GUILane::drawGL(), GUILane::drawLinkRule(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalSplitJunction(), GUIJunctionWrapper::getExaggeration(), GNEJunction::getExaggeration(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::laneColorer |
The lane colorer.
Definition at line 695 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNEEdge::drawEdgeGeometryPoints(), GNEEdge::drawEdgeName(), GNECrossing::drawGL(), GUIEdge::drawGL(), GNELane::drawStartEndShapePoints(), GUILane::getColorValueForTracker(), getLaneEdgeMode(), getLaneEdgeScheme(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIApplicationWindow::onCmdEditChosen(), GUIViewTraffic::onCmdShowReachability(), operator==(), save(), GUILane::setColor(), and GNELane::setLaneColor().
double GUIVisualizationSettings::laneMinSize |
The minimum visual lane width for drawing.
Definition at line 728 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNELane::drawGL(), GUILane::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::laneParam |
Definition at line 740 of file GUIVisualizationSettings.h.
Referenced by GNEEdge::drawEdgeName(), GUIEdge::drawGL(), GNELane::getColorValue(), GUILane::getColorValue(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), and save().
GUIScaler GUIVisualizationSettings::laneScaler |
The lane scaler.
Definition at line 698 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawGL(), getLaneEdgeScaleMode(), getLaneEdgeScaleScheme(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
bool GUIVisualizationSettings::laneShowBorders |
Information whether lane borders shall be drawn.
Definition at line 701 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawGL(), GNELane::drawMarkings(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
double GUIVisualizationSettings::laneWidthExaggeration |
The lane exaggeration (upscale thickness)
Definition at line 725 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNEEdge::drawEdgeGeometryPoints(), GUILane::drawGL(), GUILane::drawLinkRule(), GUIBaseVehicle::drawOnPos(), GNEDemandElement::drawPersonPlanPartial(), GNELane::drawStartEndShapePoints(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::lefthand |
whether drawing is performed in left-hand networks
Definition at line 996 of file GUIVisualizationSettings.h.
Referenced by GNEViewNet::doPaintGL(), GNELane::drawArrows(), GNELane::drawLinkNo(), GNELane::drawMarkings(), and GNELane::drawTLSLinkNo().
|
static |
Definition at line 1015 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), GUISUMOAbstractView::displayColorLegend(), GUIEdge::drawGL(), GUIVehicle::getColorValue(), GNEEdgeData::getColorValue(), GNEEdgeRelData::getColorValue(), GNETAZRelData::getColorValue(), GNELane::getColorValue(), GUILane::getColorValue(), GUINet::getEdgeData(), GUINet::getMeanData(), initNeteditDefaults(), initSumoGuiDefaults(), and GUIDialog_ViewSettings::rebuildColorMatrix().
std::string GUIVisualizationSettings::name |
The name of this setting.
Definition at line 655 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::add(), GUIDialog_ViewSettings::buildHeader(), GUIViewTraffic::buildViewToolBars(), GNEViewNet::buildViewToolBars(), GUISettingsHandler::getSettingName(), GUISettingsHandler::myEndElement(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GUIDialog_ViewSettings::onCmdSaveSetting(), save(), GUICompleteSchemeStorage::writeSettings(), and GUISUMOAbstractView::~GUISUMOAbstractView().
bool GUIVisualizationSettings::netedit |
Whether the settings are for Netedit.
Definition at line 658 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildHeader(), GUIVisualizationSettings(), GUIDialog_ViewSettings::loadSettings(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdExportSetting(), GUIDialog_ViewSettings::onCmdNameChange(), GUIDialog_ViewSettings::onCmdSaveSetting(), GUIDialog_ViewSettings::rebuildColorMatrices(), GUIPointOfInterest::setColor(), and GUIPolygon::setColor().
GUIVisualizationNeteditSizeSettings GUIVisualizationSettings::neteditSizeSettings |
netedit size settings
Definition at line 1025 of file GUIVisualizationSettings.h.
Referenced by GNEJunction::drawDottedContours(), GNETAZ::drawDottedContours(), GNEStop::drawGeometryPoints(), GNETAZ::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GNEPoly::drawGL(), GNEAdditional::drawSemiCircleGeometryPoint(), GNEEdge::drawTAZElements(), GNEConsecutiveSelector::drawTemporalConsecutiveLanePath(), GNEViewNet::drawTemporalJunction(), GNEViewNet::drawTemporalSplitJunction(), GNEParkingSpace::getMoveOperation(), GNEStoppingPlace::getMoveOperation(), GNETAZ::getMoveOperation(), GNEStop::getMoveOperation(), GNEConnection::getMoveOperation(), GNECrossing::getMoveOperation(), GNEEdge::getMoveOperation(), GNEJunction::getMoveOperation(), GNELane::getMoveOperation(), GNEWalkingArea::getMoveOperation(), GNEPOI::getMoveOperation(), GNEPoly::getMoveOperation(), GNEAdditional::getMoveOperationMultiLane(), GNEAdditional::getMoveOperationSingleLane(), GNEPoly::getVertexIndex(), GNETAZ::getVertexIndex(), GNETAZ::removeGeometryPoint(), GNEConnection::removeGeometryPoint(), GNECrossing::removeGeometryPoint(), GNEJunction::removeGeometryPoint(), GNELane::removeGeometryPoint(), and GNEPoly::removeGeometryPoint().
GUIColorer GUIVisualizationSettings::personColorer |
The person colorer.
Definition at line 811 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPersonsFrame(), GNEPerson::drawGL(), GUIPerson::drawGL(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), GUIPerson::setColor(), and GNEPerson::setColor().
GUIVisualizationTextSettings GUIVisualizationSettings::personName |
Definition at line 820 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPersonsFrame(), GNEPerson::drawGL(), GNEVehicle::drawGL(), GUIPerson::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
int GUIVisualizationSettings::personQuality |
The quality of person drawing.
Definition at line 814 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPersonsFrame(), GNEPerson::drawGL(), GUIPerson::drawGL(), GUIPerson::getExaggeration(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::personSize |
Definition at line 817 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPersonsFrame(), GUIContainer::drawAction_drawAsImage(), GNEContainer::drawAction_drawAsImage(), GUIEdge::drawGL(), GNEPerson::getExaggeration(), GUIPerson::getExaggeration(), GUIPerson::getGUIPosition(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::personValue |
Definition at line 820 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPersonsFrame(), GNEContainer::drawGL(), GNEPerson::drawGL(), GUIPerson::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::poiColorer |
The POI colorer.
Definition at line 880 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPOIsFrame(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), and GUIPointOfInterest::setColor().
int GUIVisualizationSettings::poiDetail |
The detail level for drawing POIs.
Definition at line 886 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPOIsFrame(), GUIPointOfInterest::drawInnerPOI(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::poiName |
Definition at line 889 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPOIsFrame(), GUIPointOfInterest::drawInnerPOI(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::poiSize |
Definition at line 883 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPOIsFrame(), GUIPointOfInterest::checkDraw(), GNEPOI::getExaggeration(), GUIPointOfInterest::getExaggeration(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::poiText |
Definition at line 895 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPOIsFrame(), GUIPointOfInterest::drawInnerPOI(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::poiTextParam |
key for rendering poi textual parameter
Definition at line 898 of file GUIVisualizationSettings.h.
Referenced by GUIPointOfInterest::drawInnerPOI(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), save(), and GUIDialog_ViewSettings::updatePOIParams().
GUIVisualizationTextSettings GUIVisualizationSettings::poiType |
Definition at line 892 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPOIsFrame(), GUIPointOfInterest::drawInnerPOI(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::polyColorer |
The polygon colorer.
Definition at line 901 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPolygonsFrame(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), and GUIPolygon::setColor().
GUIVisualizationTextSettings GUIVisualizationSettings::polyName |
Definition at line 907 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPolygonsFrame(), GNETAZ::drawGL(), GNEPoly::drawGL(), GUIPolygon::drawInnerPolygon(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::polySize |
Definition at line 904 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPolygonsFrame(), GUIPolygon::checkDraw(), GNETAZ::getExaggeration(), GNEPoly::getExaggeration(), GUIPolygon::getExaggeration(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::polyType |
Definition at line 910 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildPolygonsFrame(), GNETAZ::drawGL(), GNEPoly::drawGL(), GUIPolygon::drawInnerPolygon(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::realisticLinkRules |
Information whether link rules (colored bars) shall be drawn with a realistic color scheme.
Definition at line 710 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawLinkRule(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::relDataAttr |
key for coloring by edgeRelation / tazRelation attribute
Definition at line 927 of file GUIVisualizationSettings.h.
Referenced by GNEEdgeData::getColorValue(), GNEEdgeRelData::getColorValue(), GNETAZRelData::getColorValue(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and GUIDialog_ViewSettings::rebuildColorMatrices().
double GUIVisualizationSettings::scale |
information about a lane's width (temporary, used for a single view)
Definition at line 966 of file GUIVisualizationSettings.h.
Referenced by GUIPointOfInterest::checkDraw(), GUIPolygon::checkDraw(), GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), GUIVehicle::drawAction_drawLinkItems(), GNEAdditional::drawAdditionalID(), GNEAdditional::drawAdditionalName(), drawAdditionals(), GNELane::drawArrows(), drawDetail(), drawDottedContour(), GNEEdge::drawEdgeGeometryPoints(), GNEEdge::drawEdgeName(), GUIGeometry::drawGeometry(), GUIBusStop::drawGL(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIOverheadWire::drawGL(), GUIOverheadWireClamp::drawGL(), GUIParkingArea::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GUIMEInductLoop::MyWrapper::drawGL(), GNEInductionLoopDetector::drawGL(), GNEInstantInductionLoopDetector::drawGL(), GNETAZ::drawGL(), GNEVariableSpeedSignSymbol::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEStop::drawGL(), GNEVehicle::drawGL(), GNEConnection::drawGL(), GNECrossing::drawGL(), GNEInternalLane::drawGL(), GNEJunction::drawGL(), GNELane::drawGL(), GNEWalkingArea::drawGL(), GUIContainer::drawGL(), GUIE2Collector::MyWrapper::drawGL(), GUIEdge::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GUILane::drawGL(), GUIPerson::drawGL(), GNEPoly::drawGL(), GUIPointOfInterest::drawInnerPOI(), GUIPolygon::drawInnerPolygon(), GUILane::drawLinkNo(), GNELane::drawLinkNo(), drawMovingGeometryPoint(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawParkingInfo(), GNELaneAreaDetector::drawPartialGL(), GNERoute::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEDemandElement::drawPersonPlanPartial(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), GUIBaseVehicle::drawStopLabels(), GNEJunction::drawTLSIcon(), GNELane::drawTLSLinkNo(), GUILane::drawTLSLinkNo(), GNECrossing::drawTLSLinkNo(), getCircleResolution(), GUIVisualizationSizeSettings::getExaggeration(), GUISUMOAbstractView::getObjectsInBoundary(), GUISUMOAbstractView::makeSnapshot(), and GUISUMOAbstractView::paintGLGrid().
bool GUIVisualizationSettings::scaleLength |
Whether vehicle length shall be scaled with length/geometry factor.
Definition at line 793 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
|
static |
Definition at line 1009 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), initNeteditDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::rebuildColorMatrices(), GNEEdgeData::setColor(), and GNEEdgeRelData::setColor().
|
static |
scheme names
Definition at line 1005 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), initNeteditDefaults(), initSumoGuiDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
|
static |
Definition at line 1013 of file GUIVisualizationSettings.h.
Referenced by initSumoGuiDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
|
static |
Definition at line 1008 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), initNeteditDefaults(), initSumoGuiDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
|
static |
Definition at line 1006 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), initNeteditDefaults(), initSumoGuiDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
|
static |
Definition at line 1007 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), initSumoGuiDefaults(), GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
|
static |
Definition at line 1012 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::buildColorRainbow(), GNEViewNet::buildColorRainbow(), and initSumoGuiDefaults().
|
static |
Definition at line 1010 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::init(), initNeteditDefaults(), and initSumoGuiDefaults().
|
static |
Definition at line 1011 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::init(), initNeteditDefaults(), and initSumoGuiDefaults().
double GUIVisualizationSettings::selectorFrameScale |
the current selection scaling in NETEDIT (set in SelectorFrame)
Definition at line 975 of file GUIVisualizationSettings.h.
Referenced by GNEConnection::drawGL(), GNECrossing::drawGL(), GUIVisualizationSizeSettings::getExaggeration(), and GNEViewNet::setSelectorFrameScale().
bool GUIVisualizationSettings::show3DTLSDomes |
whether the semi-transparent domes around 3D TL models should be drawn
Definition at line 941 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::build3DFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
bool GUIVisualizationSettings::show3DTLSLinkMarkers |
Definition at line 938 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::build3DFrame(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
bool GUIVisualizationSettings::showBikeMarkings |
Information whether bicycle lane marking shall be drawn.
Definition at line 704 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showBlinker |
Information whether vehicle blinkers shall be drawn.
Definition at line 775 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showBTRange |
Information whether the communication range shall be drawn.
Definition at line 787 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showColorLegend |
Information whether the edge color legend shall be drawn.
Definition at line 960 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildLegendFrame(), GUISUMOAbstractView::displayLegends(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showGrid |
Information whether a grid shall be shown.
Definition at line 676 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildBackgroundFrame(), GUIViewTraffic::doPaintGL(), GNEViewNet::doPaintGL(), GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GNEApplicationWindow::onCmdToggleGrid(), GNEViewNet::onCmdToggleShowGrid(), operator==(), GNEViewNet::processLeftButtonPressNetwork(), save(), GUIDialog_ViewSettings::show(), and GUISUMOAbstractView::snapToActiveGrid().
bool GUIVisualizationSettings::showLane2Lane |
Information whether lane-to-lane arrows shall be drawn.
Definition at line 851 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GNEViewNet::doPaintGL(), GUILane::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GNEViewNet::onCmdToggleShowConnections(), operator==(), and save().
bool GUIVisualizationSettings::showLaneDirection |
Whether to show direction indicators for lanes.
Definition at line 731 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNEConnection::drawConnectionArrows(), GNELane::drawDirectionIndicators(), GUILane::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showLinkDecals |
Information whether link textures (arrows) shall be drawn.
Definition at line 707 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNELane::drawArrows(), GUILane::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showLinkRules |
Information whether link rules (colored bars) shall be drawn.
Definition at line 713 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showParkingInfo |
Set whether parking related information should be shown.
Definition at line 796 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawParkingInfo(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showRails |
Information whether rails shall be drawn.
Definition at line 716 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawAsRailway(), GNELane::drawAsRailway(), GUILane::drawAsWaterway(), GNELane::drawAsWaterway(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showRouteIndex |
Information whether the route index should be shown.
Definition at line 790 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showSizeLegend |
Information whether the size legend shall be drawn.
Definition at line 957 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildLegendFrame(), GUISUMOAbstractView::displayLegends(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showSublanes |
Whether to show sublane boundaries.
Definition at line 734 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showVehicleColorLegend |
Information whether the vehicle color legend shall be drawn.
Definition at line 963 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildLegendFrame(), GUISUMOAbstractView::displayLegends(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
RGBColor GUIVisualizationSettings::skyColor |
sky background color
Definition at line 951 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::build3DFrame(), GUIDialog_ViewSettings::onCmdColorChange(), and operator==().
bool GUIVisualizationSettings::spreadSuperposed |
Whether to improve visualisation of superposed (rail) edges.
Definition at line 737 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GUILane::drawAsRailway(), GNELane::drawAsRailway(), GNEEdge::drawEdgeName(), GNEConnection::drawGL(), GNELane::drawGL(), GUIEdge::drawGL(), GUILane::drawGL(), GNELane::drawLaneAsRailway(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationStoppingPlaceSettings GUIVisualizationSettings::stoppingPlaceSettings |
StoppingPlace settings.
Definition at line 1037 of file GUIVisualizationSettings.h.
Referenced by GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEContainerStop::drawGL(), GNEStop::drawStopPersonOverBusStop(), GNEBusStop::updateGeometry(), GNEChargingStation::updateGeometry(), and GNEContainerStop::updateGeometry().
GUIVisualizationTextSettings GUIVisualizationSettings::streetName |
Definition at line 719 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), GNEEdge::drawEdgeName(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
double GUIVisualizationSettings::tazRelWidthExaggeration |
The tazRelation exaggeration (upscale thickness)
Definition at line 921 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildDataFrame(), GNETAZRelData::drawGL(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
GUIVisualizationTextSettings GUIVisualizationSettings::tlsPhaseIndex |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::tlsPhaseName |
Definition at line 848 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildJunctionsFrame(), GUIJunctionWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
|
static |
this should be set at the same time as MSGlobals::gUseMesoSim
Definition at line 692 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildStreetsFrame(), getLaneEdgeMode(), getLaneEdgeScaleMode(), getLaneEdgeScaleScheme(), getLaneEdgeScheme(), GUIDialog_ViewSettings::onCmdColorChange(), and GUILoadThread::run().
GUIColorer GUIVisualizationSettings::vehicleColorer |
The vehicle colorer.
Definition at line 766 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUISUMOAbstractView::displayLegends(), GUIBaseVehicle::drawOnPos(), GUICompleteSchemeStorage::init(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), GUIBaseVehicle::setColor(), and GNEVehicle::setColor().
GUIVisualizationTextSettings GUIVisualizationSettings::vehicleName |
Definition at line 802 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIVehicle::drawAction_drawLinkItems(), GNEVehicle::drawGL(), GUIBaseVehicle::drawOnPos(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), GUIBaseVehicle::drawStopLabels(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::vehicleParam |
key for coloring by vehicle parameter
Definition at line 742 of file GUIVisualizationSettings.h.
Referenced by GUIVehicle::getColorValue(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), save(), and GUIDialog_ViewSettings::updateVehicleParams().
int GUIVisualizationSettings::vehicleQuality |
The quality of vehicle drawing.
Definition at line 772 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::vehicleScaleParam |
key for scaling by vehicle parameter
Definition at line 744 of file GUIVisualizationSettings.h.
Referenced by GUIBaseVehicle::getScaleValue(), GUISettingsHandler::myStartElement(), operator==(), and save().
GUIScaler GUIVisualizationSettings::vehicleScaler |
The size scaling settings for vehicles.
Definition at line 769 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getExaggeration(), initNeteditDefaults(), initSumoGuiDefaults(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::vehicleScaleValue |
Definition at line 802 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationSizeSettings GUIVisualizationSettings::vehicleSize |
Definition at line 799 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIVehicle::drawAction_drawCarriageClass(), GUIEdge::drawGL(), GUILane::drawGL(), GUIBaseVehicle::drawOnPos(), GNEVehicle::drawPartialGL(), GUIVehicle::drawRouteHelper(), GUIBaseVehicle::getExaggeration(), GUIMEVehicle::getExaggeration(), GNERoute::getExaggeration(), GNEVehicle::getExaggeration(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::vehicleText |
Definition at line 802 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawParkingInfo(), GUIBaseVehicle::drawStopLabels(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::vehicleTextParam |
key for rendering vehicle textual parameter
Definition at line 746 of file GUIVisualizationSettings.h.
Referenced by GUIBaseVehicle::drawOnPos(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), save(), and GUIDialog_ViewSettings::updateVehicleParams().
GUIVisualizationTextSettings GUIVisualizationSettings::vehicleValue |
Definition at line 802 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildVehiclesFrame(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::drawParkingInfo(), GUIVehicle::drawRouteHelper(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationWidthSettings GUIVisualizationSettings::widthSettings |
width settings
Definition at line 1043 of file GUIVisualizationSettings.h.
Referenced by GUIDialog_ViewSettings::buildDemandFrame(), GNEPersonTrip::drawPartialGL(), GNERide::drawPartialGL(), GNERoute::drawPartialGL(), GNETranship::drawPartialGL(), GNETransport::drawPartialGL(), GNEVehicle::drawPartialGL(), GNEWalk::drawPartialGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and save().