Home
last modified time | relevance | path

Searched refs:LSPSLOT_SHOW (Results 1 – 9 of 9) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h121 LSPSLOT_SHOW, //!< LSPSLOT_SHOW Triggered when widget becomes visible enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPWidget.cpp93 if (id >= 0) id = sSlots.add(LSPSLOT_SHOW, slot_show, self()); in init()
401 sSlots.execute(LSPSLOT_SHOW, this); in show()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlPluginWindow.cpp363 pWnd->slots()->bind(LSPSLOT_SHOW, slot_window_show, this); in init()
843 dlg->slots()->bind(LSPSLOT_SHOW, slot_fetch_path, __this); in slot_export_settings_to_file()
880 dlg->slots()->bind(LSPSLOT_SHOW, slot_fetch_path, __this); in slot_import_settings_from_file()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/plugins/
H A Dpara_equalizer_ui.cpp108 dlg->slots()->bind(LSPSLOT_SHOW, slot_fetch_rew_path, _this); in slot_start_import_rew_file()
H A Dmultisampler_ui.cpp319 dlg->slots()->bind(LSPSLOT_SHOW, slot_fetch_hydrogen_path, _this); in slot_start_import_hydrogen_file()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPWindow.cpp469 sSlots.execute(LSPSLOT_SHOW, this); in show()
584 result = sSlots.execute(LSPSLOT_SHOW, this, &ev); in handle_event()
H A DLSPComboBox.cpp322 pPopup->slots()->bind(LSPSLOT_SHOW, slot_on_list_show, self()); in set_opened()
H A DLSPComboGroup.cpp612 pPopup->slots()->bind(LSPSLOT_SHOW, slot_on_list_show, self()); in set_opened()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/lv2/
H A Dui_wrapper.h134 root->slots()->bind(LSPSLOT_SHOW, slot_ui_show, this); in init()