Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNESelectorFrame.cpp587myMatchTagComboBox = new FXComboBox(this, GUIDesignComboBoxNCol, this, MID_GNE_SELECTORFRAME_SELEC… in MatchAttribute()
610 myMatchTagComboBox->enable(); in enableMatchAttribute()
614 myMatchTagComboBox->clearItems(); in enableMatchAttribute()
630 myMatchTagComboBox->appendItem(toString(i).c_str()); in enableMatchAttribute()
633 myMatchTagComboBox->setCurrentItem(0); in enableMatchAttribute()
634 myMatchTagComboBox->setNumVisible(myMatchTagComboBox->getNumItems()); in enableMatchAttribute()
643 myMatchTagComboBox->disable(); in disableMatchAttribute()
647 myMatchTagComboBox->setTextColor(FXRGB(0, 0, 0)); in disableMatchAttribute()
672 if (toString(i) == myMatchTagComboBox->getText().text()) { in onCmdSelMBTag()
681 myMatchTagComboBox->setTextColor(FXRGB(0, 0, 0)); in onCmdSelMBTag()
[all …]
H A DGNESelectorFrame.h287 FXComboBox* myMatchTagComboBox; variable