#include <gui.h>
◆ xml_attribute_map
◆ ~control_base()
| virtual calf_plugins::control_base::~control_base |
( |
| ) |
|
|
inlinevirtual |
◆ add()
◆ create()
| virtual GtkWidget * calf_plugins::control_base::create |
( |
plugin_gui * | _gui | ) |
|
|
inlinevirtual |
◆ created()
| void control_base::created |
( |
| ) |
|
|
virtual |
◆ get_float()
| float control_base::get_float |
( |
const char * | name, |
|
|
float | def_value = 0.f ) |
◆ get_int()
| int control_base::get_int |
( |
const char * | name, |
|
|
int | def_value = 0 ) |
◆ get_vector()
| std::vector< double > control_base::get_vector |
( |
const char * | name, |
|
|
std::string & | value ) |
◆ is_container()
| virtual bool calf_plugins::control_base::is_container |
( |
| ) |
|
|
inlinevirtual |
◆ require_attribute()
| void control_base::require_attribute |
( |
const char * | name | ) |
|
◆ require_int_attribute()
| void control_base::require_int_attribute |
( |
const char * | name | ) |
|
◆ set_std_properties()
| void control_base::set_std_properties |
( |
| ) |
|
|
virtual |
called from created() to set all the properties
◆ set_visibilty()
| void control_base::set_visibilty |
( |
bool | state | ) |
|
|
virtual |
◆ attribs
◆ control_name
| std::string calf_plugins::control_base::control_name |
◆ gui
◆ widget
| GtkWidget* calf_plugins::control_base::widget |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/calf/gui.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/gui_controls.cpp