Guitarix
gx_gui::uiAdjustmentLog Struct Reference
Inheritance diagram for gx_gui::uiAdjustmentLog:
Collaboration diagram for gx_gui::uiAdjustmentLog:

Public Member Functions

 uiAdjustmentLog (gx_engine::GxMachineBase &machine_, const std::string &id_, Gtk::Adjustment *adj)
 
void changed ()
 
void on_parameter_changed (float v)
 
- Public Member Functions inherited from gx_gui::uiElement
virtual ~uiElement ()
 

Public Attributes

gx_engine::GxMachineBasemachine
 
const std::string id
 
Gtk::Adjustment * fAdj
 

Detailed Description

Definition at line 466 of file gx_ui_builder.cpp.

Constructor & Destructor Documentation

◆ uiAdjustmentLog()

gx_gui::uiAdjustmentLog::uiAdjustmentLog ( gx_engine::GxMachineBase machine_,
const std::string &  id_,
Gtk::Adjustment *  adj 
)
inline

Definition at line 470 of file gx_ui_builder.cpp.

Member Function Documentation

◆ changed()

void gx_gui::uiAdjustmentLog::changed ( )
inline

Definition at line 475 of file gx_ui_builder.cpp.

◆ on_parameter_changed()

void gx_gui::uiAdjustmentLog::on_parameter_changed ( float  v)
inline

Definition at line 478 of file gx_ui_builder.cpp.

Referenced by uiAdjustmentLog().

Member Data Documentation

◆ fAdj

Gtk::Adjustment* gx_gui::uiAdjustmentLog::fAdj

Definition at line 469 of file gx_ui_builder.cpp.

Referenced by changed(), on_parameter_changed(), and uiAdjustmentLog().

◆ id

const std::string gx_gui::uiAdjustmentLog::id

Definition at line 468 of file gx_ui_builder.cpp.

Referenced by uiAdjustmentLog().

◆ machine

gx_engine::GxMachineBase& gx_gui::uiAdjustmentLog::machine

Definition at line 467 of file gx_ui_builder.cpp.

Referenced by changed(), and uiAdjustmentLog().


The documentation for this struct was generated from the following file: