OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_PUSH_BUTTON
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
92
enum {
CV_PUSH_BUTTON
= 0, CV_CHECKBOX = 1, CV_RADIOBOX = 2};
93
CVAPI(int) cvCreateButton( const char* button_name CV_DEFAULT(NULL),CvButtonCallback on_change CV_DEFAULT(NULL), void* userdata CV_DEFAULT(NULL) , int button_type CV_DEFAULT(
CV_PUSH_BUTTON
), int initial_button_state CV_DEFAULT(0));
/external/opencv3/modules/highgui/src/
window_QT.cpp
[
all
...]
Completed in 35 milliseconds