Guitarix
|
#include <gx_main_interface.h>
Public Member Functions | |
CpMasterCaption (gx_engine::GxMachineBase &machine, const std::string &id) | |
~CpMasterCaption () | |
void | init (Gxw::Regler ®ler) |
void | set_label (const char *label) |
Protected Attributes | |
CpBase | base |
Gtk::Label | m_label |
Definition at line 95 of file gx_main_interface.h.
gx_gui::CpMasterCaption::CpMasterCaption | ( | gx_engine::GxMachineBase & | machine, |
const std::string & | id | ||
) |
Definition at line 188 of file gxw_mm_controllers.cpp.
gx_gui::CpMasterCaption::~CpMasterCaption | ( | ) |
Definition at line 195 of file gxw_mm_controllers.cpp.
void gx_gui::CpMasterCaption::init | ( | Gxw::Regler & | regler | ) |
Definition at line 198 of file gxw_mm_controllers.cpp.
void gx_gui::CpMasterCaption::set_label | ( | const char * | label | ) |
Definition at line 212 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::StackBoxBuilder::get_box().
|
protected |
Definition at line 97 of file gx_main_interface.h.
Referenced by init().
|
protected |
Definition at line 98 of file gx_main_interface.h.
Referenced by init(), and set_label().