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

Method reconstructViews

kdevplatform/sublime/mainwindow_p.cpp:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void MainWindowPrivate::reconstructViews(const QList<View*>& topViews)
364{
365 ViewCreator viewCreator(this, topViews);
366 area->walkViews(viewCreator, area->rootIndex());
367 setBackgroundVisible(area->views().isEmpty());
368}
369
370void MainWindowPrivate::reconstruct()
371{

Callers

nothing calls this directly

Calls 4

walkViewsMethod · 0.80
rootIndexMethod · 0.80
isEmptyMethod · 0.45
viewsMethod · 0.45

Tested by

no test coverage detected