#include <gx_portmap.h>
|
void | on_expander (Gtk::Expander &expander) |
|
void | on_check_resize () |
|
void | on_cell_toggle (Glib::ustring path, PortSection &p) |
|
void | update_summary (PortSection &p, string *port=0, bool connect=false) |
|
void | redraw_expander (Gtk::Expander *expander) |
|
list< string > | walk (Glib::RefPtr< Gtk::TreeStore > ts, string *port, int connect) |
|
bool | walk_remove (Glib::RefPtr< Gtk::TreeStore > ts, bool(*compare)(const string &, const char *), string data) |
|
void | walk_insert (Glib::RefPtr< Gtk::TreeStore > ts, string data) |
|
void | load (int sect, jack_port_t *) |
|
void | load_all () |
|
int | sort_func (const Gtk::TreeIter &a, const Gtk::TreeIter &b) |
|
| PortMapWindow (Glib::RefPtr< gx_gui::GxBuilder > bld, gx_jack::GxJack &jack, Glib::RefPtr< Gtk::AccelGroup > ag) |
|
void | client_removed (string name) |
|
void | port_changed (string name, const char *tp, int flags, bool reg) |
|
Definition at line 58 of file gx_portmap.h.
◆ anonymous enum
◆ PortMapWindow()
◆ ~PortMapWindow()
gx_portmap::PortMapWindow::~PortMapWindow |
( |
| ) |
|
◆ client_removed()
void gx_portmap::PortMapWindow::client_removed |
( |
string |
name | ) |
|
|
private |
◆ connection_changed()
void gx_portmap::PortMapWindow::connection_changed |
( |
string |
port1, |
|
|
string |
port2, |
|
|
bool |
conn |
|
) |
| |
◆ create()
◆ load()
void gx_portmap::PortMapWindow::load |
( |
int |
sect, |
|
|
jack_port_t * |
|
|
) |
| |
|
private |
◆ load_all()
void gx_portmap::PortMapWindow::load_all |
( |
| ) |
|
|
private |
◆ on_cell_toggle()
void gx_portmap::PortMapWindow::on_cell_toggle |
( |
Glib::ustring |
path, |
|
|
PortSection & |
p |
|
) |
| |
|
private |
◆ on_check_resize()
void gx_portmap::PortMapWindow::on_check_resize |
( |
| ) |
|
|
private |
◆ on_expander()
void gx_portmap::PortMapWindow::on_expander |
( |
Gtk::Expander & |
expander | ) |
|
|
private |
◆ port_changed()
void gx_portmap::PortMapWindow::port_changed |
( |
string |
name, |
|
|
const char * |
tp, |
|
|
int |
flags, |
|
|
bool |
reg |
|
) |
| |
|
private |
◆ redraw_expander()
void gx_portmap::PortMapWindow::redraw_expander |
( |
Gtk::Expander * |
expander | ) |
|
|
private |
◆ refresh()
void gx_portmap::PortMapWindow::refresh |
( |
| ) |
|
◆ signal_response()
Glib::SignalProxy1< void, int > gx_portmap::PortMapWindow::signal_response |
( |
| ) |
|
|
inline |
◆ sort_func()
int gx_portmap::PortMapWindow::sort_func |
( |
const Gtk::TreeIter & |
a, |
|
|
const Gtk::TreeIter & |
b |
|
) |
| |
|
private |
◆ update_summary()
void gx_portmap::PortMapWindow::update_summary |
( |
PortSection & |
p, |
|
|
string * |
port = 0 , |
|
|
bool |
connect = false |
|
) |
| |
|
private |
◆ walk()
list< string > gx_portmap::PortMapWindow::walk |
( |
Glib::RefPtr< Gtk::TreeStore > |
ts, |
|
|
string * |
port, |
|
|
int |
connect |
|
) |
| |
|
private |
◆ walk_insert()
void gx_portmap::PortMapWindow::walk_insert |
( |
Glib::RefPtr< Gtk::TreeStore > |
ts, |
|
|
string |
data |
|
) |
| |
|
private |
◆ walk_remove()
bool gx_portmap::PortMapWindow::walk_remove |
( |
Glib::RefPtr< Gtk::TreeStore > |
ts, |
|
|
bool(*)(const string &, const char *) |
compare, |
|
|
string |
data |
|
) |
| |
|
private |
◆ columns
◆ excluded_clients
list<string> gx_portmap::PortMapWindow::excluded_clients |
|
private |
◆ jack
◆ monitored_expander_child
Gtk::Widget* gx_portmap::PortMapWindow::monitored_expander_child |
|
private |
◆ portsection
◆ window
Gtk::Dialog* gx_portmap::PortMapWindow::window |
|
private |
The documentation for this class was generated from the following file: