Guitarix
|
#include <gx_portmap.h>
Public Member Functions | |
~PortMapWindow () | |
void | refresh () |
void | connection_changed (string port1, string port2, bool conn) |
Glib::SignalProxy1< void, int > | signal_response () |
Static Public Member Functions | |
static PortMapWindow * | create (gx_engine::GxMachineBase &machine, Glib::RefPtr< Gtk::AccelGroup > ag) |
Definition at line 58 of file gx_portmap.h.
gx_portmap::PortMapWindow::~PortMapWindow | ( | ) |
Definition at line 669 of file gx_portmap.cpp.
void gx_portmap::PortMapWindow::connection_changed | ( | string | port1, |
string | port2, | ||
bool | conn | ||
) |
Definition at line 323 of file gx_portmap.cpp.
Referenced by create().
|
static |
Definition at line 556 of file gx_portmap.cpp.
Referenced by MainWindow::hide_effect().
void gx_portmap::PortMapWindow::refresh | ( | ) |
Definition at line 653 of file gx_portmap.cpp.
Referenced by create().
|
inline |
Definition at line 94 of file gx_portmap.h.