Guitarix
|
#include <gx_main_window.h>
Public Member Functions | |
Liveplay (const gx_system::CmdlineOptions &options, gx_engine::GxMachineBase &machine, const std::string &fname, const GxActions &actions) | |
~Liveplay () | |
void | on_live_play (Glib::RefPtr< Gtk::ToggleAction > act) |
void | display_tuner (bool v) |
Gxw::RackTuner & | get_tuner () |
Definition at line 79 of file gx_main_window.h.
Liveplay::Liveplay | ( | const gx_system::CmdlineOptions & | options, |
gx_engine::GxMachineBase & | machine, | ||
const std::string & | fname, | ||
const GxActions & | actions | ||
) |
Definition at line 235 of file liveplay.cpp.
Liveplay::~Liveplay | ( | ) |
Definition at line 377 of file liveplay.cpp.
void Liveplay::display_tuner | ( | bool | v | ) |
Definition at line 472 of file liveplay.cpp.
|
inline |
Definition at line 141 of file gx_main_window.h.
Referenced by MainWindow::MainWindow().
void Liveplay::on_live_play | ( | Glib::RefPtr< Gtk::ToggleAction > | act | ) |
Definition at line 427 of file liveplay.cpp.