summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-27 17:59:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-27 17:59:03 +0000
commitc74f6577e2466d24a74da3ba6a48e2a1957769c8 (patch)
treec17ca202a457170c1055954372de6514f65d7e59 /gtk2_ardour/redirect_box.h
parent8f54e410585907cbecd7047cb0c4e1d79d9b9d5f (diff)
ripping, tearing, shredding
git-svn-id: svn://localhost/trunk/ardour2@130 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/redirect_box.h')
-rw-r--r--gtk2_ardour/redirect_box.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h
index 278c423df4..c5e274b017 100644
--- a/gtk2_ardour/redirect_box.h
+++ b/gtk2_ardour/redirect_box.h
@@ -107,7 +107,8 @@ class RedirectBox : public Gtk::HBox
ModelColumns columns;
Glib::RefPtr<Gtk::ListStore> model;
- Glib::RefPtr<Gtk::TreeSelection> selection;
+
+ void selection_changed ();
Gtk::EventBox redirect_eventbox;
Gtk::HBox redirect_hpacker;
@@ -118,8 +119,6 @@ class RedirectBox : public Gtk::HBox
Width _width;
- sigc::connection newplug_connection;
-
Gtk::Menu *send_action_menu;
void build_send_action_menu ();
@@ -129,7 +128,6 @@ class RedirectBox : public Gtk::HBox
Glib::RefPtr<Gtk::UIManager> popup_ui_mgr;
Glib::RefPtr<Gtk::ActionGroup> popup_act_grp;
Gtk::Menu *redirect_menu;
- vector<Glib::RefPtr<Gtk::Action> > selection_dependent_items;
gint redirect_menu_map_handler (GdkEventAny *ev);
Gtk::Menu * build_redirect_menu ();
void build_redirect_tooltip (Gtk::EventBox&, string);
@@ -147,16 +145,10 @@ class RedirectBox : public Gtk::HBox
void show_redirect_name (void*, ARDOUR::Redirect *);
void add_redirect_to_display (ARDOUR::Redirect *);
- void show_plugin_selector ();
-
-
string redirect_name (ARDOUR::Redirect&);
-
void remove_redirect_gui (ARDOUR::Redirect *);
- void disconnect_newplug();
-
void redirects_reordered (const Gtk::TreeModel::Path&, const Gtk::TreeModel::iterator&, int*);
gint compute_redirect_sort_keys ();
vector<sigc::connection> redirect_active_connections;