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

Method widget

kdevplatform/sublime/view.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59QWidget* View::widget() const
60{
61 Q_D(const View);
62
63 return d->widget;
64}
65
66QWidget* View::initializeWidget(QWidget* parent)
67{

Callers 15

validateOpenUrlMethod · 0.45
setSourceWidgetMethod · 0.45
selectionChangedMethod · 0.45
mergeViewMethod · 0.45
createViewWidgetMethod · 0.45
activateMethod · 0.45
newAreaMethod · 0.45
findToolViewMethod · 0.45
raiseToolViewMethod · 0.45

Calls

no outgoing calls

Tested by 15

testsplitViewBuddiesMethod · 0.36
testClosingMethod · 0.36
initTestCaseMethod · 0.36
restoreSplitsMethod · 0.36
fetchToolBarForMethod · 0.36
widgetDeletionMethod · 0.36
checkToolViewsFunction · 0.36
checkAreaCommonFunction · 0.36
checkArea1Method · 0.36
checkArea2Method · 0.36
operator()Method · 0.36