From 1ae39840b3e7b1740b44e5889983e93d837f8e90 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 May 2009 14:31:42 +0000 Subject: Support for the port matrix working at the bundle level and hiding details of ports. git-svn-id: svn://localhost/ardour2/branches/3.0@5029 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_grid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/port_matrix_grid.h') diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h index 77a0a7eefc..4a05c3138d 100644 --- a/gtk2_ardour/port_matrix_grid.h +++ b/gtk2_ardour/port_matrix_grid.h @@ -59,6 +59,10 @@ private: PortMatrixNode position_to_node (double, double) const; ARDOUR::BundleChannel position_to_channel (double, ARDOUR::BundleList const &, double) const; void queue_draw_for (PortMatrixNode const &); + void draw_association_indicator (cairo_t *, uint32_t, uint32_t, double p = 1); + void draw_unknown_indicator (cairo_t *, uint32_t, uint32_t); + PortMatrixNode::State bundle_to_bundle_state (boost::shared_ptr, boost::shared_ptr) const; + }; #endif -- cgit v1.2.3