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

Method currentIndex

kdevplatform/util/multilevellistview.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391QModelIndex MultiLevelListView::currentIndex() const
392{
393 Q_D(const MultiLevelListView);
394
395 return d->mapToSource(d->views.last()->currentIndex());
396}
397
398void MultiLevelListView::setCurrentIndex(const QModelIndex& index)
399{

Callers 15

selectedVariableMethod · 0.45
~ProjectSourcePageMethod · 0.45
jobPerCurrentMethod · 0.45
reevaluateCorrectionMethod · 0.45
createEmptyLauncherMethod · 0.45
setModelDataMethod · 0.45
launchModeChangedMethod · 0.45
eventFilterMethod · 0.45
resetUiMethod · 0.45
selectLanguageMethod · 0.45
selectFormatterMethod · 0.45

Calls 2

mapToSourceMethod · 0.45
lastMethod · 0.45

Tested by

no test coverage detected