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

Method model

kdevplatform/util/multilevellistview.cpp:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354QAbstractItemModel* MultiLevelListView::model() const
355{
356 Q_D(const MultiLevelListView);
357
358 return d->model;
359}
360
361void MultiLevelListView::setModel(QAbstractItemModel* model)
362{

Callers 8

viewSelectionChangedMethod · 0.45
ensureViewSelectedMethod · 0.45
mapToSourceMethod · 0.45
mapFromSourceMethod · 0.45
setLevelsMethod · 0.45
setModelMethod · 0.45
setCurrentIndexMethod · 0.45
setRootIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected