Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
AreaIndex *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
216
RootAreaIndex *Area::rootIndex() const
217
{
Callers
15
breakpointIndex
Method · 0.45
removeBreakpoint
Method · 0.45
reportChange
Method · 0.45
row
Method · 0.45
indexForItem
Method · 0.45
index
Method · 0.45
statistics
Method · 0.45
convertMonsterBucket
Method · 0.45
putIntoFreeList
Method · 0.45
unloadingPlugin
Method · 0.45
gotoPrevNextWindow
Function · 0.45
gotoPrevNextSplit
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
10
testDeclarationDefinitionOrder
Method · 0.36
testDisableBuddies
Method · 0.36
testDisableOpenAfterCurrent
Method · 0.36
testDisableAll
Method · 0.36
restoreSplits
Method · 0.36
testAddingViewAfter
Method · 0.36
itemData
Method · 0.36
findItem
Method · 0.36
preprocess
Function · 0.36
DeclarationTest
Function · 0.36