Searched refs:window_handle (Results 1 – 7 of 7) sorted by relevance
150 CVAPI(const char*) cvGetWindowName( void* window_handle );
740 CV_IMPL const char* cvGetWindowName( void* window_handle ) in cvGetWindowName() argument750 if( window_handle == 0 ) in cvGetWindowName()752 window = icvWindowByHandle(window_handle ); in cvGetWindowName()
1648 CV_IMPL const char* cvGetWindowName( void* window_handle ) in cvGetWindowName() argument1658 if( window_handle == 0 ) in cvGetWindowName()1661 window = icvWindowByWidget( (GtkWidget*)window_handle ); in cvGetWindowName()
66 CV_IMPL const char* cvGetWindowName( void* window_handle ) {return NULL;}464 CV_IMPL const char* cvGetWindowName( void* window_handle )469 if([windows valueForKey:key] == window_handle) {
2343 CV_IMPL const char* cvGetWindowName( void* window_handle ) in cvGetWindowName() argument2353 if( window_handle == 0 ) in cvGetWindowName()2356 window = icvWindowByHWND( (HWND)window_handle ); in cvGetWindowName()
540 CV_IMPL const char* cvGetWindowName(void* window_handle) in cvGetWindowName() argument542 if( !window_handle ) in cvGetWindowName()545 return ((CvWindow*)window_handle)->objectName().toLatin1().data(); in cvGetWindowName()
200 HWND window_handle, in MakeWindowAssociation()204 associated_window = window_handle; in MakeWindowAssociation()