MCPcopy 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
80template <class ImageType>
81void ImageBaseAboutWindow<ImageType>::onDisplay()
82{
83 img.draw(getGraphicsContext());
84}
85
86template <class ImageType>
87bool ImageBaseAboutWindow<ImageType>::onKeyboard(const KeyboardEvent& ev)

Callers

nothing calls this directly

Calls 6

getStateFunction · 0.50
drawMethod · 0.45
setForMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45
drawAtMethod · 0.45

Tested by

no test coverage detected