MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / dismissAllPanes

Method dismissAllPanes

source/windowing/StarPaneManager.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void PaneManager::dismissAllPanes(Set<PaneLayer> const& paneLayers) {
50 for (auto const& paneLayer : paneLayers) {
51 for (auto const& panePair : copy(m_displayedPanes[paneLayer]))
52 dismiss(panePair.first);
53 }
54}
55
56void PaneManager::dismissAllPanes() {
57 for (auto layerPair : copy(m_displayedPanes)) {

Callers 2

~MainInterfaceMethod · 0.80
switchStateMethod · 0.80

Calls 1

copyFunction · 0.50

Tested by

no test coverage detected