VCV Rack API
v2
Loading...
Searching...
No Matches
OptionButton.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
ui/common.hpp
>
3
#include <
ui/RadioButton.hpp
>
4
5
6
namespace
rack
{
7
namespace
ui {
8
9
12
struct
OptionButton
:
RadioButton
{
13
void
draw
(
const
DrawArgs
& args)
override
;
14
};
15
16
17
}
// namespace ui
18
}
// namespace rack
RadioButton.hpp
rack
Root namespace for the Rack API.
Definition
AudioDisplay.hpp:9
rack::ui::OptionButton
Behaves like a RadioButton and appears with a checkmark beside text.
Definition
OptionButton.hpp:12
rack::ui::OptionButton::draw
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
rack::ui::RadioButton
Toggles a Quantity between 1.0 and 0.0 when clicked.
Definition
RadioButton.hpp:12
rack::widget::Widget::DrawArgs
Definition
Widget.hpp:141
common.hpp
include
ui
OptionButton.hpp
Generated by
1.12.0