Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
void OutputData::setModel( QAbstractItemModel* model_ )
22
{
23
model = model_;
24
25
if (model) {
26
model->setParent(this);
27
}
28
29
emit modelChanged( id );
30
}
31
32
void OutputData::setDelegate( QAbstractItemDelegate* del )
33
{
Callers
15
setCheckSetSelectionManager
Method · 0.45
ProviderWidget
Method · 0.45
StashManagerDialog
Method · 0.45
RebaseDialog
Method · 0.45
CommitToolView
Method · 0.45
ExternalScriptView
Method · 0.45
changeModel
Method · 0.45
TemplateSelectionPage
Method · 0.45
OutlineWidget
Method · 0.45
WelcomePageWidget
Method · 0.45
TestView
Method · 0.45
CheckSelection
Method · 0.45
Calls
1
setParent
Method · 0.45
Tested by
2
TestView
Method · 0.36
testSetModelAndDelegate
Method · 0.36