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 901 of file gx_internal_plugins.h.
|
inline |
Definition at line 912 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 904 of file gx_internal_plugins.h.
bool gx_engine::paradesc::has_caption |
Definition at line 910 of file gx_internal_plugins.h.
int gx_engine::paradesc::index |
Definition at line 902 of file gx_internal_plugins.h.
float gx_engine::paradesc::low |
Definition at line 905 of file gx_internal_plugins.h.
std::string gx_engine::paradesc::name |
Definition at line 903 of file gx_internal_plugins.h.
bool gx_engine::paradesc::newrow |
Definition at line 909 of file gx_internal_plugins.h.
float gx_engine::paradesc::step |
Definition at line 907 of file gx_internal_plugins.h.
widget_type gx_engine::paradesc::tp |
Definition at line 908 of file gx_internal_plugins.h.
float gx_engine::paradesc::up |
Definition at line 906 of file gx_internal_plugins.h.
value_pair* gx_engine::paradesc::values |
Definition at line 911 of file gx_internal_plugins.h.