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

Method indexOf

kdevplatform/sublime/area.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207AreaIndex *Area::indexOf(View *view)
208{
209 Q_D(Area);
210
211 AreaPrivate::ViewFinder f(view);
212 walkViews(f, d->rootIndex.data());
213 return f.index;
214}
215
216RootAreaIndex *Area::rootIndex() const
217{

Callers 15

breakpointIndexMethod · 0.45
removeBreakpointMethod · 0.45
reportChangeMethod · 0.45
rowMethod · 0.45
indexForItemMethod · 0.45
indexMethod · 0.45
statisticsMethod · 0.45
convertMonsterBucketMethod · 0.45
putIntoFreeListMethod · 0.45
unloadingPluginMethod · 0.45
gotoPrevNextWindowFunction · 0.45
gotoPrevNextSplitFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by 10

testDisableBuddiesMethod · 0.36
testDisableAllMethod · 0.36
restoreSplitsMethod · 0.36
testAddingViewAfterMethod · 0.36
itemDataMethod · 0.36
findItemMethod · 0.36
preprocessFunction · 0.36
DeclarationTestFunction · 0.36