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

Method hide

distrho/src/DistrhoPluginCLAP.cpp:469–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 }
468
469 bool hide()
470 {
471 if (UIExporter* const ui = fUI.get())
472 {
473 ui->setWindowVisible(false);
474 #if DPF_CLAP_USING_HOST_TIMER
475 fHostTimer->unregister_timer(fHost, fTimerId);
476 fTimerId = 0;
477 #else
478 ui->removeIdleCallbackForNativeIdle(this);
479 fCallbackRegistered = false;
480 #endif
481 }
482
483 return true;
484 }
485
486 // ----------------------------------------------------------------------------------------------------------------
487

Callers 1

clap_gui_hideFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected