VCV Rack API v2
Loading...
Searching...
No Matches
ProgressBar.hpp
Go to the documentation of this file.
1#pragma once
2#include <ui/common.hpp>
3#include <widget/Widget.hpp>
4#include <Quantity.hpp>
5
6
7namespace rack {
8namespace ui {
9
10
14
16 void draw(const DrawArgs& args) override;
17};
18
19
20} // namespace ui
21} // namespace rack
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
A controller for manipulating a float value (which subclasses must store somehow) with limits and lab...
Definition Quantity.hpp:14
Definition ProgressBar.hpp:11
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
Quantity * quantity
Not owned.
Definition ProgressBar.hpp:13
Definition Widget.hpp:141
A node in the 2D scene graph.
Definition Widget.hpp:21