* MIDI control lanes: Set Interpolationtype according to Parameter
[ardour.git] / gtk2_ardour / location_ui.h
index 51daa6814da418332b646992ee017e24b16a769a..3c32f02025fffa08b60fff8591beefa24b4be771 100644 (file)
@@ -50,6 +50,7 @@ class LocationEditRow  : public Gtk::HBox
        void set_session (ARDOUR::Session *);
 
        void set_number (int);
+       void focus_name();
        
        sigc::signal<void,ARDOUR::Location*> remove_requested;  
        sigc::signal<void> redraw_ranges;  
@@ -114,6 +115,7 @@ class LocationEditRow  : public Gtk::HBox
        void go_button_pressed (LocationPart part);
 
        void clock_changed (LocationPart part);
+       void change_aborted (LocationPart part);
 
        void cd_toggled ();
        void hide_toggled ();
@@ -145,8 +147,11 @@ class LocationUI : public ArdourDialog
 
        void set_session (ARDOUR::Session *);
 
+       void on_show();
+
   private:
        ARDOUR::LocationStack* locations;
+       ARDOUR::Location *newest_location;
         
        void session_gone();