#include <ladspaback.h>
Definition at line 31 of file ladspaback.h.
◆ anonymous enum
Enumerator |
---|
name_set | |
dflt_set | |
low_set | |
up_set | |
tp_set | |
newrow_set | |
Definition at line 33 of file ladspaback.h.
◆ ChangeableValues() [1/2]
ladspa::ChangeableValues::ChangeableValues |
( |
| ) |
|
|
inline |
◆ ChangeableValues() [2/2]
◆ enum_end()
std::map< int, Glib::ustring >::iterator ladspa::ChangeableValues::enum_end |
( |
| ) |
|
|
inline |
◆ erase_enum()
void ladspa::ChangeableValues::erase_enum |
( |
int |
k | ) |
|
|
inline |
◆ find_enum()
std::map< int, Glib::ustring >::iterator ladspa::ChangeableValues::find_enum |
( |
int |
k | ) |
|
|
inline |
◆ get_dflt()
float ladspa::ChangeableValues::get_dflt |
( |
| ) |
|
|
inline |
◆ get_excl_flags()
int ladspa::ChangeableValues::get_excl_flags |
( |
DisplayType |
tp | ) |
const |
◆ get_low()
float ladspa::ChangeableValues::get_low |
( |
| ) |
|
|
inline |
◆ get_name()
const Glib::ustring & ladspa::ChangeableValues::get_name |
( |
| ) |
|
|
inline |
◆ get_newrow()
bool ladspa::ChangeableValues::get_newrow |
( |
| ) |
|
|
inline |
◆ get_tp()
◆ get_up()
float ladspa::ChangeableValues::get_up |
( |
| ) |
|
|
inline |
◆ has_enumkey()
bool ladspa::ChangeableValues::has_enumkey |
( |
int |
k | ) |
|
|
inline |
◆ has_settings()
bool ladspa::ChangeableValues::has_settings |
( |
DisplayType |
tp | ) |
const |
◆ is_set()
bool ladspa::ChangeableValues::is_set |
( |
int |
f | ) |
const |
|
inline |
◆ serializeJSON()
◆ set_dflt()
void ladspa::ChangeableValues::set_dflt |
( |
float |
v | ) |
|
|
inline |
◆ set_enumvalue()
void ladspa::ChangeableValues::set_enumvalue |
( |
int |
k, |
|
|
const Glib::ustring & |
v |
|
) |
| |
|
inline |
◆ set_low()
void ladspa::ChangeableValues::set_low |
( |
float |
v | ) |
|
|
inline |
◆ set_name()
void ladspa::ChangeableValues::set_name |
( |
const Glib::ustring & |
nm | ) |
|
|
inline |
◆ set_newrow()
void ladspa::ChangeableValues::set_newrow |
( |
bool |
v | ) |
|
|
inline |
◆ set_tp()
◆ set_up()
void ladspa::ChangeableValues::set_up |
( |
float |
v | ) |
|
|
inline |
◆ sf()
void ladspa::ChangeableValues::sf |
( |
int |
f | ) |
|
|
inlineprivate |
◆ unset()
void ladspa::ChangeableValues::unset |
( |
int |
f | ) |
|
|
inline |
◆ operator!=
◆ dflt
float ladspa::ChangeableValues::dflt |
|
private |
◆ enumdict
std::map<int, Glib::ustring> ladspa::ChangeableValues::enumdict |
|
private |
◆ low
float ladspa::ChangeableValues::low |
|
private |
◆ name
Glib::ustring ladspa::ChangeableValues::name |
|
private |
◆ newrow
bool ladspa::ChangeableValues::newrow |
|
private |
◆ set_flags
int ladspa::ChangeableValues::set_flags |
|
private |
◆ tp
◆ up
float ladspa::ChangeableValues::up |
|
private |
The documentation for this class was generated from the following file: