Home
last modified time | relevance | path

Searched refs:DoublesChangedSlot (Results 1 – 4 of 4) sorted by last modified time

/dports/games/colorcode/ColorCode-0.8.5/
H A Dprefdialog.cpp83 connect(mDoublesCb, SIGNAL(stateChanged(int)), this, SLOT(DoublesChangedSlot())); in InitControls()
384 void PrefDialog::DoublesChangedSlot() in DoublesChangedSlot() function in PrefDialog
H A Dprefdialog.h53 void DoublesChangedSlot();
H A Dcolorcode.h155 void DoublesChangedSlot(bool checked);
H A Dcolorcode.cpp414 connect(mActDoubles, SIGNAL(triggered(bool)), this, SLOT(DoublesChangedSlot(bool))); in InitActions()
421 connect(mActDoublesIcon, SIGNAL(triggered(bool)), this, SLOT(DoublesChangedSlot(bool))); in InitActions()
1353 void ColorCode::DoublesChangedSlot(bool checked) in DoublesChangedSlot() function in ColorCode