add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / editor_summary.h
index 6f9f78d712ac5b1edb713cb103b0b2de36adf601..4fb406a9abac93a5db86732419509b72128890d6 100644 (file)
@@ -36,6 +36,7 @@ class EditorSummary : public CairoWidget, public EditorComponent, public ARDOUR:
 {
 public:
        EditorSummary (Editor *);
+       ~EditorSummary ();
 
        void set_session (ARDOUR::Session *);
        void set_overlays_dirty ();
@@ -43,6 +44,7 @@ public:
        void routes_added (std::list<RouteTimeAxisView*> const &);
 
 private:
+       void parameter_changed (std::string);
        void on_size_allocate (Gtk::Allocation& alloc);
 
        enum Position {
@@ -59,7 +61,7 @@ private:
                TO_LEFT_OR_RIGHT,
                OTHERWISE_OUTSIDE
        };
-      
+
        void on_size_request (Gtk::Requisition *);
        bool on_button_press_event (GdkEventButton *);
        bool on_button_release_event (GdkEventButton *);
@@ -67,8 +69,8 @@ private:
        bool on_scroll_event (GdkEventScroll *);
         bool on_key_press_event (GdkEventKey*);
         bool on_key_release_event (GdkEventKey*);
-        bool on_enter_notify_event (GdkEventCrossing*); 
-        bool on_leave_notify_event (GdkEventCrossing*); 
+        bool on_enter_notify_event (GdkEventCrossing*);
+        bool on_leave_notify_event (GdkEventCrossing*);
 
        void centre_on_click (GdkEventButton *);
        void render (cairo_t *, cairo_rectangle_t*);
@@ -86,7 +88,7 @@ private:
        double editor_y_to_summary (double) const;
        Position get_position (double, double) const;
        void set_cursor (Position);
-       void route_gui_changed (std::string);
+       void route_gui_changed (PBD::PropertyChange const&);
        bool suspending_editor_updates () const;
        double playhead_frame_to_position (framepos_t) const;
         framepos_t position_to_playhead_frame_to_position (double pos) const;