Guitarix
|
#include <gx_main_interface.h>
Public Member Functions | |
CpBaseCaption (gx_engine::GxMachineBase &machine, const std::string &id) | |
~CpBaseCaption () | |
void | init (Gxw::Regler ®ler, bool show_value) |
void | set_effect_label (const char *label) |
void | set_rack_label (const char *label) |
void | set_rack_label_inverse (const char *label) |
Protected Attributes | |
CpBase | base |
Gtk::Label | m_label |
Definition at line 82 of file gx_main_interface.h.
gx_gui::CpBaseCaption::CpBaseCaption | ( | gx_engine::GxMachineBase & | machine, |
const std::string & | id | ||
) |
Definition at line 144 of file gxw_mm_controllers.cpp.
gx_gui::CpBaseCaption::~CpBaseCaption | ( | ) |
Definition at line 151 of file gxw_mm_controllers.cpp.
void gx_gui::CpBaseCaption::init | ( | Gxw::Regler & | regler, |
bool | show_value | ||
) |
Definition at line 154 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::UiReglerWithCaption< T >::UiReglerWithCaption().
void gx_gui::CpBaseCaption::set_effect_label | ( | const char * | label | ) |
Definition at line 164 of file gxw_mm_controllers.cpp.
void gx_gui::CpBaseCaption::set_rack_label | ( | const char * | label | ) |
Definition at line 171 of file gxw_mm_controllers.cpp.
void gx_gui::CpBaseCaption::set_rack_label_inverse | ( | const char * | label | ) |
Definition at line 179 of file gxw_mm_controllers.cpp.
|
protected |
Definition at line 84 of file gx_main_interface.h.
Referenced by init().
|
protected |
Definition at line 85 of file gx_main_interface.h.
Referenced by init(), set_effect_label(), set_rack_label(), and set_rack_label_inverse().