Some refactoring. Add port group headers to the port matrix.

git-svn-id: svn://localhost/ardour2/branches/3.0@4443 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-01-25 06:47:11 +00:00
parent a9d67a2cc9
commit 49510ba1d7
27 changed files with 486 additions and 328 deletions

View file

@ -44,9 +44,6 @@ private:
void compute_dimensions ();
void render (cairo_t *);
std::vector<boost::shared_ptr<ARDOUR::Bundle> > _column_bundles;
std::vector<boost::shared_ptr<ARDOUR::Bundle> > _row_bundles;
PortMatrix* _port_matrix;
};