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

Method setModel

plugins/standardoutputview/toolviewdata.cpp:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void OutputData::setModel( QAbstractItemModel* model_ )
22{
23 model = model_;
24
25 if (model) {
26 model->setParent(this);
27 }
28
29 emit modelChanged( id );
30}
31
32void OutputData::setDelegate( QAbstractItemDelegate* del )
33{

Callers 15

ProviderWidgetMethod · 0.45
StashManagerDialogMethod · 0.45
RebaseDialogMethod · 0.45
CommitToolViewMethod · 0.45
ExternalScriptViewMethod · 0.45
changeModelMethod · 0.45
TemplateSelectionPageMethod · 0.45
OutlineWidgetMethod · 0.45
WelcomePageWidgetMethod · 0.45
TestViewMethod · 0.45
CheckSelectionMethod · 0.45

Calls 1

setParentMethod · 0.45

Tested by 2

TestViewMethod · 0.36