Home
last modified time | relevance | path

Searched refs:LSPSLOT_SUBMIT (Results 1 – 25 of 28) sorted by relevance

12

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlPluginWindow.cpp153 itm->slots()->bind(LSPSLOT_SUBMIT, slot_show_plugin_manual, this); in init()
161 itm->slots()->bind(LSPSLOT_SUBMIT, slot_show_ui_manual, this); in init()
191 child->slots()->bind(LSPSLOT_SUBMIT, slot_export_settings_to_file, this); in init()
244 itm->slots()->bind(LSPSLOT_SUBMIT, slot_toggle_rack_mount, this); in init()
254 itm->slots()->bind(LSPSLOT_SUBMIT, slot_debug_dump, this); in init()
285 mstud->slots()->bind(LSPSLOT_SUBMIT, slot_show_menu_top, this); in init()
295 mstud->slots()->bind(LSPSLOT_SUBMIT, slot_show_menu_left, this); in init()
357 mstud->slots()->bind(LSPSLOT_SUBMIT, slot_show_menu_right, this); in init()
470 item->slots()->bind(LSPSLOT_SUBMIT, slot_select_language, lang); in init_i18n_support()
583 item->slots()->bind(LSPSLOT_SUBMIT, slot_select_backend, sel); in init_r3d_support()
[all …]
H A DCtlAudioFile.cpp118 af->slots()->bind(LSPSLOT_SUBMIT, slot_on_submit, this); in init()
135 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_cut_action, this); in init()
146 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_copy_action, this); in init()
157 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_paste_action, this); in init()
168 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_clear_action, this); in init()
H A DCtlListBox.cpp74 widget->slots()->bind(LSPSLOT_SUBMIT, slot_submit, this); in CtlListBox()
H A DCtlEdit.cpp48 item->slots()->bind(LSPSLOT_SUBMIT, slot_on_submit, this); in CtlEdit()
H A DCtlMidiNote.cpp85 sApply.slots()->bind(LSPSLOT_SUBMIT, CtlMidiNote::slot_submit_value, pNote); in init()
88 sCancel.slots()->bind(LSPSLOT_SUBMIT, CtlMidiNote::slot_cancel_value, pNote); in init()
H A DCtlSaveFile.cpp164 save->slots()->bind(LSPSLOT_SUBMIT, slot_on_file_submit, this); in end()
H A DCtlLoadFile.cpp164 load->slots()->bind(LSPSLOT_SUBMIT, slot_on_file_submit, this); in end()
H A DCtlLabel.cpp85 sApply.slots()->bind(LSPSLOT_SUBMIT, CtlLabel::slot_submit_value, pLabel); in init()
88 sCancel.slots()->bind(LSPSLOT_SUBMIT, CtlLabel::slot_cancel_value, pLabel); in init()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPHyperlink.cpp76 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_copy_link_action, self()); in init()
87 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
91 id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
343 sSlots.execute(LSPSLOT_SUBMIT, this); in on_mouse_up()
H A DLSPComboBox.cpp200 return sSlots.execute(LSPSLOT_SUBMIT, this); in on_list_submit()
231 if (id >= 0) id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
233 if (id >= 0) id = sListBox.slots()->bind(LSPSLOT_SUBMIT, slot_on_list_submit, self()); in init()
457 return sSlots.execute(LSPSLOT_SUBMIT, this); in on_mouse_scroll()
H A DLSPFraction.cpp86 if (id >= 0) id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
88 if (id >= 0) id = sNumerator.slots()->bind(LSPSLOT_SUBMIT, slot_on_list_submit, self()); in init()
90 … if (id >= 0) id = sDenominator.slots()->bind(LSPSLOT_SUBMIT, slot_on_list_submit, self()); in init()
137 return sSlots.execute(LSPSLOT_SUBMIT, this); in on_list_submit()
H A DLSPMenuItem.cpp51 ui_handler_id_t id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
H A DLSPLoadFile.cpp58 pWidget->slots()->execute(LSPSLOT_SUBMIT, pWidget, NULL); in commit_url()
131 … return (_this != NULL) ? _this->sSlots.execute(LSPSLOT_SUBMIT, sender) : STATUS_BAD_ARGUMENTS; in slot_on_file_submit()
183 id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
H A DLSPComboGroup.cpp145 if (id >= 0) id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
147 if (id >= 0) id = sListBox.slots()->bind(LSPSLOT_SUBMIT, slot_on_list_submit, self()); in init()
535 return sSlots.execute(LSPSLOT_SUBMIT, this); in on_mouse_scroll()
713 return sSlots.execute(LSPSLOT_SUBMIT, this); in on_list_submit()
H A DLSPAudioFile.cpp74 pWidget->slots()->execute(LSPSLOT_SUBMIT, pWidget, NULL); in commit_url()
163 id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
923 return _this->sSlots.execute(LSPSLOT_SUBMIT, _this, data); in slot_on_dialog_submit()
998 return sSlots.execute(LSPSLOT_SUBMIT, NULL); in on_mouse_dbl_click()
H A DLSPMountStud.cpp63 id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
392 sSlots.execute(LSPSLOT_SUBMIT, this, &ev); in on_mouse_up()
H A DLSPButton.cpp67 id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
562 sSlots.execute(LSPSLOT_SUBMIT, this); in on_mouse_up()
H A DLSPSaveFile.cpp97 … return (_this != NULL) ? _this->sSlots.execute(LSPSLOT_SUBMIT, sender) : STATUS_BAD_ARGUMENTS; in slot_on_file_submit()
146 id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
H A DLSPEdit.cpp264 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_cut_action, self()); in init()
275 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_copy_action, self()); in init()
286 id = mi->slots()->bind(LSPSLOT_SUBMIT, slot_popup_paste_action, self()); in init()
H A DLSPListBox.cpp216 if (id >= 0) id = sSlots.add(LSPSLOT_SUBMIT, slot_on_submit, self()); in init()
391 sSlots.execute(LSPSLOT_SUBMIT, this); in on_mouse_up()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/dialogs/
H A DLSPMessageBox.cpp180 result = btn->slots()->bind(LSPSLOT_SUBMIT, slot_on_button_submit, self()); in add_button()
189 result = btn->slots()->bind(LSPSLOT_SUBMIT, handler, arg); in add_button()
H A DLSPFileDialog.cpp182 ui_handler_id_t id = mi->slots()->bind(LSPSLOT_SUBMIT, handler, self()); in add_menu_item()
378 status_t result = sWAction.slots()->bind(LSPSLOT_SUBMIT, slot_on_action, self()); in init()
381 result = sWCancel.slots()->bind(LSPSLOT_SUBMIT, slot_on_cancel, self()); in init()
387 result = sWFilter.slots()->bind(LSPSLOT_SUBMIT, slot_on_search, self()); in init()
396 result = wGo.slots()->bind(LSPSLOT_SUBMIT, slot_on_go, self()); in init()
399 result = wUp.slots()->bind(LSPSLOT_SUBMIT, slot_on_up, self()); in init()
402 result = sBMAdd.slots()->bind(LSPSLOT_SUBMIT, slot_on_bm_add, self()); in init()
1515 ent->sHlink.slots()->bind(LSPSLOT_SUBMIT, slot_on_bm_submit, self()); in refresh_bookmarks()
1684 ent->sHlink.slots()->bind(LSPSLOT_SUBMIT, slot_on_bm_submit, self()); in init_entry()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h123LSPSLOT_SUBMIT, //!< LSPSLOT_SUBMIT Triggered when value(s) stored by the widget is su… enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/plugins/
H A Dtest_plugin_ui.cpp85 item->slots()->bind(LSPSLOT_SUBMIT, slot_on_submit, (void *)(i+1)); in build()
H A Dmultisampler_ui.cpp92 child->slots()->bind(LSPSLOT_SUBMIT, slot_start_import_hydrogen_file, this); in build()
262 child->slots()->bind(LSPSLOT_SUBMIT, slot_import_hydrogen_file, this); in add_hydrogen_files_to_menu()

12