MCPcopy Create free account
hub / github.com/KDE/kdevelop / create

Method create

kdevplatform/shell/uicontroller.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 explicit UiToolViewFactory(IToolViewFactory *factory): m_factory(factory) {}
164 ~UiToolViewFactory() override { delete m_factory; }
165 QWidget* create(Sublime::ToolDocument *doc, QWidget *parent = nullptr) override
166 {
167 Q_UNUSED( doc );
168 return m_factory->create(parent);
169 }
170
171 QList< QAction* > contextMenuActions(QWidget* viewWidget) const override
172 {

Callers 2

openDocumentInternalMethod · 0.45
testMainWindowMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMainWindowMethod · 0.36