|
Guitarix
|
#include <gx_internal_plugins.h>


Public Member Functions | |
| paradesc () | |
| ~paradesc () | |
| void | set_valuelist (const std::vector< std::string > &v) |
| void | readJSON (gx_system::JsonParser &jp) |
| void | writeJSON (gx_system::JsonWriter &jw) |
Public Attributes | |
| int | index |
| std::string | name |
| float | dflt |
| float | low |
| float | up |
| float | step |
| widget_type | tp |
| bool | newrow |
| bool | has_caption |
| value_pair * | values |
Definition at line 704 of file gx_internal_plugins.h.
|
inline |
Definition at line 715 of file gx_internal_plugins.h.
| gx_engine::paradesc::~paradesc | ( | ) |
Definition at line 1441 of file ladspaplugin.cpp.
| void gx_engine::paradesc::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 183 of file ladspaplugin.cpp.
Referenced by gx_engine::plugdesc::readJSON().
| void gx_engine::paradesc::set_valuelist | ( | const std::vector< std::string > & | v | ) |
Definition at line 1448 of file ladspaplugin.cpp.
Referenced by readJSON().
| void gx_engine::paradesc::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
Definition at line 212 of file ladspaplugin.cpp.
| float gx_engine::paradesc::dflt |
Definition at line 707 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| bool gx_engine::paradesc::has_caption |
Definition at line 713 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| int gx_engine::paradesc::index |
Definition at line 705 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| float gx_engine::paradesc::low |
Definition at line 708 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| std::string gx_engine::paradesc::name |
Definition at line 706 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| bool gx_engine::paradesc::newrow |
Definition at line 712 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| float gx_engine::paradesc::step |
Definition at line 710 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| widget_type gx_engine::paradesc::tp |
Definition at line 711 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| float gx_engine::paradesc::up |
Definition at line 709 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| value_pair* gx_engine::paradesc::values |
Definition at line 714 of file gx_internal_plugins.h.
Referenced by set_valuelist(), writeJSON(), and ~paradesc().