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

Method SetSelection

Plugins/org.blueberry.ui.qt/src/internal/berryPartStack.cpp:1186–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186void PartStack::SetSelection(LayoutPart::Pointer part)
1187{
1188 if (part == requestedCurrent)
1189 {
1190 return;
1191 }
1192
1193 requestedCurrent = part;
1194
1195 this->RefreshPresentationSelection();
1196}
1197
1198void PartStack::UpdateActions(PresentablePart::Pointer /*current*/)
1199{

Callers 11

ReplaceMethod · 0.95
RestoreStateMethod · 0.95
ShowPartMethod · 0.95
DropMethod · 0.45
BringPartToTopMethod · 0.45
SetVisiblePartMethod · 0.45
SetVisiblePartMethod · 0.45
InternalBringToTopMethod · 0.45
SetVisibleEditorMethod · 0.45

Calls 1

Tested by 1

BringPartToTopMethod · 0.36