Guitarix
|
#include <gx_plugin.h>
Public Attributes | |
PluginDef * | plugin |
void(* | load_glade )(const char *data) |
void(* | load_glade_file )(const char *fname) |
void(* | openTabBox )(const char *label) |
void(* | openVerticalBox )(const char *label) |
void(* | openVerticalBox1 )(const char *label) |
void(* | openVerticalBox2 )(const char *label) |
void(* | openHorizontalBox )(const char *label) |
void(* | openHorizontalhideBox )(const char *label) |
void(* | openHorizontalTableBox )(const char *label) |
void(* | openFrameBox )(const char *label) |
void(* | openFlipLabelBox )(const char *label) |
void(* | openpaintampBox )(const char *label) |
void(* | closeBox )() |
void(* | insertSpacer )() |
void(* | set_next_flags )(int flags) |
void(* | create_master_slider )(const char *id, const char *label) |
void(* | create_feedback_slider )(const char *id, const char *label) |
void(* | create_small_rackknob )(const char *id, const char *label) |
void(* | create_big_rackknob )(const char *id, const char *label) |
void(* | create_selector_no_caption )(const char *id) |
void(* | create_switch_no_caption )(const char *sw_type, const char *id) |
void(* | create_feedback_switch )(const char *sw_type, const char *id) |
void(* | create_spin_value )(const char *id, const char *label) |
void(* | create_port_display )(const char *id, const char *label) |
void(* | create_p_display )(const char *id, const char *idl, const char *idh) |
void(* | create_switch )(const char *sw_type, const char *id, const char *label) |
void(* | create_selector )(const char *id, const char *label) |
void(* | create_simple_meter )(const char *id) |
void(* | create_simple_c_meter )(const char *id, const char *idl, const char *label) |
void(* | create_small_rackknobr )(const char *id, const char *label) |
void(* | create_wheel )(const char *id, const char *label) |
void(* | create_simple_spin_value )(const char *id) |
void(* | create_eq_rackslider_no_caption )(const char *id) |
void(* | create_fload_switch )(const char *sw_type, const char *id, const char *idf) |
void(* | create_mid_rackknob )(const char *id, const char *label) |
Definition at line 63 of file gx_plugin.h.
void(* UiBuilder::closeBox) () |
Definition at line 77 of file gx_plugin.h.
void(* UiBuilder::create_big_rackknob) (const char *id, const char *label) |
Definition at line 87 of file gx_plugin.h.
void(* UiBuilder::create_eq_rackslider_no_caption) (const char *id) |
Definition at line 101 of file gx_plugin.h.
void(* UiBuilder::create_feedback_slider) (const char *id, const char *label) |
Definition at line 85 of file gx_plugin.h.
void(* UiBuilder::create_feedback_switch) (const char *sw_type, const char *id) |
Definition at line 90 of file gx_plugin.h.
void(* UiBuilder::create_fload_switch) (const char *sw_type, const char *id, const char *idf) |
Definition at line 102 of file gx_plugin.h.
void(* UiBuilder::create_master_slider) (const char *id, const char *label) |
Definition at line 84 of file gx_plugin.h.
void(* UiBuilder::create_mid_rackknob) (const char *id, const char *label) |
Definition at line 103 of file gx_plugin.h.
void(* UiBuilder::create_p_display) (const char *id, const char *idl, const char *idh) |
Definition at line 93 of file gx_plugin.h.
void(* UiBuilder::create_port_display) (const char *id, const char *label) |
Definition at line 92 of file gx_plugin.h.
void(* UiBuilder::create_selector) (const char *id, const char *label) |
Definition at line 95 of file gx_plugin.h.
void(* UiBuilder::create_selector_no_caption) (const char *id) |
Definition at line 88 of file gx_plugin.h.
void(* UiBuilder::create_simple_c_meter) (const char *id, const char *idl, const char *label) |
Definition at line 97 of file gx_plugin.h.
void(* UiBuilder::create_simple_meter) (const char *id) |
Definition at line 96 of file gx_plugin.h.
void(* UiBuilder::create_simple_spin_value) (const char *id) |
Definition at line 100 of file gx_plugin.h.
void(* UiBuilder::create_small_rackknob) (const char *id, const char *label) |
Definition at line 86 of file gx_plugin.h.
void(* UiBuilder::create_small_rackknobr) (const char *id, const char *label) |
Definition at line 98 of file gx_plugin.h.
void(* UiBuilder::create_spin_value) (const char *id, const char *label) |
Definition at line 91 of file gx_plugin.h.
void(* UiBuilder::create_switch) (const char *sw_type, const char *id, const char *label) |
Definition at line 94 of file gx_plugin.h.
void(* UiBuilder::create_switch_no_caption) (const char *sw_type, const char *id) |
Definition at line 89 of file gx_plugin.h.
void(* UiBuilder::create_wheel) (const char *id, const char *label) |
Definition at line 99 of file gx_plugin.h.
void(* UiBuilder::insertSpacer) () |
Definition at line 78 of file gx_plugin.h.
void(* UiBuilder::load_glade) (const char *data) |
Definition at line 65 of file gx_plugin.h.
void(* UiBuilder::load_glade_file) (const char *fname) |
Definition at line 66 of file gx_plugin.h.
void(* UiBuilder::openFlipLabelBox) (const char *label) |
Definition at line 75 of file gx_plugin.h.
void(* UiBuilder::openFrameBox) (const char *label) |
Definition at line 74 of file gx_plugin.h.
void(* UiBuilder::openHorizontalBox) (const char *label) |
Definition at line 71 of file gx_plugin.h.
void(* UiBuilder::openHorizontalhideBox) (const char *label) |
Definition at line 72 of file gx_plugin.h.
void(* UiBuilder::openHorizontalTableBox) (const char *label) |
Definition at line 73 of file gx_plugin.h.
void(* UiBuilder::openpaintampBox) (const char *label) |
Definition at line 76 of file gx_plugin.h.
void(* UiBuilder::openTabBox) (const char *label) |
Definition at line 67 of file gx_plugin.h.
void(* UiBuilder::openVerticalBox) (const char *label) |
Definition at line 68 of file gx_plugin.h.
void(* UiBuilder::openVerticalBox1) (const char *label) |
Definition at line 69 of file gx_plugin.h.
void(* UiBuilder::openVerticalBox2) (const char *label) |
Definition at line 70 of file gx_plugin.h.
PluginDef* UiBuilder::plugin |
Definition at line 64 of file gx_plugin.h.
void(* UiBuilder::set_next_flags) (int flags) |
Definition at line 79 of file gx_plugin.h.