SUMO - Simulation of Urban MObility
|
Stores the information about how to visualize structures. More...
#include <GUIVisualizationSettings.h>
Public Member Functions | |
size_t | getLaneEdgeMode () const |
Returns the number of the active lane (edge) coloring schme. More... | |
GUIColorScheme & | getLaneEdgeScheme () |
Returns the current lane (edge) coloring schme. More... | |
GUIVisualizationSettings () | |
constructor More... | |
bool | operator== (const GUIVisualizationSettings &vs2) |
Assignment operator. More... | |
void | save (OutputDevice &dev) const |
Writes the settings into an output device. More... | |
Data Fields | |
bool | antialiase |
Information whether antialiase shall be enabled. More... | |
bool | dither |
Information whether dithering shall be enabled. More... | |
int | editMode |
the current NETEDIT mode (temporary) More... | |
bool | gaming |
whether the application is in gaming mode or not More... | |
std::string | name |
The name of this setting. More... | |
SUMOReal | scale |
information about a lane's width (temporary, used for a single view) More... | |
SUMOReal | selectionScale |
the current selection scaling in NETEDIT (temporary) More... | |
bool | showLane2Lane |
Information whether lane-to-lane arrows shall be drawn. More... | |
bool | showSizeLegend |
Information whether the size legend shall be drawn. More... | |
Background visualization settings | |
RGBColor | backgroundColor |
The background color to use. More... | |
bool | showGrid |
Information whether a grid shall be shown. More... | |
SUMOReal | gridXSize |
Information about the grid spacings. More... | |
SUMOReal | gridYSize |
lane visualization settings | |
GUIColorer | laneColorer |
The lane colorer. More... | |
bool | laneShowBorders |
Information whether lane borders shall be drawn. More... | |
bool | showLinkDecals |
Information whether link textures (arrows) shall be drawn. More... | |
bool | showRails |
Information whether rails shall be drawn. More... | |
GUIVisualizationTextSettings | edgeName |
GUIVisualizationTextSettings | internalEdgeName |
GUIVisualizationTextSettings | streetName |
bool | hideConnectors |
float | laneWidthExaggeration |
The lane exaggeration (upscale thickness) More... | |
vehicle visualization settings | |
GUIColorer | vehicleColorer |
The vehicle colorer. More... | |
int | vehicleQuality |
The quality of vehicle drawing. More... | |
float | minVehicleSize |
The minimum size of vehicles to let them be drawn. More... | |
float | vehicleExaggeration |
The vehicle exaggeration (upscale) 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... | |
GUIVisualizationTextSettings | vehicleName |
junction visualization settings | |
GUIColorer | junctionColorer |
The junction colorer. More... | |
bool | drawLinkTLIndex |
Information whether a link's tls index shall be drawn. More... | |
bool | drawLinkJunctionIndex |
Information whether a link's junction index shall be drawn. More... | |
GUIVisualizationTextSettings | junctionName |
GUIVisualizationTextSettings | internalJunctionName |
Additional structures visualization settings | |
int | addMode |
The additional structures visualization scheme. More... | |
float | minAddSize |
The minimum size of additional structures to let them be drawn. More... | |
float | addExaggeration |
The additional structures exaggeration (upscale) More... | |
GUIVisualizationTextSettings | addName |
shapes visualization settings | |
float | minPOISize |
The minimum size of shapes to let them be drawn. More... | |
float | poiExaggeration |
The additional shapes (upscale) More... | |
GUIVisualizationTextSettings | poiName |
float | minPolySize |
The minimum size of shapes to let them be drawn. More... | |
float | polyExaggeration |
The additional shapes (upscale) More... | |
GUIVisualizationTextSettings | polyName |
Stores the information about how to visualize structures.
Definition at line 84 of file GUIVisualizationSettings.h.
GUIVisualizationSettings::GUIVisualizationSettings | ( | ) |
constructor
add lane coloring schemes
add vehicle coloring schemes
Definition at line 52 of file GUIVisualizationSettings.cpp.
References GUIColorScheme::addColor(), GUIColorer::addScheme(), RGBColor::BLACK, RGBColor::BLUE, RGBColor::GREEN, RGBColor::GREY, junctionColorer, laneColorer, RGBColor::RED, GUIColorScheme::setAllowsNegativeValues(), SUMOReal, vehicleColorer, RGBColor::WHITE, and RGBColor::YELLOW.
size_t GUIVisualizationSettings::getLaneEdgeMode | ( | ) | const |
Returns the number of the active lane (edge) coloring schme.
Definition at line 213 of file GUIVisualizationSettings.cpp.
References GUIColorer::getActive(), and laneColorer.
Referenced by GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and save().
GUIColorScheme & GUIVisualizationSettings::getLaneEdgeScheme | ( | ) |
Returns the current lane (edge) coloring schme.
Definition at line 224 of file GUIVisualizationSettings.cpp.
References GUIColorer::getScheme(), and laneColorer.
Referenced by GUIDialog_ViewSettings::onCmdColorChange(), and GUIDialog_ViewSettings::rebuildColorMatrices().
bool GUIVisualizationSettings::operator== | ( | const GUIVisualizationSettings & | vs2 | ) |
Assignment operator.
Definition at line 298 of file GUIVisualizationSettings.cpp.
References addExaggeration, addMode, addName, antialiase, backgroundColor, dither, drawLaneChangePreference, drawLinkJunctionIndex, drawLinkTLIndex, drawMinGap, edgeName, gridXSize, gridYSize, hideConnectors, internalEdgeName, internalJunctionName, junctionColorer, junctionName, laneColorer, laneShowBorders, laneWidthExaggeration, minAddSize, minPOISize, minPolySize, minVehicleSize, poiExaggeration, poiName, polyExaggeration, polyName, showBlinker, showGrid, showLane2Lane, showLinkDecals, showRails, showSizeLegend, streetName, vehicleColorer, vehicleExaggeration, vehicleName, and vehicleQuality.
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 235 of file GUIVisualizationSettings.cpp.
References addExaggeration, addMode, addName, antialiase, backgroundColor, dither, drawLinkJunctionIndex, drawLinkTLIndex, edgeName, GUIColorer::getActive(), getLaneEdgeMode(), gridXSize, gridYSize, hideConnectors, internalEdgeName, internalJunctionName, junctionColorer, junctionName, laneColorer, laneShowBorders, minAddSize, minPOISize, minPolySize, minVehicleSize, name, poiExaggeration, poiName, polyExaggeration, polyName, GUIVisualizationTextSettings::print(), GUIColorer::save(), showBlinker, showGrid, showLane2Lane, showLinkDecals, showRails, showSizeLegend, streetName, vehicleColorer, vehicleExaggeration, vehicleName, and vehicleQuality.
Referenced by GUIDialog_ViewSettings::onCmdExportSetting(), and GUICompleteSchemeStorage::writeSettings().
float GUIVisualizationSettings::addExaggeration |
The additional structures exaggeration (upscale)
Definition at line 186 of file GUIVisualizationSettings.h.
Referenced by GUILaneSpeedTrigger::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIBusStop::drawGL(), GUI_E2_ZS_Collector::MyWrapper::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GUIVehicle::drawGLAdditional(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
int GUIVisualizationSettings::addMode |
The additional structures visualization scheme.
Definition at line 182 of file GUIVisualizationSettings.h.
Referenced by GUISettingsHandler::myStartElement(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::addName |
Definition at line 188 of file GUIVisualizationSettings.h.
Referenced by GUILaneSpeedTrigger::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIBusStop::drawGL(), GUI_E2_ZS_Collector::MyWrapper::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::antialiase |
Information whether antialiase shall be enabled.
Definition at line 94 of file GUIVisualizationSettings.h.
Referenced by GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUISUMOAbstractView::paintGL(), and save().
RGBColor GUIVisualizationSettings::backgroundColor |
The background color to use.
Definition at line 102 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::init(), GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GUISUMOAbstractView::onConfigure(), operator==(), GUISUMOAbstractView::paintGL(), and save().
bool GUIVisualizationSettings::dither |
Information whether dithering shall be enabled.
Definition at line 96 of file GUIVisualizationSettings.h.
Referenced by GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUISUMOAbstractView::paintGL(), and save().
bool GUIVisualizationSettings::drawLaneChangePreference |
Information whether the lane change preference shall be drawn.
Definition at line 151 of file GUIVisualizationSettings.h.
Referenced by GUIVehicle::drawGL(), and operator==().
bool GUIVisualizationSettings::drawLinkJunctionIndex |
Information whether a link's junction index shall be drawn.
Definition at line 167 of file GUIVisualizationSettings.h.
Referenced by GUILaneWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::drawLinkTLIndex |
Information whether a link's tls index shall be drawn.
Definition at line 165 of file GUIVisualizationSettings.h.
Referenced by GUILaneWrapper::drawGL(), 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 153 of file GUIVisualizationSettings.h.
Referenced by GUIVehicle::drawGL(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
GUIVisualizationTextSettings GUIVisualizationSettings::edgeName |
Definition at line 129 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
int GUIVisualizationSettings::editMode |
the current NETEDIT mode (temporary)
Definition at line 220 of file GUIVisualizationSettings.h.
bool GUIVisualizationSettings::gaming |
whether the application is in gaming mode or not
Definition at line 217 of file GUIVisualizationSettings.h.
Referenced by GUITrafficLightLogicWrapper::drawGL(), GUISUMOAbstractView::GUISUMOAbstractView(), and GUIViewTraffic::setColorScheme().
SUMOReal GUIVisualizationSettings::gridXSize |
Information about the grid spacings.
Definition at line 106 of file GUIVisualizationSettings.h.
Referenced by GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUISUMOAbstractView::paintGLGrid(), and save().
SUMOReal GUIVisualizationSettings::gridYSize |
Definition at line 106 of file GUIVisualizationSettings.h.
Referenced by GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), GUISUMOAbstractView::paintGLGrid(), and save().
bool GUIVisualizationSettings::hideConnectors |
Definition at line 131 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::internalEdgeName |
Definition at line 129 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::internalJunctionName |
Definition at line 169 of file GUIVisualizationSettings.h.
Referenced by GUIJunctionWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::junctionColorer |
The junction colorer.
Definition at line 163 of file GUIVisualizationSettings.h.
Referenced by GUIJunctionWrapper::drawGL(), GUIVisualizationSettings(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::junctionName |
Definition at line 169 of file GUIVisualizationSettings.h.
Referenced by GUIJunctionWrapper::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::laneColorer |
The lane colorer.
Definition at line 121 of file GUIVisualizationSettings.h.
Referenced by getLaneEdgeMode(), getLaneEdgeScheme(), GUIVisualizationSettings(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), save(), and GUILaneWrapper::setColor().
bool GUIVisualizationSettings::laneShowBorders |
Information whether lane borders shall be drawn.
Definition at line 123 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
float GUIVisualizationSettings::laneWidthExaggeration |
The lane exaggeration (upscale thickness)
Definition at line 133 of file GUIVisualizationSettings.h.
Referenced by GUILaneWrapper::drawGL(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), and operator==().
float GUIVisualizationSettings::minAddSize |
The minimum size of additional structures to let them be drawn.
Definition at line 184 of file GUIVisualizationSettings.h.
Referenced by GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
float GUIVisualizationSettings::minPOISize |
The minimum size of shapes to let them be drawn.
Definition at line 196 of file GUIVisualizationSettings.h.
Referenced by GUIPointOfInterest::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
float GUIVisualizationSettings::minPolySize |
The minimum size of shapes to let them be drawn.
Definition at line 203 of file GUIVisualizationSettings.h.
Referenced by GUIPolygon::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
float GUIVisualizationSettings::minVehicleSize |
The minimum size of vehicles to let them be drawn.
Definition at line 145 of file GUIVisualizationSettings.h.
Referenced by GUILaneWrapper::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
std::string GUIVisualizationSettings::name |
The name of this setting.
Definition at line 91 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::add(), GUISettingsHandler::addSettings(), GUIViewTraffic::buildViewToolBars(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), GUIDialog_ViewSettings::onCmdSaveSetting(), save(), GUICompleteSchemeStorage::writeSettings(), and GUISUMOAbstractView::~GUISUMOAbstractView().
float GUIVisualizationSettings::poiExaggeration |
The additional shapes (upscale)
Definition at line 198 of file GUIVisualizationSettings.h.
Referenced by GUIPointOfInterest::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::poiName |
Definition at line 200 of file GUIVisualizationSettings.h.
Referenced by GUIPointOfInterest::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
float GUIVisualizationSettings::polyExaggeration |
The additional shapes (upscale)
Definition at line 205 of file GUIVisualizationSettings.h.
Referenced by GUIPolygon::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::polyName |
Definition at line 207 of file GUIVisualizationSettings.h.
Referenced by GUIPolygon::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
SUMOReal GUIVisualizationSettings::scale |
information about a lane's width (temporary, used for a single view)
Definition at line 214 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::doPaintGL(), GUIPerson::drawGL(), GUIPolygon::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIPointOfInterest::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUIJunctionWrapper::drawGL(), GUILaneWrapper::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIVehicle::drawGL(), GUIBusStop::drawGL(), GUI_E2_ZS_Collector::MyWrapper::drawGL(), GUIEdge::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GUIInductLoop::MyWrapper::drawGL(), and GUISUMOAbstractView::makeSnapshot().
SUMOReal GUIVisualizationSettings::selectionScale |
the current selection scaling in NETEDIT (temporary)
Definition at line 223 of file GUIVisualizationSettings.h.
bool GUIVisualizationSettings::showBlinker |
Information whether vehicle blinkers shall be drawn.
Definition at line 149 of file GUIVisualizationSettings.h.
Referenced by GUIVehicle::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showGrid |
Information whether a grid shall be shown.
Definition at line 104 of file GUIVisualizationSettings.h.
Referenced by GUIViewTraffic::doPaintGL(), GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), operator==(), and save().
bool GUIVisualizationSettings::showLane2Lane |
Information whether lane-to-lane arrows shall be drawn.
Definition at line 174 of file GUIVisualizationSettings.h.
Referenced by GUILaneWrapper::drawGL(), 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 125 of file GUIVisualizationSettings.h.
Referenced by GUILaneWrapper::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
bool GUIVisualizationSettings::showRails |
Information whether rails shall be drawn.
Definition at line 127 of file GUIVisualizationSettings.h.
Referenced by GUICompleteSchemeStorage::init(), 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 211 of file GUIVisualizationSettings.h.
Referenced by GUISUMOAbstractView::makeSnapshot(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUISUMOAbstractView::paintGL(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::streetName |
Definition at line 129 of file GUIVisualizationSettings.h.
Referenced by GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIColorer GUIVisualizationSettings::vehicleColorer |
The vehicle colorer.
Definition at line 141 of file GUIVisualizationSettings.h.
Referenced by GUIVisualizationSettings(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), GUIDialog_ViewSettings::rebuildColorMatrices(), save(), GUIPerson::setColor(), and GUIVehicle::setColor().
float GUIVisualizationSettings::vehicleExaggeration |
The vehicle exaggeration (upscale)
Definition at line 147 of file GUIVisualizationSettings.h.
Referenced by GUIPerson::drawAction_drawAsImage(), GUIVehicle::drawAction_drawRailCarriages(), GUIVehicle::drawAction_drawVehicleAsImage(), GUIPerson::drawGL(), GUIVehicle::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
GUIVisualizationTextSettings GUIVisualizationSettings::vehicleName |
Definition at line 155 of file GUIVisualizationSettings.h.
Referenced by GUIPerson::drawGL(), GUIVehicle::drawGL(), GUIEdge::drawGL(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().
int GUIVisualizationSettings::vehicleQuality |
The quality of vehicle drawing.
Definition at line 143 of file GUIVisualizationSettings.h.
Referenced by GUIPerson::drawGL(), GUIVehicle::drawGL(), GUICompleteSchemeStorage::init(), GUISettingsHandler::myStartElement(), GUIDialog_ViewSettings::onCmdColorChange(), GUIDialog_ViewSettings::onCmdNameChange(), operator==(), and save().