Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ step
Method
step
src/CardinalUI.cpp:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void step() override
177
{
178
OpaqueWidget::step();
179
box.pos = parent->box.size.minus(box.size).div(2).round();
180
}
181
182
void draw(const DrawArgs& args) override
183
{
Callers
3
fInitializer
Function · 0.45
onNanoDisplay
Function · 0.45
uiIdle
Function · 0.45
Calls
3
round
Method · 0.80
div
Method · 0.80
minus
Method · 0.80
Tested by
no test coverage detected