Guitarix
|
#include <gx_jack.h>
Public Member Functions | |
void | push (const char *a, const char *b, bool conn) |
bool | pop (PortConnData *) |
void | set_send (bool v) |
PortConnRing () | |
~PortConnRing () | |
Public Attributes | |
Glib::Dispatcher | new_data |
Glib::Dispatcher | portchange |
gx_jack::PortConnRing::PortConnRing | ( | ) |
Definition at line 827 of file gx_jack.cpp.
gx_jack::PortConnRing::~PortConnRing | ( | ) |
Definition at line 840 of file gx_jack.cpp.
bool gx_jack::PortConnRing::pop | ( | PortConnData * | p | ) |
Definition at line 860 of file gx_jack.cpp.
void gx_jack::PortConnRing::push | ( | const char * | a, |
const char * | b, | ||
bool | conn | ||
) |
Definition at line 844 of file gx_jack.cpp.
|
inline |
Definition at line 66 of file gx_jack.h.
Referenced by gx_jack::GxJack::send_connection_changes().
Glib::Dispatcher gx_jack::PortConnRing::new_data |
Definition at line 62 of file gx_jack.h.
Referenced by gx_jack::GxJack::GxJack(), and push().
Glib::Dispatcher gx_jack::PortConnRing::portchange |
Definition at line 63 of file gx_jack.h.
Referenced by gx_jack::GxJack::gx_jack_connection(), pop(), and gx_jack::GxJack::signal_portchange().