MCPcopy Create free account
hub / github.com/MITK/MITK / Open

Method Open

Plugins/org.blueberry.ui.qt/src/internal/berryQtShell.cpp:156–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void QtShell::Open(bool block)
157{
158 if (updatesDisabled)
159 {
160 widget->setUpdatesEnabled(true);
161 updatesDisabled = false;
162 }
163 widget->setWindowModality(block ? Qt::WindowModal : Qt::NonModal);
164 widget->show();
165}
166
167void QtShell::Close()
168{

Callers 10

ShowPerspectiveMethod · 0.45
ActivateMethod · 0.45
AddPartMethod · 0.45
DetachMethod · 0.45
DetachPartMethod · 0.45
AddDetachedPartMethod · 0.45
DragToTargetMethod · 0.45

Calls 1

showMethod · 0.80

Tested by 5

ActivateMethod · 0.36
AddPartMethod · 0.36
DetachMethod · 0.36
DetachPartMethod · 0.36
AddDetachedPartMethod · 0.36