|
Guitarix
|
#include <gx_parameter.h>


Public Member Functions | |
| virtual void | writeJSON (gx_system::JsonWriter &jw) const |
| virtual void | readJSON_value (gx_system::JsonParser &jp) |
| virtual const value_pair * | getValueNames () const |
| virtual int | idx_from_id (string v_id) |
| const value_pair & | get_pair () |
| EnumParameter (const string &id, const string &name, const value_pair *vn, bool preset, int *v, int sv, bool ctrl) | |
| virtual void | serializeJSON (gx_system::JsonWriter &jw) |
Public Member Functions inherited from gx_engine::ParameterV< int > | |
| bool | set (int val) const |
| int | get_value () const |
| virtual void | stdJSON_value () |
| virtual bool | on_off_value () |
| virtual bool | compareJSON_value () |
| virtual void | setJSON_value () |
| virtual bool | hasRange () const |
| virtual float | getLowerAsFloat () const |
| virtual float | getUpperAsFloat () const |
| ParameterV (const string &id, const string &name, ctrl_type ctp, bool preset, int *v, int sv, int lv, int uv, bool ctrl) | |
| ~ParameterV () | |
| ParameterV (gx_system::JsonParser &jp) | |
| sigc::signal< void, int > & | signal_changed () |
Public Member Functions inherited from gx_engine::Parameter | |
| std::string | group_id () const |
| Parameter (const string &id, const string &name, value_type vtp, ctrl_type ctp, bool preset, bool ctrl) | |
| Parameter (gx_system::JsonParser &jp) | |
| virtual | ~Parameter () |
| bool | isUsed () const |
| void | setUsed () |
| void | dump (gx_system::JsonWriter *jw) |
| const char * | get_typename () const |
| bool | isFloat () const |
| bool | isInt () const |
| bool | isBool () const |
| bool | isFile () const |
| bool | isString () const |
| ctrl_type | getControlType () const |
| bool | isControllable () const |
| bool | isInPreset () const |
| bool | isSavable () const |
| void | setSavable (bool v) |
| const string & | id () const |
| const string & | group () const |
| string | l_group () const |
| const string & | name () const |
| string | l_name () const |
| const string & | desc () const |
| void | set_desc (const string &desc) |
| string | l_desc () const |
| void | set_log_display () |
| bool | is_log_display () |
| void | set_blocked (bool v) |
| bool | get_blocked () |
| void | set_midi_blocked (bool v) |
| bool | get_midi_blocked () |
| bool | operator== (const Parameter &p) const |
| virtual float | getStepAsFloat () const |
| FloatParameter & | getFloat () |
| IntParameter & | getInt () |
| EnumParameter & | getEnum () |
| BoolParameter & | getBool () |
| FileParameter & | getFile () |
| StringParameter & | getString () |
| sigc::signal< void, float > & | signal_changed_float () |
| sigc::signal< void, int > & | signal_changed_int () |
| sigc::signal< void, bool > & | signal_changed_bool () |
| sigc::signal< void, const Glib::ustring & > & | signal_changed_string () |
Protected Member Functions | |
| EnumParameter (gx_system::JsonParser &jp) | |
Protected Member Functions inherited from gx_engine::Parameter | |
| void | range_warning (float value, float lower, float upper) |
Protected Attributes | |
| const value_pair * | value_names |
Protected Attributes inherited from gx_engine::ParameterV< int > | |
| int | json_value |
| int * | value |
| int | std_value |
| int | lower |
| int | upper |
| sigc::signal< void, int > | changed |
| int | value_storage |
Protected Attributes inherited from gx_engine::Parameter | |
| string | _id |
| string | _name |
| string | _group |
| string | _desc |
| enum value_type | v_type: 3 |
| enum ctrl_type | c_type: 3 |
| unsigned int | d_flags: 2 |
| bool | save_in_preset: 1 |
| bool | controllable: 1 |
| bool | do_not_save: 1 |
| bool | blocked: 1 |
| bool | midi_blocked: 1 |
| bool | used: 1 |
Additional Inherited Members | |
Public Types inherited from gx_engine::Parameter | |
| enum | ctrl_type { None, Continuous, Switch, Enum } |
| enum | toggle_type { OnOff = 0, Constant = 1, _Count = 2 } |
Static Public Member Functions inherited from gx_engine::Parameter | |
| static const char * | value_label (const value_pair &vp) |
Protected Types inherited from gx_engine::Parameter | |
| enum | value_type { tp_float, tp_int, tp_bool, tp_file, tp_string, tp_special } |
| enum | display_flags { dtp_normal, dtp_log = 1 } |
Static Protected Member Functions inherited from gx_engine::Parameter | |
| static gx_system::JsonParser & | jp_next (gx_system::JsonParser &jp, const char *key) |
Definition at line 331 of file gx_parameter.h.
|
inlineprotected |
Definition at line 334 of file gx_parameter.h.
Referenced by serializeJSON().
| gx_engine::EnumParameter::EnumParameter | ( | const string & | id, |
| const string & | name, | ||
| const value_pair * | vn, | ||
| bool | preset, | ||
| int * | v, | ||
| int | sv, | ||
| bool | ctrl | ||
| ) |
|
inline |
Definition at line 340 of file gx_parameter.h.
Referenced by PluginDesc::PluginDesc().
|
virtual |
Reimplemented from gx_engine::Parameter.
Definition at line 1457 of file gx_paramtable.cpp.
|
virtual |
Reimplemented from gx_engine::ParameterV< int >.
Definition at line 1461 of file gx_paramtable.cpp.
Referenced by gx_engine::debug_trace_param().
|
virtual |
Reimplemented from gx_engine::ParameterV< int >.
Definition at line 1476 of file gx_paramtable.cpp.
|
virtual |
Reimplemented from gx_engine::ParameterV< int >.
Definition at line 1445 of file gx_paramtable.cpp.
|
virtual |
Reimplemented from gx_engine::ParameterV< int >.
Definition at line 1471 of file gx_paramtable.cpp.
|
protected |
Definition at line 333 of file gx_parameter.h.
Referenced by gx_engine::EnumParameterD::EnumParameterD(), and gx_engine::EnumParameterD::~EnumParameterD().