Guitarix
|
#include <gx_main_interface.h>
Public Member Functions | |
CpBaseCaptionBoxed (gx_engine::GxMachineBase &machine, const std::string &id) | |
~CpBaseCaptionBoxed () | |
void | init (Gxw::Regler ®ler, bool show_value) |
void | set_rack_label (const char *label) |
void | set_rack_label_inverse (const char *label) |
Protected Attributes | |
CpBase | base |
Gtk::HBox | h_box |
Gtk::Label | m_label |
Definition at line 107 of file gx_main_interface.h.
gx_gui::CpBaseCaptionBoxed::CpBaseCaptionBoxed | ( | gx_engine::GxMachineBase & | machine, |
const std::string & | id | ||
) |
Definition at line 219 of file gxw_mm_controllers.cpp.
gx_gui::CpBaseCaptionBoxed::~CpBaseCaptionBoxed | ( | ) |
Definition at line 227 of file gxw_mm_controllers.cpp.
void gx_gui::CpBaseCaptionBoxed::init | ( | Gxw::Regler & | regler, |
bool | show_value | ||
) |
Definition at line 230 of file gxw_mm_controllers.cpp.
void gx_gui::CpBaseCaptionBoxed::set_rack_label | ( | const char * | label | ) |
Definition at line 242 of file gxw_mm_controllers.cpp.
void gx_gui::CpBaseCaptionBoxed::set_rack_label_inverse | ( | const char * | label | ) |
Definition at line 249 of file gxw_mm_controllers.cpp.
|
protected |
Definition at line 109 of file gx_main_interface.h.
Referenced by init().
|
protected |
Definition at line 110 of file gx_main_interface.h.
Referenced by init().
|
protected |
Definition at line 111 of file gx_main_interface.h.
Referenced by init(), set_rack_label(), and set_rack_label_inverse().