Home
last modified time | relevance | path

Searched refs:myColorBySourceWeight (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNETAZFrame.cpp1215myColorBySourceWeight = new FXRadioButton(this, "Color by Source", this, MID_CHOOSEN_OPERATION, GU… in TAZEdgesGraphic()
1223 myColorBySourceWeight->setCheck(true); in TAZEdgesGraphic()
1264 if (myColorBySourceWeight->getCheck() == TRUE) { in updateEdgeColors()
1290 if (obj == myColorBySourceWeight) { in onCmdChoosenBy()
1295 myColorBySourceWeight->setCheck(FALSE); in onCmdChoosenBy()
1299 myColorBySourceWeight->setCheck(FALSE); in onCmdChoosenBy()
1303 myColorBySourceWeight->setCheck(FALSE); in onCmdChoosenBy()
H A DGNETAZFrame.h486 FXRadioButton* myColorBySourceWeight; variable