Loading [MathJax]/extensions/tex2jax.js
VCV Rack API
v2
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
p
r
s
t
v
w
y
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
b
c
h
i
l
m
n
o
p
r
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
n
o
p
r
s
t
v
w
Functions
Macros
_
a
b
c
d
e
f
g
i
l
n
p
r
s
t
v
w
▼
VCV Rack API
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
include
►
app
►
dsp
►
engine
►
plugin
►
simd
►
ui
▼
widget
►
event.hpp
►
FramebufferWidget.hpp
►
OpaqueWidget.hpp
►
OpenGlWidget.hpp
►
SvgWidget.hpp
►
TransformWidget.hpp
►
TransparentWidget.hpp
►
Widget.hpp
►
ZoomWidget.hpp
►
window
arch.hpp
►
asset.hpp
►
audio.hpp
►
color.hpp
►
common.hpp
►
componentlibrary.hpp
►
context.hpp
►
gamepad.hpp
►
helpers.hpp
►
history.hpp
►
keyboard.hpp
►
library.hpp
►
logger.hpp
►
math.hpp
►
midi.hpp
►
midiloopback.hpp
►
mutex.hpp
►
network.hpp
►
patch.hpp
►
plugin.hpp
►
Quantity.hpp
►
rack.hpp
►
random.hpp
►
rtaudio.hpp
►
rtmidi.hpp
►
settings.hpp
►
string.hpp
►
system.hpp
►
tag.hpp
►
weakptr.hpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
OpenGlWidget.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
widget/FramebufferWidget.hpp
>
3
4
5
namespace
rack
{
6
namespace
widget
{
7
8
10
struct
OpenGlWidget
:
FramebufferWidget
{
14
void
step
()
override
;
18
void
drawFramebuffer
()
override
;
19
};
10
struct
OpenGlWidget
:
FramebufferWidget
{
…
};
20
21
22
}
// namespace widget
23
}
// namespace rack
FramebufferWidget.hpp
rack::widget
Base UI widget types.
Definition
context.hpp:28
rack
Root namespace for the Rack API.
Definition
AudioDisplay.hpp:9
rack::widget::FramebufferWidget::FramebufferWidget
FramebufferWidget()
rack::widget::OpenGlWidget
A FramebufferWidget that can be drawn on with OpenGL commands.
Definition
OpenGlWidget.hpp:10
rack::widget::OpenGlWidget::drawFramebuffer
void drawFramebuffer() override
Draws to the framebuffer.
rack::widget::OpenGlWidget::step
void step() override
Draws every frame by default Override this and call FramebufferWidget::step() to restore the default ...
include
widget
OpenGlWidget.hpp
Generated by
1.13.2