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

Function create

kdevplatform/shell/ktexteditorpluginintegration.cpp:226–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 QWidget *create(QWidget *parent = nullptr) override
227 {
228 auto widget = new KeepAliveWidget(this, parent);
229 widget->setWindowTitle(m_text);
230 widget->setWindowIcon(m_icon);
231 widget->setLayout(new QVBoxLayout);
232 widget->layout()->addWidget(m_container);
233 widget->addActions(m_container->actions());
234 return widget;
235 }
236
237 Qt::DockWidgetArea defaultPosition() const override
238 {

Callers 14

ContainerTabBarClass · 0.85
pchMethod · 0.85
createCompletionContextFunction · 0.85
breakpointAddedMethod · 0.85
createFromDebuggerMethod · 0.85
parseSchemaMethod · 0.85
insertFMethod · 0.85
intersectFMethod · 0.85
parseLoopMethod · 0.85
readFromMethod · 0.85
documentFromSourceMethod · 0.85

Calls 2

addWidgetMethod · 0.45
actionsMethod · 0.45

Tested by

no test coverage detected