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

Method GetPage

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

Source from the content-addressed store, hash-verified

1155}
1156
1157WorkbenchPage::Pointer PartStack::GetPage()
1158{
1159 // WorkbenchWindow::Pointer window = this->GetWorkbenchWindow().Cast<WorkbenchWindow>();
1160 //
1161 // if (window == 0)
1162 // {
1163 // return 0;
1164 // }
1165 //
1166 // return window->GetActivePage().Cast<WorkbenchPage>();
1167 return WorkbenchPage::Pointer(page);
1168}
1169
1170void PartStack::SetActive(int activeState)
1171{

Callers 5

IsMoveableMethod · 0.95
CanMoveFolderMethod · 0.95
DerefPartMethod · 0.95
DropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected