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

Method canResize

distrho/src/DistrhoPluginCLAP.cpp:304–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 bool canResize() const noexcept
305 {
306 #if DISTRHO_UI_USER_RESIZABLE
307 if (UIExporter* const ui = fUI.get())
308 return ui->isResizable();
309 return true;
310 #else
311 return false;
312 #endif
313 }
314
315 bool getResizeHints(clap_gui_resize_hints_t* const hints) const
316 {

Callers 2

can_resizeMethod · 0.80
clap_gui_can_resizeFunction · 0.80

Calls 1

isResizableMethod · 0.45

Tested by

no test coverage detected