|
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 83 of file gx_main_interface.h.
| gx_gui::CpBaseCaption::CpBaseCaption | ( | gx_engine::GxMachineBase & | machine, |
| const std::string & | id | ||
| ) |
Definition at line 145 of file gxw_mm_controllers.cpp.
| gx_gui::CpBaseCaption::~CpBaseCaption | ( | ) |
Definition at line 152 of file gxw_mm_controllers.cpp.
| void gx_gui::CpBaseCaption::init | ( | Gxw::Regler & | regler, |
| bool | show_value | ||
| ) |
Definition at line 155 of file gxw_mm_controllers.cpp.
| void gx_gui::CpBaseCaption::set_effect_label | ( | const char * | label | ) |
Definition at line 165 of file gxw_mm_controllers.cpp.
| void gx_gui::CpBaseCaption::set_rack_label | ( | const char * | label | ) |
Definition at line 172 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::StackBoxBuilder::get_box().
| void gx_gui::CpBaseCaption::set_rack_label_inverse | ( | const char * | label | ) |
Definition at line 180 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
protected |
Definition at line 85 of file gx_main_interface.h.
Referenced by init().
|
protected |
Definition at line 86 of file gx_main_interface.h.
Referenced by init(), set_effect_label(), set_rack_label(), and set_rack_label_inverse().