Tap Button.
More...
#include <gui_controls.h>
|
| static void | tap_button_stop_waiting (gpointer value) |
| static gboolean | tap_button_released (GtkWidget *widget, gpointer value) |
| static gboolean | tap_button_pressed (GtkWidget *widget, GdkEventButton *event, gpointer value) |
| static gboolean | on_button_press_event (GtkWidget *widget, GdkEventButton *event, void *user_data) |
| static gboolean | on_popup_menu (GtkWidget *widget, void *user_data) |
| static gboolean | value_entry_action (GtkEntry *widget, GdkEvent *event, void *user_data) |
| static gboolean | value_entry_unfocus (GtkWidget *widget, GdkEventFocus *event, void *user_data) |
| static gboolean | value_entry_click (GtkWidget *widget, GdkEventButton *event, void *user_data) |
◆ create()
| GtkWidget * tap_button_param_control::create |
( |
plugin_gui * | _gui, |
|
|
int | _param_no ) |
|
virtual |
◆ get()
| void tap_button_param_control::get |
( |
| ) |
|
|
virtual |
◆ set()
| void tap_button_param_control::set |
( |
| ) |
|
|
virtual |
◆ tap_button_pressed()
| gboolean tap_button_param_control::tap_button_pressed |
( |
GtkWidget * | widget, |
|
|
GdkEventButton * | event, |
|
|
gpointer | value ) |
|
static |
◆ tap_button_released()
| gboolean tap_button_param_control::tap_button_released |
( |
GtkWidget * | widget, |
|
|
gpointer | value ) |
|
static |
◆ tap_button_stop_waiting()
| void tap_button_param_control::tap_button_stop_waiting |
( |
gpointer | value | ) |
|
|
static |
◆ avg_value
| float calf_plugins::tap_button_param_control::avg_value |
◆ last_time
| guint calf_plugins::tap_button_param_control::last_time |
◆ timer
| gint calf_plugins::tap_button_param_control::timer |
◆ value
| float calf_plugins::tap_button_param_control::value |
The documentation for this struct was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/calf/gui_controls.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/gui_controls.cpp