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

Method SwitchToSelectedState

src/client/ui/float_icon.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void FloatIcon::SwitchToSelectedState() {
65 is_selected_ = true;
66 repaint();
67 }
68
69 void FloatIcon::SetIcons(const QString& normal_path, const QString& selected_path) {
70 auto icon_size = QSize(this->width()-10, this->height()-10);

Callers 2

FloatControllerPanelMethod · 0.80
UpdateStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected