|
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 709 of file gx_internal_plugins.h.
|
inline |
Definition at line 720 of file gx_internal_plugins.h.
| gx_engine::paradesc::~paradesc | ( | ) |
| void gx_engine::paradesc::readJSON | ( | gx_system::JsonParser & | jp | ) |
| void gx_engine::paradesc::set_valuelist | ( | const std::vector< std::string > & | v | ) |
| void gx_engine::paradesc::writeJSON | ( | gx_system::JsonWriter & | jw | ) |
| float gx_engine::paradesc::dflt |
Definition at line 712 of file gx_internal_plugins.h.
Referenced by paradesc().
| bool gx_engine::paradesc::has_caption |
Definition at line 718 of file gx_internal_plugins.h.
Referenced by paradesc().
| int gx_engine::paradesc::index |
Definition at line 710 of file gx_internal_plugins.h.
Referenced by paradesc().
| float gx_engine::paradesc::low |
Definition at line 713 of file gx_internal_plugins.h.
Referenced by paradesc().
| std::string gx_engine::paradesc::name |
Definition at line 711 of file gx_internal_plugins.h.
Referenced by paradesc().
| bool gx_engine::paradesc::newrow |
Definition at line 717 of file gx_internal_plugins.h.
Referenced by paradesc().
| float gx_engine::paradesc::step |
Definition at line 715 of file gx_internal_plugins.h.
Referenced by paradesc().
| widget_type gx_engine::paradesc::tp |
Definition at line 716 of file gx_internal_plugins.h.
Referenced by paradesc().
| float gx_engine::paradesc::up |
Definition at line 714 of file gx_internal_plugins.h.
Referenced by paradesc().
| value_pair* gx_engine::paradesc::values |
Definition at line 719 of file gx_internal_plugins.h.
Referenced by paradesc().