MCPcopy Create free account
hub / github.com/DISTRHO/DPF / setDown

Method setDown

dgl/src/ImageBaseWidgets.cpp:928–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926
927template <class ImageType>
928void ImageBaseSwitch<ImageType>::setDown(const bool down) noexcept
929{
930 if (pData->isDown == down)
931 return;
932
933 pData->isDown = down;
934 repaint();
935}
936
937template <class ImageType>
938void ImageBaseSwitch<ImageType>::setCallback(Callback* const callback) noexcept

Callers 1

parameterChangedMethod · 0.80

Calls 1

repaintFunction · 0.50

Tested by

no test coverage detected