| 
    Guitarix
    
   | 
 
#include <gx_internal_plugins.h>
Public Member Functions | |
| void | readJSON (gx_system::JsonParser &jp) | 
| void | writeJSON (gx_system::JsonWriter &jw) | 
Public Attributes | |
| std::string | path | 
| unsigned int | index | 
| unsigned long | UniqueID | 
| Glib::ustring | Label | 
| Glib::ustring | shortname | 
| Glib::ustring | category | 
| int | quirks | 
| int | add_wet_dry | 
| int | stereo_to_mono | 
| int | master_idx | 
| Glib::ustring | master_label | 
| std::vector< paradesc * > | names | 
| std::string | id_str | 
Private Member Functions | |
| plugdesc () | |
| ~plugdesc () | |
Friends | |
| class | LadspaLoader | 
Definition at line 921 of file gx_internal_plugins.h.
      
  | 
  inlineprivate | 
Definition at line 937 of file gx_internal_plugins.h.
      
  | 
  private | 
| void gx_engine::plugdesc::readJSON | ( | gx_system::JsonParser & | jp | ) | 
| void gx_engine::plugdesc::writeJSON | ( | gx_system::JsonWriter & | jw | ) | 
      
  | 
  friend | 
Definition at line 939 of file gx_internal_plugins.h.
| int gx_engine::plugdesc::add_wet_dry | 
Definition at line 930 of file gx_internal_plugins.h.
| Glib::ustring gx_engine::plugdesc::category | 
Definition at line 928 of file gx_internal_plugins.h.
| std::string gx_engine::plugdesc::id_str | 
Definition at line 935 of file gx_internal_plugins.h.
| unsigned int gx_engine::plugdesc::index | 
Definition at line 924 of file gx_internal_plugins.h.
| Glib::ustring gx_engine::plugdesc::Label | 
Definition at line 926 of file gx_internal_plugins.h.
| int gx_engine::plugdesc::master_idx | 
Definition at line 932 of file gx_internal_plugins.h.
| Glib::ustring gx_engine::plugdesc::master_label | 
Definition at line 933 of file gx_internal_plugins.h.
| std::vector<paradesc*> gx_engine::plugdesc::names | 
Definition at line 934 of file gx_internal_plugins.h.
| std::string gx_engine::plugdesc::path | 
Definition at line 923 of file gx_internal_plugins.h.
| int gx_engine::plugdesc::quirks | 
Definition at line 929 of file gx_internal_plugins.h.
| Glib::ustring gx_engine::plugdesc::shortname | 
Definition at line 927 of file gx_internal_plugins.h.
| int gx_engine::plugdesc::stereo_to_mono | 
Definition at line 931 of file gx_internal_plugins.h.
| unsigned long gx_engine::plugdesc::UniqueID | 
Definition at line 925 of file gx_internal_plugins.h.