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

Method GetFactory

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

Source from the content-addressed store, hash-verified

509}
510
511IPresentationFactory* PartStack::GetFactory()
512{
513
514 if (factory != nullptr)
515 {
516 return factory;
517 }
518
519 return WorkbenchPlugin::GetDefault()->GetPresentationFactory();
520}
521
522void PartStack::CreateControl(QWidget* parent)
523{

Callers 2

CreateControlMethod · 0.95
SavePresentationStateMethod · 0.95

Calls 2

GetDefaultFunction · 0.85

Tested by

no test coverage detected