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

Method isValidIndex

kdevplatform/outputview/outputmodel.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool OutputModelPrivate::isValidIndex( const QModelIndex& idx, int currentRowCount ) const
216{
217 return ( idx.isValid() && idx.row() >= 0 && idx.row() < currentRowCount && idx.column() == 0 );
218}
219
220OutputModelPrivate::~OutputModelPrivate()
221{

Callers 4

dataMethod · 0.80
activateMethod · 0.80
nextHighlightIndexMethod · 0.80

Calls 3

isValidMethod · 0.45
rowMethod · 0.45
columnMethod · 0.45

Tested by

no test coverage detected