Home
last modified time | relevance | path

Searched refs:LSPSLOT_CHANGE (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPButton.cpp65 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
460 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_down()
466 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_down()
510 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
516 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
531 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
537 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
550 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
596 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_move()
602 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_move()
H A DLSPFader.cpp65 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
265 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_down()
306 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
357 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_move()
375 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_scroll()
H A DLSPScrollBar.cpp68 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
142 sSlots.execute(LSPSLOT_CHANGE, this); in set_value()
391 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_down()
485 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_up()
528 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_move()
599 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_scroll()
639 sSlots.execute(LSPSLOT_CHANGE, this); in update()
H A DLSPListBox.cpp215 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
219 if (id >= 0) id = sVBar.slots()->bind(LSPSLOT_CHANGE, slot_on_sbar_vscroll, self()); in init()
220 if (id >= 0) id = sHBar.slots()->bind(LSPSLOT_CHANGE, slot_on_sbar_hscroll, self()); in init()
352 sSlots.execute(LSPSLOT_CHANGE, this); in on_click()
359 sSlots.execute(LSPSLOT_CHANGE, this); in on_click()
H A DLSPComboBox.cpp192 return sSlots.execute(LSPSLOT_CHANGE, this); in on_list_change()
230 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
232 if (id >= 0) id = sListBox.slots()->bind(LSPSLOT_CHANGE, slot_on_list_change, self()); in init()
456 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_scroll()
H A DLSPFraction.cpp85 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
87 if (id >= 0) id = sNumerator.slots()->bind(LSPSLOT_CHANGE, slot_on_list_change, self()); in init()
89 … if (id >= 0) id = sDenominator.slots()->bind(LSPSLOT_CHANGE, slot_on_list_change, self()); in init()
128 return sSlots.execute(LSPSLOT_CHANGE, this); in on_list_change()
H A DLSPKnob.cpp73 if (!sSlots.add(LSPSLOT_CHANGE)) in init()
214 sSlots.execute(LSPSLOT_CHANGE, this); in set_normalized_value()
223 sSlots.execute(LSPSLOT_CHANGE, this); in update_value()
H A DLSPComboGroup.cpp144 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
146 if (id >= 0) id = sListBox.slots()->bind(LSPSLOT_CHANGE, slot_on_list_change, self()); in init()
534 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_scroll()
705 return sSlots.execute(LSPSLOT_CHANGE, this); in on_list_change()
H A DLSPEdit.cpp291 id = sSlots.add(LSPSLOT_CHANGE, slot_on_change, self()); in init()
794 sSlots.execute(LSPSLOT_CHANGE, this); in on_key_down()
873 sSlots.execute(LSPSLOT_CHANGE, this); in on_key_down()
893 sSlots.execute(LSPSLOT_CHANGE, this); in on_key_down()
H A DLSPSwitch.cpp59 if (!sSlots.add(LSPSLOT_CHANGE)) in init()
255 sSlots.execute(LSPSLOT_CHANGE, this); in on_click()
H A DLSPScrollBox.cpp77 sHBar.slot(LSPSLOT_CHANGE)->bind(slot_on_scroll, self()); in init()
78 sVBar.slot(LSPSLOT_CHANGE)->bind(slot_on_scroll, self()); in init()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlThreadComboBox.cpp55 idChange = cbox->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
66 cbox->slots()->unbind(LSPSLOT_CHANGE, idChange); in do_destroy()
H A DCtlComboBox.cpp57 idChange = cbox->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
68 cbox->slots()->unbind(LSPSLOT_CHANGE, idChange); in do_destroy()
H A DCtlComboGroup.cpp61 grp->slots()->unbind(LSPSLOT_CHANGE, idChange); in do_destroy()
113 idChange = grp->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlTempoTap.cpp113 btn->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlSwitch.cpp96 sw->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlFraction.cpp83 frac->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlButton.cpp161 btn->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlMarker.cpp90 mark->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlDot.cpp58 dot->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
H A DCtlFader.cpp52 fader->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h124LSPSLOT_CHANGE, //!< LSPSLOT_CHANGE Triggered only when value(s) stored by the widget … enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/graph/
H A DLSPDot.cpp87 if (!sSlots.add(LSPSLOT_CHANGE)) in init()
252 sSlots.execute(LSPSLOT_CHANGE, this); in apply_motion()
498 sSlots.execute(LSPSLOT_CHANGE, this); in on_mouse_scroll()
H A DLSPMarker.cpp70 if (!sSlots.add(LSPSLOT_CHANGE)) in init()
506 sSlots.execute(LSPSLOT_CHANGE, this); in apply_motion()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/plugins/
H A Droom_builder_ui.cpp385 hHandler = pCBox->slots()->bind(LSPSLOT_CHANGE, slot_change, this); in init()
459 pCBox->slots()->disable(LSPSLOT_CHANGE, hHandler); in notify()
461 pCBox->slots()->enable(LSPSLOT_CHANGE, hHandler); in notify()

12