SUMO - Simulation of Urban MObility
GUIVisualizationSettings.h
Go to the documentation of this file.
1 /****************************************************************************/
9 // Stores the information about how to visualize structures
10 /****************************************************************************/
11 // SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
12 // Copyright (C) 2001-2015 DLR (http://www.dlr.de/) and contributors
13 /****************************************************************************/
14 //
15 // This file is part of SUMO.
16 // SUMO is free software: you can redistribute it and/or modify
17 // it under the terms of the GNU General Public License as published by
18 // the Free Software Foundation, either version 3 of the License, or
19 // (at your option) any later version.
20 //
21 /****************************************************************************/
22 #ifndef GUIVisualizationSettings_h
23 #define GUIVisualizationSettings_h
24 
25 
26 // ===========================================================================
27 // included modules
28 // ===========================================================================
29 #ifdef _MSC_VER
30 #include <windows_config.h>
31 #else
32 #include <config.h>
33 #endif
34 
35 #include <string>
36 #include <vector>
37 #include <map>
38 #include <utils/common/RGBColor.h>
39 #include <utils/common/ToString.h>
41 
42 
43 // ===========================================================================
44 // class declarations
45 // ===========================================================================
46 class BaseSchemeInfoSource;
47 class OutputDevice;
49 
50 
51 // ===========================================================================
52 // class definitions
53 // ===========================================================================
54 
55 // cannot declare this as inner class because it needs to be used in forward
56 // declaration (@todo fix inclusion order by removing references to guisim!)
58  GUIVisualizationTextSettings(bool _show, float _size, RGBColor _color) :
59  show(_show), size(_size), color(_color) {}
60 
61  bool show;
62  float size;
64 
66  return show == other.show &&
67  size == other.size &&
68  color == other.color;
69  }
71  return !((*this) == other);
72  }
73 
74  void print(OutputDevice& dev, const std::string& name) const {
75  dev.writeAttr(name + "_show", show);
76  dev.writeAttr(name + "_size", size);
77  dev.writeAttr(name + "_color", color);
78  }
79 };
80 
81 
83  GUIVisualizationSizeSettings(float _minSize, float _exaggeration = 1.0, bool _constantSize = false) :
84  minSize(_minSize), exaggeration(_exaggeration), constantSize(_constantSize) {}
85 
87  float minSize;
89  float exaggeration;
90  // @brief whether the object shall be drawn with constant size regardless of zoom
92 
94  return constantSize == other.constantSize &&
95  minSize == other.minSize &&
96  exaggeration == other.exaggeration;
97  }
99  return !((*this) == other);
100  }
101 
102  void print(OutputDevice& dev, const std::string& name) const {
103  dev.writeAttr(name + "_minSize", minSize);
104  dev.writeAttr(name + "_exaggeration", exaggeration);
105  dev.writeAttr(name + "_constantSize", constantSize);
106  }
107 
109  SUMOReal getExaggeration(const GUIVisualizationSettings& s) const;
110 };
111 
112 
118 public:
119 
122 
124  std::string name;
125 
129  bool dither;
130 
132 
133 
137  bool showGrid;
139  SUMOReal gridXSize, gridYSize;
141 
142 
144 
145 
146 #ifdef HAVE_INTERNAL
147  GUIColorer edgeColorer;
150  GUIScaler edgeScaler;
151 
153  static bool UseMesoSim;
154 #endif
155  GUIColorer laneColorer;
164  bool showRails;
165  // Setting bundles for optional drawing names with size and color
166  GUIVisualizationTextSettings edgeName, internalEdgeName, cwaEdgeName, streetName;
167 
172 
173 
175 
176 
189  // Setting bundles for controling the size of the drawn vehicles
191  // Setting bundles for optional drawing vehicle names
194 
195 
197 
198 
203  // Setting bundles for controling the size of the drawn persons
205  // Setting bundles for optional drawing person names
208 
209 
211 
212 
217  // Setting bundles for controling the size of the drawn containers
219  // Setting bundles for optional drawing person names
222 
223 
225 
226 
229  // Setting bundles for optional drawing junction names and indices
230  GUIVisualizationTextSettings drawLinkTLIndex, drawLinkJunctionIndex, junctionName, internalJunctionName;
238 
239 
241 
242 
244  // @todo decouple addExageration for POIs, Polygons, Triggers etc
245  int addMode;
246  // Setting bundles for controling the size of additional items
248  // Setting bundles for optional drawing additional names
251 
252 
254 
255 
256  // Setting bundles for controling the size of the drawn POIs
258  // Setting bundles for optional drawing poi names
260  // Setting bundles for optional drawing poi types
262 
263  // Setting bundles for controling the size of the drawn polygons
265  // Setting bundles for optional drawing polygon names
267  // Setting bundles for optional drawing polygon types
270 
273 
276 
278  bool gaming;
279 
281  int editMode;
282 
285 
288 
292  void save(OutputDevice& dev) const;
293 
297  size_t getLaneEdgeMode() const;
298 
302  size_t getLaneEdgeScaleMode() const;
303 
307  GUIColorScheme& getLaneEdgeScheme();
308 
312  GUIScaleScheme& getLaneEdgeScaleScheme();
313 
315  bool operator==(const GUIVisualizationSettings& vs2);
316 };
317 
318 
319 #endif
320 
321 /****************************************************************************/
322 
GUIVisualizationTextSettings junctionName
OutputDevice & writeAttr(const SumoXMLAttr attr, const T &val)
writes a named attribute
Definition: OutputDevice.h:257
bool showSizeLegend
Information whether the size legend shall be drawn.
GUIVisualizationTextSettings poiType
GUIVisualizationTextSettings streetName
float laneWidthExaggeration
The lane exaggeration (upscale thickness)
bool showBlinker
Information whether vehicle blinkers shall be drawn.
GUIVisualizationTextSettings addName
GUIVisualizationTextSettings personName
GUIVisualizationTextSettings poiName
bool gaming
whether the application is in gaming mode or not
bool operator!=(const GUIVisualizationTextSettings &other)
GUIVisualizationTextSettings(bool _show, float _size, RGBColor _color)
void print(OutputDevice &dev, const std::string &name) const
bool showBTRange
Information whether the communication range shall be drawn.
bool operator==(const GUIVisualizationTextSettings &other)
GUIColorer containerColorer
The container colorer.
bool operator==(const GUIVisualizationSizeSettings &other)
Stores the information about how to visualize structures.
bool drawLaneChangePreference
Information whether the lane change preference shall be drawn.
bool showRails
Information whether rails shall be drawn.
GUIVisualizationTextSettings vehicleName
int editMode
the current NETEDIT mode (temporary)
bool laneShowBorders
Information whether lane borders shall be drawn.
GUIVisualizationSizeSettings(float _minSize, float _exaggeration=1.0, bool _constantSize=false)
bool dither
Information whether dithering shall be enabled.
SUMOReal scale
information about a lane&#39;s width (temporary, used for a single view)
GUIVisualizationSizeSettings polySize
GUIColorer vehicleColorer
The vehicle colorer.
GUIVisualizationSizeSettings addSize
SUMOReal selectionScale
the current selection scaling in NETEDIT (temporary)
std::string name
The name of this setting.
bool drawMinGap
Information whether the minimum gap shall be drawn.
int addMode
The additional structures visualization scheme.
GUIVisualizationTextSettings polyType
GUIColorer personColorer
The person colorer.
float minSize
The minimum size to draw this object.
GUIColorer junctionColorer
The junction colorer.
int containerQuality
The quality of container drawing.
RGBColor backgroundColor
The background color to use.
bool antialiase
Information whether antialiase shall be enabled.
GUIVisualizationSizeSettings poiSize
float exaggeration
The size exaggeration (upscale)
bool showLinkDecals
Information whether link textures (arrows) shall be drawn.
GUIVisualizationSizeSettings containerSize
GUIVisualizationSizeSettings personSize
int personQuality
The quality of person drawing.
bool showGrid
Information whether a grid shall be shown.
bool drawCrossingsAndWalkingareas
whether crosings and walkingareas shall be drawn
bool showLane2Lane
Information whether lane-to-lane arrows shall be drawn.
bool operator!=(const GUIVisualizationSizeSettings &other)
Static storage of an output device and its base (abstract) implementation.
Definition: OutputDevice.h:71
#define SUMOReal
Definition: config.h:214
GUIVisualizationSizeSettings vehicleSize
bool drawJunctionShape
whether the shape of the junction should be drawn
void print(OutputDevice &dev, const std::string &name) const
int vehicleQuality
The quality of vehicle drawing.
bool drawForSelecting
whether drawing is performed for the purpose of selecting objects
GUIScaler laneScaler
The lane scaler.
GUIVisualizationTextSettings polyName
GUIVisualizationTextSettings containerName