OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_control_panel
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/highgui/src/
window_QT.cpp
76
static CvWinProperties*
global_control_panel
= NULL;
variable
423
if (nameWinQt.isEmpty() &&
global_control_panel
) //window name is null and we have a control panel
424
layout =
global_control_panel
->myLayout;
443
return (CvTrackbar*) icvFindBarByName(
global_control_panel
->myLayout, nameQt, type_CvTrackbar);
785
delete guiMainThread;//delete
global_control_panel
too
798
if (
global_control_panel
)
800
delete
global_control_panel
;
801
global_control_panel
= NULL;
1110
if (!
global_control_panel
)
1115
if (
global_control_panel
->myLayout->count() == 0) //if that is the first button attach to the control panel, create a new b (…)
[
all
...]
Completed in 129 milliseconds