Home
last modified time | relevance | path

Searched refs:FindColorIndex (Results 1 – 3 of 3) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_findreplacewidget.cpp111 Params.FindColorIndex = Focus->GetColorIndex(); in lcFindReplaceWidget()
113 FindColorPicker->setCurrentColor(Params.FindColorIndex); in lcFindReplaceWidget()
133 Params.FindColorIndex = ColorIndex; in FindColorIndexChanged()
H A Dlc_view.h97 int FindColorIndex = 0; member
H A Dlc_model.cpp3822 …return (lcGetColorCode(Params.FindColorIndex) == LC_COLOR_NOCOLOR) || (Piece->GetColorIndex() == P… in FindReplacePiece()
3836 const bool ReplaceColor = lcGetColorCode(Params.FindColorIndex) != LC_COLOR_NOCOLOR; in FindReplacePiece()