|
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 687 of file gx_internal_plugins.h.
|
inline |
Definition at line 698 of file gx_internal_plugins.h.
| gx_engine::paradesc::~paradesc | ( | ) |
Definition at line 1437 of file ladspaplugin.cpp.
| void gx_engine::paradesc::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 182 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 1444 of file ladspaplugin.cpp.
Referenced by readJSON().
| void gx_engine::paradesc::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
Definition at line 211 of file ladspaplugin.cpp.
| float gx_engine::paradesc::dflt |
Definition at line 690 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| bool gx_engine::paradesc::has_caption |
Definition at line 696 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| int gx_engine::paradesc::index |
Definition at line 688 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| float gx_engine::paradesc::low |
Definition at line 691 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| std::string gx_engine::paradesc::name |
Definition at line 689 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| bool gx_engine::paradesc::newrow |
Definition at line 695 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| float gx_engine::paradesc::step |
Definition at line 693 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| widget_type gx_engine::paradesc::tp |
Definition at line 694 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| float gx_engine::paradesc::up |
Definition at line 692 of file gx_internal_plugins.h.
Referenced by readJSON(), and writeJSON().
| value_pair* gx_engine::paradesc::values |
Definition at line 697 of file gx_internal_plugins.h.
Referenced by writeJSON().