Home
last modified time | relevance | path

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

/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprColorSwatch.h93 void swatchRemoved(int index);
H A DExprColorSwatch.cpp189 emit swatchRemoved(i); in removeSwatch() local
H A DExprControl.cpp708 connect(_swatch, SIGNAL(swatchRemoved(int)), this, SLOT(colorRemoved(int))); in buildSwatchWidget()