MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetSubPanel

Method GetSubPanel

src/client/ui/float_sub_display_panel.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 BaseWidget* SubDisplayPanel::GetSubPanel(const SubDisplayType& type) {
238 if (sub_panels_.count(type) > 0) {
239 return sub_panels_[type];
240 }
241 return nullptr;
242 }
243
244 void SubDisplayPanel::HideAllSubPanels() {
245 for (const auto& [k, v] : sub_panels_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected