Home
last modified time | relevance | path

Searched refs:setFunctionalColor (Results 1 – 12 of 12) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIContainer.cpp265 if (!setFunctionalColor(c.getActive())) { in setColor()
272 GUIContainer::setFunctionalColor(int activeScheme) const { in setFunctionalColor() function in GUIContainer
H A DGUIContainer.h200 bool setFunctionalColor(int activeScheme) const;
H A DGUIEdge.h172 bool setFunctionalColor(const GUIColorer& c) const;
H A DGUIPerson.h257 bool setFunctionalColor(int activeScheme) const;
H A DGUIEdge.cpp406 if (!setFunctionalColor(c) && !setMultiColor(c)) { in setColor()
413 GUIEdge::setFunctionalColor(const GUIColorer& c) const { in setFunctionalColor() function in GUIEdge
430 return guiLane->setFunctionalColor(c, myMesoColor, activeMicroScheme); in setFunctionalColor()
H A DGUILane.h263 bool setFunctionalColor(const GUIColorer& c, RGBColor& col, int activeScheme = -1) const;
H A DGUIBaseVehicle.h323 static bool setFunctionalColor(int activeScheme, const MSBaseVehicle* veh);
H A DGUIPerson.cpp366 if (!setFunctionalColor(c.getActive())) { in setColor()
373 GUIPerson::setFunctionalColor(int activeScheme) const { in setFunctionalColor() function in GUIPerson
H A DGUIBaseVehicle.cpp532 if (!setFunctionalColor(c.getActive(), &myVehicle)) { in setColor()
539 GUIBaseVehicle::setFunctionalColor(int activeScheme, const MSBaseVehicle* veh) { in setFunctionalColor() function in GUIBaseVehicle
H A DGUILane.cpp957 if (!setFunctionalColor(c, col) && !setMultiColor(s, c, col)) { in setColor()
967 GUILane::setFunctionalColor(const GUIColorer& c, RGBColor& col, int activeScheme) const { in setFunctionalColor() function in GUILane
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNELane.h274 bool setFunctionalColor(int activeScheme, RGBColor& col) const;
H A DGNELane.cpp1055 if (!setFunctionalColor(c.getActive(), color) && !setMultiColor(s, c, color)) { in setLaneColor()
1064 GNELane::setFunctionalColor(int activeScheme, RGBColor& col) const { in setFunctionalColor() function in GNELane