Home
last modified time | relevance | path

Searched refs:LINKSTATE_TL_YELLOW_MINOR (Results 1 – 8 of 8) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEInternalLane.cpp56 { "Yellow-Minor", LINKSTATE_TL_YELLOW_MINOR },
196 if (state == LINKSTATE_TL_YELLOW_MINOR) { in colorForLinksState()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.cpp740 { "y", LINKSTATE_TL_YELLOW_MINOR },
759 LINKSTATE_TL_YELLOW_MINOR,
H A DSUMOXMLDefinitions.h1095 LINKSTATE_TL_YELLOW_MINOR = 'y', enumerator
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNETLSEditorFrame.cpp469 } else if (c == LINKSTATE_TL_YELLOW_MAJOR || c == LINKSTATE_TL_YELLOW_MINOR) { in onCmdPhaseCreate()
478 if (state[i] == LINKSTATE_TL_YELLOW_MAJOR || state[i] == LINKSTATE_TL_YELLOW_MINOR) { in onCmdPhaseCreate()
491 state[i] = LINKSTATE_TL_YELLOW_MINOR; in onCmdPhaseCreate()
501 if (state[i] == LINKSTATE_TL_YELLOW_MAJOR || state[i] == LINKSTATE_TL_YELLOW_MINOR) { in onCmdPhaseCreate()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.h349 return myState == LINKSTATE_TL_YELLOW_MINOR || myState == LINKSTATE_TL_YELLOW_MAJOR; in haveYellow()
/dports/cad/sumo/sumo-1.2.0/src/osgview/
H A DGUIOSGView.cpp118 case LINKSTATE_TL_YELLOW_MINOR: in execute()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp355 case LINKSTATE_TL_YELLOW_MINOR: in drawLinkRule()
/dports/cad/sumo/sumo-1.2.0/src/utils/gui/settings/
H A DGUIVisualizationSettings.cpp1347 case LINKSTATE_TL_YELLOW_MINOR: in getLinkColor()