Guitarix
|
#include <gx_main_boxes.h>
Public Member Functions | |
UiHSwitchWithCaption (gx_engine::GxMachineBase &machine, const char *sw_type, gx_engine::Parameter ¶m, const char *label) | |
void | set_rack_label_inverse () |
UiSwitch * | get_regler () |
~UiHSwitchWithCaption () | |
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 91 of file gx_main_boxes.h.
gx_gui::UiHSwitchWithCaption::UiHSwitchWithCaption | ( | gx_engine::GxMachineBase & | machine, |
const char * | sw_type, | ||
gx_engine::Parameter & | param, | ||
const char * | label | ||
) |
Definition at line 417 of file gxw_mm_controllers.cpp.
gx_gui::UiHSwitchWithCaption::~UiHSwitchWithCaption | ( | ) |
Definition at line 461 of file gxw_mm_controllers.cpp.
|
static |
Definition at line 408 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
inline |
Definition at line 102 of file gx_main_boxes.h.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
inline |
Definition at line 101 of file gx_main_boxes.h.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
protected |
Definition at line 95 of file gx_main_boxes.h.
Referenced by UiHSwitchWithCaption().