MCPcopy Create free account
hub / github.com/VCVRack/Rack / ProgressBar

Method ProgressBar

src/ui/ProgressBar.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8ProgressBar::ProgressBar() {
9 box.size.y = BND_WIDGET_HEIGHT;
10}
11
12void ProgressBar::draw(const DrawArgs& args) {
13 float progress = quantity ? quantity->getScaledValue() : 0.f;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected