summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-24 15:21:22 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-24 15:21:22 +0000
commit4cd47cf253ada6218c13b9a4127834cf4a26ce3d (patch)
tree78c2ba010eb4ac09b1d42443bb05ef383730b41c /gtk2_ardour/port_group.h
parentdf6680f45c4fc411364768ce75830ce0ee2085a2 (diff)
Gather all ardour: ports so that a few more things are found to put in the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@4439 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_group.h')
-rw-r--r--gtk2_ardour/port_group.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h
index d2136d6f5e..a5b5b109c4 100644
--- a/gtk2_ardour/port_group.h
+++ b/gtk2_ardour/port_group.h
@@ -64,6 +64,8 @@ public:
VisibilityChanged ();
}
+ bool has_port (std::string const &) const;
+
sigc::signal<void> VisibilityChanged;
private:
@@ -112,6 +114,7 @@ class PortGroupList : public std::list<PortGroup*>, public sigc::trackable
private:
void maybe_add_session_bundle (boost::shared_ptr<ARDOUR::Bundle>);
+ bool port_has_prefix (std::string const &, std::string const &) const;
std::string common_prefix (std::vector<std::string> const &) const;
void visibility_changed ();