Home
last modified time | relevance | path

Searched refs:LSPSLOT_MOUSE_DOWN (Results 1 – 7 of 7) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h112 LSPSLOT_MOUSE_DOWN, //!< LSPSLOT_MOUSE_DOWN Triggered on mouse button press enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPWidget.cpp84 if (id >= 0) id = sSlots.add(LSPSLOT_MOUSE_DOWN, slot_mouse_down, self()); in init()
681 FWD_EVENT(UIE_MOUSE_DOWN, LSPSLOT_MOUSE_DOWN ) in handle_event()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlMidiNote.cpp75 this->slots()->bind(LSPSLOT_MOUSE_DOWN, CtlMidiNote::slot_mouse_button, pNote); in init()
H A DCtlLabel.cpp75 this->slots()->bind(LSPSLOT_MOUSE_DOWN, CtlLabel::slot_mouse_button, pLabel); in init()
H A DCtlViewer3D.cpp54 widget->slots()->bind(LSPSLOT_MOUSE_DOWN, slot_mouse_down, this); in CtlViewer3D()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPComboBox.cpp320 pPopup->slots()->bind(LSPSLOT_MOUSE_DOWN, slot_on_list_mouse_down, self()); in set_opened()
H A DLSPComboGroup.cpp610 pPopup->slots()->bind(LSPSLOT_MOUSE_DOWN, slot_on_list_mouse_down, self()); in set_opened()