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

Method remove

kdevplatform/sublime/areaindex.cpp:107–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void AreaIndex::remove(View *view)
108{
109 Q_D(AreaIndex);
110
111 if (d->isSplit())
112 return;
113
114 d->views.removeAll(view);
115 if (d->parent && (d->views.count() == 0))
116 d->parent->unsplit(this);
117}
118
119void AreaIndex::split(Qt::Orientation orientation, bool moveViewsToSecond)
120{

Callers 15

getImportsFromDUChainMethod · 0.45
unloadingPluginMethod · 0.45
addModelineMethod · 0.45
prettyFilePathMethod · 0.45
removeDocumentMethod · 0.45
openDocumentInternalMethod · 0.45
deleteSessionMethod · 0.45

Calls 3

unsplitMethod · 0.80
isSplitMethod · 0.45
countMethod · 0.45

Tested by 1

cleanupTestCaseMethod · 0.36