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
This commit is contained in:
Carl Hetherington 2009-01-24 15:21:22 +00:00
parent df6680f45c
commit 4cd47cf253
4 changed files with 56 additions and 22 deletions

View file

@ -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 ();