Searched refs:button_type (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 427 …nst String& button_name, ButtonCallback on_change, void* userdata, int button_type , bool initial_… in createButton() argument 429 …return cvCreateButton(button_name.c_str(), on_change, userdata, button_type , initial_button_state… in createButton()
|
D | window_QT.h | 141 …void addButton(QString button_name, int button_type, int initial_button_state , void* on_change, v… 171 …void addButton(QString button_name, CvButtonCallback call, void* userdata, int button_type, int i…
|
D | window_QT.cpp | 617 …nst char* button_name, CvButtonCallback on_change, void* userdata, int button_type, int initial_bu… in cvCreateButton() argument 629 Q_ARG(int, button_type), in cvCreateButton() 1108 void GuiReceiver::addButton(QString button_name, int button_type, int initial_button_state, void* o… in addButton() argument 1132 …b->addButton(button_name, (CvButtonCallback) on_change, userdata, button_type, initial_button_stat… in addButton() 1396 void CvButtonbar::addButton(QString name, CvButtonCallback call, void* userdata, int button_type, … in addButton() argument 1405 if (button_type == CV_PUSH_BUTTON) in addButton() 1408 if (button_type == CV_CHECKBOX) in addButton() 1411 if (button_type == CV_RADIOBOX) in addButton() 1419 if (button_type == CV_PUSH_BUTTON) in addButton()
|
/external/opencv3/modules/highgui/include/opencv2/highgui/ |
D | highgui_c.h | 93 …back on_change CV_DEFAULT(NULL), void* userdata CV_DEFAULT(NULL) , int button_type CV_DEFAULT(CV_P…
|