| 
| virtual void  | writeJSON (gx_system::JsonWriter &jw) const | 
|   | 
| virtual void  | readJSON_value (gx_system::JsonParser &jp) | 
|   | 
| virtual const value_pair *  | getValueNames () const | 
|   | 
|   | FloatEnumParameter (const string &id, const string &name, const value_pair *vn, bool preset, float *v, int sv, int low, bool ctrl, bool no_init) | 
|   | 
| virtual void  | serializeJSON (gx_system::JsonWriter &jw) | 
|   | 
| virtual float  | idx_from_id (string v_id) | 
|   | 
| bool  | set (float val) const | 
|   | 
| bool  | ramp_value (float val) | 
|   | 
| float  | get_value () const | 
|   | 
| void  | convert_from_range (float low, float up) | 
|   | 
| void  | set_zero () | 
|   | 
| virtual void  | stdJSON_value () | 
|   | 
| virtual bool  | on_off_value () | 
|   | 
| virtual void  | rampJSON_value (gx_system::JsonParser &jp) | 
|   | 
| virtual bool  | compareJSON_value () | 
|   | 
| virtual void  | setJSON_value () | 
|   | 
| virtual bool  | hasRange () const | 
|   | 
| virtual float  | getLowerAsFloat () const | 
|   | 
| virtual float  | getUpperAsFloat () const | 
|   | 
| virtual float  | getStepAsFloat () const | 
|   | 
|   | ParameterV (const string &id, const string &name, ctrl_type ctp, bool preset, float *v, float sv, float lv, float uv, float tv, bool ctrl, bool no_init) | 
|   | 
|   | ~ParameterV () | 
|   | 
|   | ParameterV (gx_system::JsonParser &jp) | 
|   | 
| sigc::signal< void, float > &  | signal_changed () | 
|   | 
| 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) | 
|   | 
| bool  | isOutput () const | 
|   | 
| void  | setOutput (bool v) | 
|   | 
| bool  | isMaxlevel () const | 
|   | 
| void  | setMaxlevel (bool v) | 
|   | 
| bool  | isNoWarning () const | 
|   | 
| void  | setNoWarning (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 () const | 
|   | 
| void  | set_blocked (bool v) | 
|   | 
| bool  | get_blocked () const | 
|   | 
| void  | set_midi_blocked (bool v) | 
|   | 
| bool  | get_midi_blocked () const | 
|   | 
| bool  | operator== (const Parameter &p) 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 () | 
|   | 
Definition at line 295 of file gx_parameter.h.