CvTrackbar 418 modules/highgui/src/window_QT.cpp static CvTrackbar* icvFindTrackBarByName(const char* name_trackbar, const char* name_window, QBoxLayout* layout = NULL) CvTrackbar 434 modules/highgui/src/window_QT.cpp return (CvTrackbar*) icvFindBarByName(w->myBarLayout, nameQt, type_CvTrackbar); CvTrackbar 441 modules/highgui/src/window_QT.cpp return (CvTrackbar*) result; CvTrackbar 443 modules/highgui/src/window_QT.cpp return (CvTrackbar*) icvFindBarByName(global_control_panel->myLayout, nameQt, type_CvTrackbar); CvTrackbar 451 modules/highgui/src/window_QT.cpp return (CvTrackbar*) icvFindBarByName(layout, nameQt, type_CvTrackbar); CvTrackbar 642 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = icvFindTrackBarByName(name_bar, window_name); CvTrackbar 653 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = icvFindTrackBarByName(name_bar, window_name); CvTrackbar 664 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = icvFindTrackBarByName(name_bar, window_name); CvTrackbar 1154 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = icvFindTrackBarByName(bar_name.toLatin1().data(), window_name.toLatin1().data(), layout); CvTrackbar 1187 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = icvFindTrackBarByName(bar_name.toLatin1().data(), window_name.toLatin1().data(), layout); CvTrackbar 1249 modules/highgui/src/window_QT.cpp CvTrackbar::CvTrackbar(CvWindow* arg, QString name, int* value, int _count, CvTrackbarCallback2 on_change, void* data) CvTrackbar 1259 modules/highgui/src/window_QT.cpp CvTrackbar::CvTrackbar(CvWindow* arg, QString name, int* value, int _count, CvTrackbarCallback on_change) CvTrackbar 1269 modules/highgui/src/window_QT.cpp void CvTrackbar::create(CvWindow* arg, QString name, int* value, int _count) CvTrackbar 1315 modules/highgui/src/window_QT.cpp void CvTrackbar::createDialog() CvTrackbar 1345 modules/highgui/src/window_QT.cpp void CvTrackbar::update(int myvalue) CvTrackbar 1364 modules/highgui/src/window_QT.cpp void CvTrackbar::setLabel(int myvalue) CvTrackbar 1808 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = new CvTrackbar(w, name, value, count, on_change); CvTrackbar 1832 modules/highgui/src/window_QT.cpp QPointer<CvTrackbar> t = new CvTrackbar(w, name, value, count, on_change, userdata); CvTrackbar 2127 modules/highgui/src/window_QT.cpp ((CvTrackbar*)t)->slider->setValue(settings.value("valuebar").toInt()); CvTrackbar 2159 modules/highgui/src/window_QT.cpp settings.setValue("valuebar",((CvTrackbar*)t)->slider->value()); CvTrackbar 2251 modules/highgui/src/window_QT.cpp CvTrackbar* t = (CvTrackbar*) myBarLayout->layout()->itemAt(i); CvTrackbar 2271 modules/highgui/src/window_QT.cpp CvTrackbar* t = (CvTrackbar*) myBarLayout->layout()->itemAt(i); CvTrackbar 232 modules/highgui/src/window_QT.h class CvTrackbar : public CvBar CvTrackbar 236 modules/highgui/src/window_QT.h CvTrackbar(CvWindow* parent, QString name, int* value, int count, CvTrackbarCallback on_change); CvTrackbar 237 modules/highgui/src/window_QT.h CvTrackbar(CvWindow* parent, QString name, int* value, int count, CvTrackbarCallback2 on_change, void* data); CvTrackbar 68 modules/highgui/src/window_carbon.cpp CvTrackbar* next; CvTrackbar 78 modules/highgui/src/window_carbon.cpp CvTrackbar; CvTrackbar 109 modules/highgui/src/window_carbon.cpp CvTrackbar* first; CvTrackbar 162 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar = window->toolbar.first; CvTrackbar 171 modules/highgui/src/window_carbon.cpp static CvTrackbar* icvTrackbarByHandle( void * handle ) CvTrackbar 174 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar = NULL; CvTrackbar 205 modules/highgui/src/window_carbon.cpp static CvTrackbar* icvFindTrackbarByName( const CvWindow* window, const char* name ) CvTrackbar 207 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar = window->toolbar.first; CvTrackbar 309 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar; CvTrackbar 326 modules/highgui/src/window_carbon.cpp CvTrackbar* next = trackbar->next; CvTrackbar 469 modules/highgui/src/window_carbon.cpp CvTrackbar * trackbar = icvTrackbarByHandle (theControl); CvTrackbar 522 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar = 0; CvTrackbar 542 modules/highgui/src/window_carbon.cpp trackbar = (CvTrackbar*)cvAlloc(sizeof(CvTrackbar) + len + 1); CvTrackbar 671 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar = 0; CvTrackbar 695 modules/highgui/src/window_carbon.cpp CvTrackbar* trackbar = 0; CvTrackbar 1056 modules/highgui/src/window_carbon.cpp CvTrackbar *t; CvTrackbar 506 modules/highgui/src/window_gtk.cpp CvTrackbar* next; CvTrackbar 515 modules/highgui/src/window_gtk.cpp CvTrackbar; CvTrackbar 539 modules/highgui/src/window_gtk.cpp CvTrackbar* first; CvTrackbar 1196 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar; CvTrackbar 1212 modules/highgui/src/window_gtk.cpp CvTrackbar* next = trackbar->next; CvTrackbar 1381 modules/highgui/src/window_gtk.cpp static CvTrackbar* CvTrackbar 1384 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar = window->toolbar.first; CvTrackbar 1405 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar = 0; CvTrackbar 1424 modules/highgui/src/window_gtk.cpp trackbar = (CvTrackbar*)cvAlloc(sizeof(CvTrackbar) + len + 1); CvTrackbar 1535 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar = 0; CvTrackbar 1560 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar = 0; CvTrackbar 1597 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar = 0; CvTrackbar 1813 modules/highgui/src/window_gtk.cpp CvTrackbar* trackbar = (CvTrackbar*)user_data; CvTrackbar 135 modules/highgui/src/window_w32.cpp CvTrackbar* next; CvTrackbar 146 modules/highgui/src/window_w32.cpp CvTrackbar; CvTrackbar 173 modules/highgui/src/window_w32.cpp CvTrackbar* first; CvTrackbar 291 modules/highgui/src/window_w32.cpp static CvTrackbar* icvTrackbarByHWND( HWND hwnd ) CvTrackbar 293 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = (CvTrackbar*)icvGetWindowLongPtr( hwnd, CV_USERDATA ); CvTrackbar 905 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = NULL; CvTrackbar 945 modules/highgui/src/window_w32.cpp CvTrackbar* next = trackbar->next; CvTrackbar 1741 modules/highgui/src/window_w32.cpp static void icvUpdateTrackbar( CvTrackbar* trackbar, int pos ) CvTrackbar 1794 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = icvTrackbarByHWND( slider ); CvTrackbar 1814 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = window->toolbar.first; CvTrackbar 1981 modules/highgui/src/window_w32.cpp static CvTrackbar* CvTrackbar 1984 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = window->toolbar.first; CvTrackbar 2006 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = 0; CvTrackbar 2115 modules/highgui/src/window_w32.cpp trackbar = (CvTrackbar*)cvAlloc( sizeof(CvTrackbar) + len + 1 ); CvTrackbar 2238 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = 0; CvTrackbar 2263 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = 0; CvTrackbar 2297 modules/highgui/src/window_w32.cpp CvTrackbar* trackbar = 0;