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

Method setSizeCallback

distrho/src/DistrhoPluginCLAP.cpp:681–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 }
680
681 static void setSizeCallback(void* const ptr, const uint width, const uint height)
682 {
683 static_cast<ClapUI*>(ptr)->setSizeFromPlugin(width, height);
684 }
685
686 #if DISTRHO_PLUGIN_WANT_STATE
687 void setState(const char* const key, const char* const value)

Callers

nothing calls this directly

Calls 1

setSizeFromPluginMethod · 0.80

Tested by

no test coverage detected