Home | History | Annotate | Download | only in src

Lines Matching full:window_handle

540 CV_IMPL const char* cvGetWindowName(void* window_handle)
542 if( !window_handle )
545 return ((CvWindow*)window_handle)->objectName().toLatin1().data();