#include <Fl_Osc_TSlider.H>
|
| | Fl_Osc_TSlider (int x, int y, int w, int h, const char *label=0) |
| | ~Fl_Osc_TSlider () |
| int | handle (int event) |
| void | set_transform (float(*transformer)(float)) |
| void | set_rounding (unsigned int digits=0) |
| | Fl_Osc_Slider (int X, int Y, int W, int H, const char *label=NULL) |
| virtual | ~Fl_Osc_Slider (void) |
| void | OSC_value (int) override |
| void | OSC_value (float) override |
| void | OSC_value (char) override |
| void | init (std::string, char type='f') |
| void | update (void) |
| void | callback (Fl_Callback *cb, void *p=NULL) |
| int | handle (int ev, int X, int Y, int W, int H) |
| int | handle (int ev) |
| virtual void | cb (void) |
| | Fl_Osc_Widget (void) |
| | Fl_Osc_Widget (Fl_Widget *self) |
| | Fl_Osc_Widget (std::string loc, Fl_Osc_Interface *osc) |
| virtual | ~Fl_Osc_Widget (void) |
| virtual void | OSC_value (bool) |
| virtual void | OSC_value (unsigned, void *) |
| virtual void | OSC_value (const char *) |
| virtual void | OSC_value (float x, const char *) |
| virtual void | OSC_value (bool x, const char *) |
| virtual void | OSC_value (int x, const char *) |
| virtual void | OSC_value (char x, const char *) |
| virtual void | OSC_value (unsigned x, void *v, const char *) |
| virtual void | OSC_value (const char *x, const char *) |
| virtual void | OSC_raw (const char *) |
| void | oscWrite (std::string path, const char *args,...) |
| void | oscWrite (std::string path) |
| void | oscRegister (const char *path) |
| virtual void | rebase (std::string new_base) |
| void | oscMove (std::string new_ext) |
| void | oscMove (std::string old_loc, std::string new_loc) |
◆ Fl_Osc_TSlider()
| Fl_Osc_TSlider::Fl_Osc_TSlider |
( |
int | x, |
|
|
int | y, |
|
|
int | w, |
|
|
int | h, |
|
|
const char * | label = 0 ) |
◆ ~Fl_Osc_TSlider()
| Fl_Osc_TSlider::~Fl_Osc_TSlider |
( |
| ) |
|
◆ handle()
| int Fl_Osc_TSlider::handle |
( |
int | event | ) |
|
◆ set_rounding()
| void Fl_Osc_TSlider::set_rounding |
( |
unsigned int | digits = 0 | ) |
|
◆ set_transform()
| void Fl_Osc_TSlider::set_transform |
( |
float(* | transformer )(float) | ) |
|
◆ tipwin
| class TipWin* Fl_Osc_TSlider::tipwin |
|
private |
◆ transform
| float(* Fl_Osc_TSlider::transform) (float) |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/UI/Fl_Osc_TSlider.H
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/UI/Fl_Osc_TSlider.cpp