Guitarix
|
#include <gx_ui_builder.h>
Public Member Functions | |
UiBuilderImpl (MainWindow *i, StackBoxBuilder *b, std::vector< PluginUI * > *pl=0) | |
bool | load_unit (PluginDef *pl) |
Protected Member Functions | |
virtual bool | load (gx_engine::Plugin *p) |
Static Protected Member Functions | |
static void | openTabBox_ (const char *label) |
static void | openVerticalBox_ (const char *label) |
static void | openVerticalBox1_ (const char *label) |
static void | openVerticalBox2_ (const char *label) |
static void | openHorizontalBox_ (const char *label) |
static void | openHorizontalhideBox_ (const char *label) |
static void | openHorizontalTableBox_ (const char *label) |
static void | openFrameBox_ (const char *label) |
static void | openFlipLabelBox_ (const char *label) |
static void | openpaintampBox_ (const char *label) |
static void | insertSpacer_ () |
static void | set_next_flags_ (int flags) |
static void | create_mid_rackknob_ (const char *id, const char *label) |
static void | create_small_rackknob_ (const char *id, const char *label) |
static void | create_small_rackknobr_ (const char *id, const char *label) |
static void | create_big_rackknob_ (const char *id, const char *label) |
static void | create_master_slider_ (const char *id, const char *label) |
static void | create_feedback_slider_ (const char *id, const char *label) |
static void | create_selector_no_caption_ (const char *id) |
static void | create_selector_ (const char *id, const char *label) |
static void | create_simple_meter_ (const char *id) |
static void | create_simple_c_meter_ (const char *id, const char *idl, const char *label) |
static void | create_spin_value_ (const char *id, const char *label) |
static void | create_switch_no_caption_ (const char *sw_type, const char *id) |
static void | create_feedback_switch_ (const char *sw_type, const char *id) |
static void | create_fload_switch_ (const char *sw_type, const char *id, const char *idf) |
static void | create_switch_ (const char *sw_type, const char *id, const char *label) |
static void | create_wheel_ (const char *id, const char *label) |
static void | create_port_display_ (const char *id, const char *label) |
static void | create_p_display_ (const char *id, const char *idl, const char *idh) |
static void | create_simple_spin_value_ (const char *id) |
static void | create_eq_rackslider_no_caption_ (const char *id) |
static void | closeBox_ () |
static void | load_glade_ (const char *data) |
static void | load_glade_file_ (const char *fname) |
Protected Attributes | |
MainWindow & | main |
std::vector< PluginUI * > * | pluginlist |
Static Protected Attributes | |
static StackBoxBuilder * | intf = 0 |
Friends | |
class | gx_engine::GxMachineRemote |
Additional Inherited Members | |
![]() | |
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 199 of file gx_ui_builder.h.
gx_gui::UiBuilderImpl::UiBuilderImpl | ( | MainWindow * | i, |
StackBoxBuilder * | b, | ||
std::vector< PluginUI * > * | pl = 0 |
||
) |
Definition at line 60 of file gx_ui_builder.cpp.
|
staticprotected |
Definition at line 239 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 171 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 235 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 179 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 207 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 211 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 175 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 159 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 227 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 223 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 187 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 183 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 195 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 191 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 231 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 163 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 167 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 199 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 215 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 203 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 219 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 150 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
protectedvirtual |
Implements gx_engine::UiBuilderBase.
Definition at line 251 of file gx_ui_builder.cpp.
|
staticprotected |
Definition at line 243 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 247 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
bool gx_gui::UiBuilderImpl::load_unit | ( | PluginDef * | pl | ) |
Definition at line 100 of file gx_ui_builder.cpp.
Referenced by gx_engine::GxMachine::load_unit().
|
staticprotected |
Definition at line 142 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 138 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 134 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 126 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 130 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 146 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 110 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 118 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 122 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 114 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
staticprotected |
Definition at line 155 of file gx_ui_builder.cpp.
Referenced by UiBuilderImpl().
|
friend |
Definition at line 244 of file gx_ui_builder.h.
|
staticprotected |
Definition at line 203 of file gx_ui_builder.h.
Referenced by closeBox_(), create_big_rackknob_(), create_eq_rackslider_no_caption_(), create_feedback_slider_(), create_feedback_switch_(), create_fload_switch_(), create_master_slider_(), create_mid_rackknob_(), create_p_display_(), create_port_display_(), create_selector_(), create_selector_no_caption_(), create_simple_c_meter_(), create_simple_meter_(), create_simple_spin_value_(), create_small_rackknob_(), create_small_rackknobr_(), create_spin_value_(), create_switch_(), create_switch_no_caption_(), create_wheel_(), insertSpacer_(), load_glade_(), load_glade_file_(), load_unit(), openFlipLabelBox_(), openFrameBox_(), openHorizontalBox_(), openHorizontalhideBox_(), openHorizontalTableBox_(), openpaintampBox_(), openTabBox_(), openVerticalBox1_(), openVerticalBox2_(), openVerticalBox_(), set_next_flags_(), and UiBuilderImpl().
|
protected |
Definition at line 201 of file gx_ui_builder.h.
Referenced by load().
|
protected |
Definition at line 202 of file gx_ui_builder.h.
Referenced by load().