Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
ParameterV (const string &id, GxSeqSettings *v) | |
ParameterV (gx_system::JsonParser &jp) | |
~ParameterV () | |
virtual void | serializeJSON (gx_system::JsonWriter &jw) |
sigc::signal< void, const GxSeqSettings * > & | signal_changed () |
bool | set (const GxSeqSettings &val) const |
const GxSeqSettings & | get_value () const |
virtual void | stdJSON_value () |
virtual bool | on_off_value () |
virtual void | writeJSON (gx_system::JsonWriter &jw) const |
virtual bool | compareJSON_value () |
virtual void | setJSON_value () |
virtual void | readJSON_value (gx_system::JsonParser &jp) |
![]() | |
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 bool | hasRange () const |
virtual float | getLowerAsFloat () const |
virtual float | getUpperAsFloat () const |
virtual float | getStepAsFloat () const |
virtual const value_pair * | getValueNames () 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 () |
Static Public Member Functions | |
static ParameterV< GxSeqSettings > * | insert_param (ParamMap &pmap, const string &id, GxSeqSettings *v) |
![]() | |
static const char * | value_label (const value_pair &vp) |
Additional Inherited Members | |
![]() | |
enum | ctrl_type { None, Continuous, Switch, Enum } |
enum | toggle_type { OnOff = 0, Constant = 1, _Count = 2 } |
![]() | |
enum | value_type { tp_float, tp_int, tp_bool, tp_file, tp_string, tp_special } |
enum | display_flags { dtp_normal, dtp_log = 1 } |
![]() | |
void | range_warning (float value, float lower, float upper) |
![]() | |
static gx_system::JsonParser & | jp_next (gx_system::JsonParser &jp, const char *key) |
![]() | |
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 |
Definition at line 278 of file gx_internal_plugins.h.
gx_engine::ParameterV< GxSeqSettings >::ParameterV | ( | const string & | id, |
GxSeqSettings * | v | ||
) |
gx_engine::SeqParameter::ParameterV | ( | gx_system::JsonParser & | jp | ) |
Definition at line 181 of file gx_internal_plugins.cpp.
gx_engine::SeqParameter::~ParameterV | ( | ) |
Definition at line 178 of file gx_internal_plugins.cpp.
|
virtual |
Implements gx_engine::Parameter.
Definition at line 227 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 294 of file gx_internal_plugins.h.
Referenced by gx_seq::SEQWindow::reload_and_show(), and gx_engine::GxMachineRemote::set_init_values().
|
static |
Referenced by gx_engine::GxSeqSettings::readJSON(), and gx_engine::DrumSequencer::~DrumSequencer().
|
virtual |
Implements gx_engine::Parameter.
Definition at line 209 of file gx_internal_plugins.cpp.
|
virtual |
Implements gx_engine::Parameter.
Definition at line 223 of file gx_internal_plugins.cpp.
Referenced by gx_engine::debug_trace_param().
|
virtual |
Reimplemented from gx_engine::Parameter.
Definition at line 201 of file gx_internal_plugins.cpp.
bool gx_engine::SeqParameter::set | ( | const GxSeqSettings & | val | ) | const |
Definition at line 231 of file gx_internal_plugins.cpp.
Referenced by gx_seq::SEQWindow::create().
|
virtual |
Implements gx_engine::Parameter.
Definition at line 240 of file gx_internal_plugins.cpp.
Referenced by gx_engine::debug_trace_param().
|
inline |
Definition at line 290 of file gx_internal_plugins.h.
Referenced by gx_seq::SEQWindow::create(), gx_engine::GxMachineRemote::set_init_values(), and gx_engine::DrumSequencer::~DrumSequencer().
|
virtual |
Implements gx_engine::Parameter.
Definition at line 214 of file gx_internal_plugins.cpp.
|
virtual |
Implements gx_engine::Parameter.
Definition at line 218 of file gx_internal_plugins.cpp.
Referenced by gx_engine::debug_trace_param(), and GxService::send_rack_changed().