|
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 660 of file gx_internal_plugins.h.
|
inline |
Definition at line 671 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 663 of file gx_internal_plugins.h.
| bool gx_engine::paradesc::has_caption |
Definition at line 669 of file gx_internal_plugins.h.
| int gx_engine::paradesc::index |
Definition at line 661 of file gx_internal_plugins.h.
| float gx_engine::paradesc::low |
Definition at line 664 of file gx_internal_plugins.h.
| std::string gx_engine::paradesc::name |
Definition at line 662 of file gx_internal_plugins.h.
| bool gx_engine::paradesc::newrow |
Definition at line 668 of file gx_internal_plugins.h.
| float gx_engine::paradesc::step |
Definition at line 666 of file gx_internal_plugins.h.
| widget_type gx_engine::paradesc::tp |
Definition at line 667 of file gx_internal_plugins.h.
| float gx_engine::paradesc::up |
Definition at line 665 of file gx_internal_plugins.h.
| value_pair* gx_engine::paradesc::values |
Definition at line 670 of file gx_internal_plugins.h.