Guitarix
|
#include <gx_main_boxes.h>
Public Member Functions | |
UiVSwitchWithCaption (gx_engine::GxMachineBase &machine, const char *sw_type, gx_engine::Parameter ¶m, const char *label) | |
void | set_rack_label_inverse () |
UiSwitch * | get_regler () |
~UiVSwitchWithCaption () | |
Static Public Member Functions | |
static Gtk::Widget * | create (gx_engine::GxMachineBase &machine, const char *sw_type, const std::string &id, const char *label) |
Protected Attributes | |
UiSwitch * | m_switch |
Definition at line 106 of file gx_main_boxes.h.
gx_gui::UiVSwitchWithCaption::UiVSwitchWithCaption | ( | gx_engine::GxMachineBase & | machine, |
const char * | sw_type, | ||
gx_engine::Parameter & | param, | ||
const char * | label | ||
) |
Definition at line 440 of file gxw_mm_controllers.cpp.
gx_gui::UiVSwitchWithCaption::~UiVSwitchWithCaption | ( | ) |
Definition at line 465 of file gxw_mm_controllers.cpp.
|
static |
Definition at line 431 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
inline |
Definition at line 120 of file gx_main_boxes.h.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
inline |
Definition at line 119 of file gx_main_boxes.h.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
protected |
Definition at line 113 of file gx_main_boxes.h.
Referenced by UiVSwitchWithCaption(), gx_gui::UiHSwitchWithCaption::~UiHSwitchWithCaption(), and ~UiVSwitchWithCaption().