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

Method GetSubPanel

src/client/ui/float_controller_panel.cpp:601–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600
601 BaseWidget* FloatControllerPanel::GetSubPanel(const SubPanelType& type) {
602 if (sub_panels_.count(type) > 0) {
603 return sub_panels_[type];
604 }
605 return nullptr;
606 }
607
608 void FloatControllerPanel::HideAllSubPanels() {
609 for (const auto& [k, v] : sub_panels_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected