#include <Fl_Osc_VSlider.H>
|
| | Fl_Osc_VSlider (int X, int Y, int W, int H, const char *label=NULL) |
| virtual | ~Fl_Osc_VSlider (void) |
| void | init (std::string, char type='i') |
| int | handle (int) |
| Fl_Font | textfont () const |
| void | textfont (Fl_Font s) |
| Fl_Fontsize | textsize () const |
| void | textsize (Fl_Fontsize s) |
| Fl_Color | textcolor () const |
| void | textcolor (Fl_Color s) |
| | 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_VSlider()
◆ ~Fl_Osc_VSlider()
| Fl_Osc_VSlider::~Fl_Osc_VSlider |
( |
void | | ) |
|
|
virtual |
◆ draw()
◆ handle()
| int Fl_Osc_VSlider::handle |
( |
int | ev | ) |
|
◆ init()
| void Fl_Osc_VSlider::init |
( |
std::string | path_, |
|
|
char | type = 'i' ) |
◆ textcolor() [1/2]
| Fl_Color Fl_Osc_VSlider::textcolor |
( |
| ) |
const |
|
inline |
◆ textcolor() [2/2]
| void Fl_Osc_VSlider::textcolor |
( |
Fl_Color | s | ) |
|
|
inline |
◆ textfont() [1/2]
| Fl_Font Fl_Osc_VSlider::textfont |
( |
| ) |
const |
|
inline |
◆ textfont() [2/2]
| void Fl_Osc_VSlider::textfont |
( |
Fl_Font | s | ) |
|
|
inline |
◆ textsize() [1/2]
| Fl_Fontsize Fl_Osc_VSlider::textsize |
( |
| ) |
const |
|
inline |
◆ textsize() [2/2]
| void Fl_Osc_VSlider::textsize |
( |
Fl_Fontsize | s | ) |
|
|
inline |
◆ textcolor_
| Fl_Color Fl_Osc_VSlider::textcolor_ |
◆ textfont_
| Fl_Font Fl_Osc_VSlider::textfont_ |
◆ textsize_
| Fl_Fontsize Fl_Osc_VSlider::textsize_ |
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_VSlider.H
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/UI/Fl_Osc_VSlider.cpp