type_CvTrackbar 434 modules/highgui/src/window_QT.cpp return (CvTrackbar*) icvFindBarByName(w->myBarLayout, nameQt, type_CvTrackbar); type_CvTrackbar 438 modules/highgui/src/window_QT.cpp CvBar* result = icvFindBarByName(w->myBarLayout, nameQt, type_CvTrackbar); type_CvTrackbar 443 modules/highgui/src/window_QT.cpp return (CvTrackbar*) icvFindBarByName(global_control_panel->myLayout, nameQt, type_CvTrackbar); type_CvTrackbar 451 modules/highgui/src/window_QT.cpp return (CvTrackbar*) icvFindBarByName(layout, nameQt, type_CvTrackbar); type_CvTrackbar 1125 modules/highgui/src/window_QT.cpp if (lastbar->type == type_CvTrackbar) //if last bar is a trackbar, create a new buttonbar, else, attach to the current bar type_CvTrackbar 1271 modules/highgui/src/window_QT.cpp type = type_CvTrackbar; type_CvTrackbar 2123 modules/highgui/src/window_QT.cpp if (t->type == type_CvTrackbar) type_CvTrackbar 2156 modules/highgui/src/window_QT.cpp if (t->type == type_CvTrackbar)