Merge branch 'master' into cairocanvas
[ardour.git] / gtk2_ardour / region_view.h
1 /*
2     Copyright (C) 2001-2006 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 */
18
19 #ifndef __gtk_ardour_region_view_h__
20 #define __gtk_ardour_region_view_h__
21
22 #include <vector>
23
24 #include <sigc++/signal.h>
25 #include "ardour/region.h"
26 #include "ardour/beats_frames_converter.h"
27
28 #include "canvas/fwd.h"
29
30 #include "time_axis_view_item.h"
31 #include "automation_line.h"
32 #include "enums.h"
33
34 class TimeAxisView;
35 class RegionEditor;
36 class GhostRegion;
37 class AutomationTimeAxisView;
38 class AutomationRegionView;
39
40 namespace ArdourCanvas {
41         class Polygon;
42         class Text;
43 }
44
45 class RegionView : public TimeAxisViewItem
46 {
47   public:
48         RegionView (ArdourCanvas::Group* parent,
49                     TimeAxisView&        time_view,
50                     boost::shared_ptr<ARDOUR::Region> region,
51                     double               samples_per_pixel,
52                     Gdk::Color const &   basic_color,
53                     bool                 automation = false);
54
55         RegionView (const RegionView& other);
56         RegionView (const RegionView& other, boost::shared_ptr<ARDOUR::Region> other_region);
57
58         ~RegionView ();
59
60         virtual void init (Gdk::Color const & base_color, bool wait_for_data);
61
62         boost::shared_ptr<ARDOUR::Region> region() const { return _region; }
63
64         bool is_valid() const    { return valid; }
65
66         void set_valid (bool yn) { valid = yn; }
67
68         virtual void set_height (double);
69         virtual void set_samples_per_pixel (double);
70         virtual bool set_duration (framecnt_t, void*);
71
72         void move (double xdelta, double ydelta);
73
74         void raise_to_top ();
75         void lower_to_bottom ();
76
77         bool set_position(framepos_t pos, void* src, double* delta = 0);
78         void fake_set_opaque (bool yn);
79
80         virtual void show_region_editor ();
81         void hide_region_editor ();
82
83         virtual void region_changed (const PBD::PropertyChange&);
84
85         virtual GhostRegion* add_ghost (TimeAxisView&) = 0;
86         void remove_ghost_in (TimeAxisView&);
87         void remove_ghost (GhostRegion*);
88
89         uint32_t get_fill_color ();
90
91         virtual void entered (bool) {}
92         virtual void exited () {}
93
94         virtual void enable_display(bool yn) { _enable_display = yn; }
95         virtual void update_coverage_frames (LayerDisplay);
96
97         static PBD::Signal1<void,RegionView*> RegionViewGoingAway;
98
99         ARDOUR::BeatsFramesConverter const & region_relative_time_converter () const {
100                 return _region_relative_time_converter;
101         }
102
103         ARDOUR::BeatsFramesConverter const & source_relative_time_converter () const {
104                 return _source_relative_time_converter;
105         }
106
107         /** Called when a front trim is about to begin */
108         virtual void trim_front_starting () {}
109
110         bool trim_front (framepos_t, bool);
111
112         /** Called when a start trim has finished */
113         virtual void trim_front_ending () {}
114
115         bool trim_end (framepos_t, bool);
116         void move_contents (ARDOUR::frameoffset_t);
117         virtual void thaw_after_trim ();
118
119         void set_silent_frames (const ARDOUR::AudioIntervalResult&, double threshold);
120         void drop_silent_frames ();
121         void hide_silent_frames ();
122
123         ARDOUR::frameoffset_t snap_frame_to_frame (ARDOUR::frameoffset_t) const;
124         
125   protected:
126
127         /** Allows derived types to specify their visibility requirements
128          * to the TimeAxisViewItem parent class
129          */
130         RegionView (ArdourCanvas::Group *,
131                     TimeAxisView&,
132                     boost::shared_ptr<ARDOUR::Region>,
133                     double samples_per_pixel,
134                     Gdk::Color const & basic_color,
135                     bool recording,
136                     TimeAxisViewItem::Visibility);
137
138         bool canvas_group_event (GdkEvent*);
139
140         virtual void region_resized (const PBD::PropertyChange&);
141         virtual void region_muted ();
142         void         region_locked ();
143         void         region_opacity ();
144         virtual void region_renamed ();
145         void         region_sync_changed ();
146
147         std::string make_name () const;
148
149         static gint _lock_toggle (ArdourCanvas::Item*, GdkEvent*, void*);
150         void        lock_toggle ();
151
152         virtual void set_colors ();
153         virtual void set_frame_color ();
154         virtual void reset_width_dependent_items (double pixel_width);
155
156         virtual void color_handler () {}
157
158         boost::shared_ptr<ARDOUR::Region> _region;
159
160         ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position
161         ArdourCanvas::Line* sync_line; ///< polgyon for sync position
162
163         RegionEditor* editor;
164
165         std::vector<ControlPoint *> control_points;
166         double current_visible_sync_position;
167
168         bool    valid; ///< see StreamView::redisplay_diskstream()
169         bool    _enable_display; ///< see StreamView::redisplay_diskstream()
170         double  _pixel_width;
171         bool    in_destructor;
172
173         bool wait_for_data;
174
175         std::vector<GhostRegion*> ghosts;
176
177         /** a list of rectangles which are used in stacked display mode to colour
178             different bits of regions according to whether or not they are the one
179             that will be played at any given time.
180         */
181         std::list<ArdourCanvas::Rectangle*> _coverage_frames;
182
183         /** a list of rectangles used to show silent segments
184         */
185         std::list<ArdourCanvas::Rectangle*> _silent_frames;
186         /** a list of rectangles used to show the current silence threshold
187         */
188         std::list<ArdourCanvas::Rectangle*> _silent_threshold_frames;
189         /** a text item to display strip silence statistics
190          */
191         ArdourCanvas::Text* _silence_text;
192
193         ARDOUR::BeatsFramesConverter _region_relative_time_converter;
194         ARDOUR::BeatsFramesConverter _source_relative_time_converter;
195 };
196
197 #endif /* __gtk_ardour_region_view_h__ */