Guitarix
|
This is the complete list of members for gx_engine::ParamMap, including all inherited members.
begin() const | gx_engine::ParamMap | inline |
check_id(const string &id) | gx_engine::ParamMap | private |
check_p(const char *p) | gx_engine::ParamMap | private |
dump(const string &fmt) | gx_engine::ParamMap | |
end() const | gx_engine::ParamMap | inline |
hasId(const string &id) const | gx_engine::ParamMap | inline |
hasId(const char *p) const | gx_engine::ParamMap | inline |
id_map | gx_engine::ParamMap | private |
insert(Parameter *param) | gx_engine::ParamMap | private |
insert_remove | gx_engine::ParamMap | private |
iterator typedef | gx_engine::ParamMap | |
operator[](const string &id) | gx_engine::ParamMap | inline |
operator[](const char *p) | gx_engine::ParamMap | inline |
ParameterV | gx_engine::ParamMap | friend |
ParamMap() | gx_engine::ParamMap | |
readJSON(gx_system::JsonParser &jp) | gx_engine::ParamMap | |
readJSON_one(gx_system::JsonParser &jp) | gx_engine::ParamMap | |
reg_enum_par(const string &id, const string &name, const value_pair *vl, int *var, int std=0, bool midi=true) | gx_engine::ParamMap | inline |
reg_enum_par(const string &id, const string &name, const value_pair *vl, float *var, int std=0, int low=0, bool midi=true) | gx_engine::ParamMap | inline |
reg_filepar(const string &id, bool preset=false) | gx_engine::ParamMap | inline |
reg_non_midi_enum_par(const string &id, const string &name, const value_pair *vl, int *var, bool preset, int std=0) | gx_engine::ParamMap | inline |
reg_non_midi_par(const string &id, bool *var, bool preset, bool std=false) | gx_engine::ParamMap | inline |
reg_non_midi_par(const string &id, int *var, bool preset, int std, int lower, int upper) | gx_engine::ParamMap | inline |
reg_non_midi_par(const string &id, float *val, bool preset, float std=0, float lower=0, float upper=1, float step=0) | gx_engine::ParamMap | inline |
reg_par(const string &id, const string &name, float *var, float std, float lower, float upper, float step, bool midi=true) | gx_engine::ParamMap | inline |
reg_par(const string &id, const string &name, float *var, float std=0, bool midi=true) | gx_engine::ParamMap | inline |
reg_par(const string &id, const string &name, bool *var, bool std=false, bool preset=true, bool midi=true) | gx_engine::ParamMap | inline |
reg_par(const string &id, const string &name, int *var, int std, int lower, int upper, bool midi) | gx_engine::ParamMap | inline |
reg_par(const string &id, const string &name, int *var, int std, bool midi) | gx_engine::ParamMap | inline |
reg_par_non_preset(const string &id, const string &name, float *var, float std, float lower, float upper, float step) | gx_engine::ParamMap | inline |
reg_preset_string(const string &id, const string &name, Glib::ustring *var, const string &sv, bool preset=true) | gx_engine::ParamMap | inline |
reg_string(const string &id, const string &name, Glib::ustring *var, const string &sv, bool preset=false) | gx_engine::ParamMap | inline |
replace_mode | gx_engine::ParamMap | private |
reset_unit(const PluginDef *pdef) const | gx_engine::ParamMap | |
set_init_values() | gx_engine::ParamMap | |
set_replace_mode(bool mode) | gx_engine::ParamMap | inline |
signal_insert_remove() | gx_engine::ParamMap | inline |
unique_id(Parameter *param) | gx_engine::ParamMap | private |
unit_has_std_values(const PluginDef *pdef) const | gx_engine::ParamMap | |
unregister(Parameter *p) | gx_engine::ParamMap | |
unregister(const string &id) | gx_engine::ParamMap | |
writeJSON(gx_system::JsonWriter &jw) | gx_engine::ParamMap | |
writeJSON_one(gx_system::JsonWriter &jw, Parameter *p) | gx_engine::ParamMap | |
~ParamMap() | gx_engine::ParamMap |