![]() |
Eclipse SUMO - Simulation of Urban MObility
|
class for pack all variables related with GUIDottedGeometry color More...
#include <GUIDottedGeometry.h>
Public Member Functions | |
| void | changeColor () |
| change color | |
| DottedGeometryColor () | |
| constructor | |
| const RGBColor | getColor (const GUIVisualizationSettings &settings, DottedContourType type) |
| get inspected color (and change flag) | |
| void | reset () |
| rest Dotted Geometry Color | |
Private Member Functions | |
| DottedGeometryColor & | operator= (const DottedGeometryColor &other)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| bool | myColorFlag |
| flag to get color | |
class for pack all variables related with GUIDottedGeometry color
Definition at line 49 of file GUIDottedGeometry.h.
| GUIDottedGeometry::DottedGeometryColor::DottedGeometryColor | ( | ) |
constructor
Definition at line 39 of file GUIDottedGeometry.cpp.
References myColorFlag.
Referenced by operator=().
| void GUIDottedGeometry::DottedGeometryColor::changeColor | ( | ) |
| const RGBColor GUIDottedGeometry::DottedGeometryColor::getColor | ( | const GUIVisualizationSettings & | settings, |
| DottedContourType | type ) |
get inspected color (and change flag)
Definition at line 44 of file GUIDottedGeometry.cpp.
References RGBColor::BLACK, RGBColor::BLUE, RGBColor::changedBrightness(), RGBColor::CYAN, GUIVisualizationSettings::dottedContourSettings, GUIVisualizationDottedContourSettings::firstFrontColor, GUIVisualizationDottedContourSettings::firstInspectedColor, GUIDottedGeometry::FROM, GUIDottedGeometry::FRONT, GUIPropertyScheme< T >::getColor(), GUIPropertySchemeStorage< T >::getScheme(), RGBColor::GREEN, GUIDottedGeometry::INSPECT, GUIVisualizationSettings::junctionColorer, RGBColor::MAGENTA, GUIDottedGeometry::MOVE, myColorFlag, RGBColor::ORANGE, GUIDottedGeometry::OVER, GUIDottedGeometry::RELATED, GUIDottedGeometry::REMOVE, GUIVisualizationDottedContourSettings::secondFrontColor, GUIVisualizationDottedContourSettings::secondInspectedColor, GUIDottedGeometry::SELECT, GUIDottedGeometry::TO, and GUIDottedGeometry::WALKINGAREA.
Referenced by GUIDottedGeometry::drawDottedGeometry().
|
privatedelete |
Invalidated assignment operator.
References DottedGeometryColor().
| void GUIDottedGeometry::DottedGeometryColor::reset | ( | ) |
rest Dotted Geometry Color
Definition at line 137 of file GUIDottedGeometry.cpp.
References myColorFlag.
|
private |
flag to get color
Definition at line 66 of file GUIDottedGeometry.h.
Referenced by changeColor(), DottedGeometryColor(), getColor(), and reset().