Guitarix
|
#include <gx_main_interface.h>
Public Member Functions | |
void | on_cp_value_changed (Gxw::ControlParameter &c) |
void | set_cp_value (float v, Gxw::ControlParameter &c) |
CpBase (gx_engine::GxMachineBase &machine, const std::string &id) | |
~CpBase () | |
void | init (Gxw::Regler ®ler, bool show_value) |
Public Attributes | |
gx_engine::GxMachineBase & | machine |
std::string | id |
bool | log_display |
bool | blocked |
Definition at line 68 of file gx_main_interface.h.
gx_gui::CpBase::CpBase | ( | gx_engine::GxMachineBase & | machine, |
const std::string & | id | ||
) |
Definition at line 83 of file gxw_mm_controllers.cpp.
gx_gui::CpBase::~CpBase | ( | ) |
Definition at line 141 of file gxw_mm_controllers.cpp.
void gx_gui::CpBase::init | ( | Gxw::Regler & | regler, |
bool | show_value | ||
) |
Definition at line 90 of file gxw_mm_controllers.cpp.
Referenced by gx_gui::CpBaseCaption::init(), gx_gui::CpMasterCaption::init(), gx_gui::CpBaseCaptionBoxed::init(), and gx_gui::UiRegler< T >::UiRegler().
void gx_gui::CpBase::on_cp_value_changed | ( | Gxw::ControlParameter & | c | ) |
Definition at line 62 of file gxw_mm_controllers.cpp.
Referenced by init().
void gx_gui::CpBase::set_cp_value | ( | float | v, |
Gxw::ControlParameter & | c | ||
) |
Definition at line 73 of file gxw_mm_controllers.cpp.
Referenced by init().
bool gx_gui::CpBase::blocked |
Definition at line 74 of file gx_main_interface.h.
Referenced by on_cp_value_changed(), and set_cp_value().
std::string gx_gui::CpBase::id |
Definition at line 72 of file gx_main_interface.h.
Referenced by init(), gx_gui::CpBaseCaption::init(), gx_gui::CpMasterCaption::init(), and gx_gui::CpBaseCaptionBoxed::init().
bool gx_gui::CpBase::log_display |
Definition at line 73 of file gx_main_interface.h.
Referenced by init(), on_cp_value_changed(), and set_cp_value().
gx_engine::GxMachineBase& gx_gui::CpBase::machine |
Definition at line 71 of file gx_main_interface.h.
Referenced by init(), and on_cp_value_changed().