Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow_QT.h198 class CvCheckBox : public QCheckBox
202CvCheckBox(CvButtonbar* par, QString button_name, CvButtonCallback call, void* userdata, int initi…
Dwindow_QT.cpp1409 …button = (QAbstractButton*) new CvCheckBox(this, button_name,call, userdata, initial_button_state); in addButton()
1456 CvCheckBox::CvCheckBox(CvButtonbar* arg1, QString arg2, CvButtonCallback arg3, void* arg4, int init… in CvCheckBox() function in CvCheckBox
1472 void CvCheckBox::callCallBack(bool checked) in callCallBack()
2190 CvCheckBox* button = (CvCheckBox*) temp; in icvSaveButtonbar()
2222 CvCheckBox* button = (CvCheckBox*) temp; in icvLoadButtonbar()