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

Method AsWidget

src/render_panel/ui/effect_widget.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 virtual QWidget *AsWidget() {
39 return this;
40 }
41
42 static void FallDownBars(std::vector<double> &bars, std::vector<double> &new_bars) {
43 for (int i = 0; i < (int) new_bars.size(); i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected