Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ onDisplay
Method
onDisplay
dgl/src/ImageBaseWidgets.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
template <class ImageType>
81
void ImageBaseAboutWindow<ImageType>::onDisplay()
82
{
83
img.draw(getGraphicsContext());
84
}
85
86
template <class ImageType>
87
bool ImageBaseAboutWindow<ImageType>::onKeyboard(const KeyboardEvent& ev)
Callers
nothing calls this directly
Calls
6
getState
Function · 0.50
draw
Method · 0.45
setFor
Method · 0.45
getWidth
Method · 0.45
getHeight
Method · 0.45
drawAt
Method · 0.45
Tested by
no test coverage detected