Guitarix
|
#include <gx_main_window.h>
Static Public Member Functions | |
static Glib::RefPtr< UiToggleAction > | create (gx_engine::GxMachineBase &machine, const std::string &id, const Glib::ustring &name, bool is_active=false) |
Static Public Member Functions inherited from ToggleAction | |
static Glib::RefPtr< ToggleAction > | create (const Glib::ustring &name, bool state=false) |
Protected Member Functions | |
UiToggleAction (gx_engine::GxMachineBase &machine_, const std::string &id, const Glib::ustring &name, bool is_active=false) | |
~UiToggleAction () | |
Protected Member Functions inherited from ToggleAction | |
ToggleAction (const Glib::ustring &name, bool state) | |
Private Member Functions | |
void | on_toggled () |
Private Attributes | |
gx_engine::GxMachineBase & | machine |
std::string | id |
Additional Inherited Members | |
Public Member Functions inherited from ToggleAction | |
Glib::SignalProxyProperty | signal_toggled () |
bool | get_active () const |
void | set_active (bool v) |
Definition at line 83 of file gx_main_window.h.
|
protected |
Referenced by UiToggleAction< T >::create().
|
protected |
|
inlinestatic |
Definition at line 94 of file gx_main_window.h.
|
private |
|
private |
Definition at line 86 of file gx_main_window.h.
|
private |
Definition at line 85 of file gx_main_window.h.
Referenced by UiToggleAction< T >::create().