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

Method shownViews

kdevplatform/sublime/idealcontroller.cpp:760–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760QList<View*> IdealController::shownViews() const
761{
762 QList<View*> shown;
763 forEachShownToolView([&shown](View* view) {
764 shown.push_back(view);
765 });
766 return shown;
767}
768
769QList<QDockWidget*> IdealController::shownButInvisibleFloatingDockWidgets() const
770{

Callers 1

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected