MCPcopy Create free account
hub / github.com/KDE/labplot / removePerspectives

Method removePerspectives

src/3rdparty/Qt-Advanced-Docking-System/src/DockManager.cpp:1053–1066  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

1051
1052//============================================================================
1053void CDockManager::removePerspectives(const QStringList& Names)
1054{
1055 int Count = 0;
1056 for (const auto& Name : Names)
1057 {
1058 Count += d->Perspectives.remove(Name);
1059 }
1060
1061 if (Count)
1062 {
1063 Q_EMIT perspectivesRemoved();
1064 Q_EMIT perspectiveListChanged();
1065 }
1066}
1067
1068
1069//============================================================================

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected