Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ views
Method
views
kdevplatform/sublime/area.cpp:289–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
QList<View*> Sublime::Area::views()
290
{
291
Q_D(Area);
292
293
AreaPrivate::ViewLister lister;
294
walkViews(lister, d->rootIndex.data());
295
return lister.views;
296
}
297
298
QString Area::title() const
299
{
Callers
15
clearViews
Method · 0.95
textDocumentCreated
Method · 0.45
closeViews
Method · 0.45
AreaIndex
Method · 0.45
print
Method · 0.45
setBackgroundCentralWidget
Method · 0.45
operator()
Method · 0.45
reconstructViews
Method · 0.45
clearArea
Method · 0.45
viewRemovedInternal
Method · 0.45
activateFirstVisibleView
Method · 0.45
operator()
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
15
viewDeletion
Method · 0.36
findNamedView
Function · 0.36
operator()
Method · 0.36
operator()
Method · 0.36
simpleViewAdditionAndDeletion
Method · 0.36
toolDocumentRemoval
Method · 0.36
testAddingViewAfter
Method · 0.36
operator()
Method · 0.36
operator()
Method · 0.36
areaDeletion
Method · 0.36
createView
Method · 0.36
testDeclarationDefinitionOrder
Method · 0.36