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

Method IsPartMoveable

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

Source from the content-addressed store, hash-verified

148}
149
150bool PartStack::MyStackPresentationSite::IsPartMoveable(
151 IPresentablePart::Pointer part)
152{
153 return partStack->IsMoveable(part);
154}
155
156void PartStack::MyStackPresentationSite::SelectPart(
157 IPresentablePart::Pointer toSelect)

Callers 2

CanMoveFolderMethod · 0.80
DragStartMethod · 0.80

Calls 1

IsMoveableMethod · 0.45

Tested by

no test coverage detected