From 1c299d5a5c493986ca4a19bd55a69281dabada86 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Sep 2008 08:44:51 +0000 Subject: merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding taglib git-svn-id: svn://localhost/ardour2/branches/3.0@3736 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/public_editor.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index 937399e94f..253c033eb8 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -38,7 +38,6 @@ namespace ARDOUR { class Session; - class ExportSpecification; class Region; class Playlist; class RouteGroup; @@ -206,16 +205,15 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway virtual bool show_measures () const = 0; virtual bool redraw_measures () = 0; - /** Open an export dialogue for the whole session */ - virtual void export_session () = 0; - - /** Open an export dialogue for currently selected time range, if there - * is one; if not an error is displayed to the user. - */ + /** Open main export dialog */ + virtual void export_audio () = 0; + + /** Open export dialog with current selection pre-selected */ virtual void export_selection () = 0; + + /** Open export dialog with current range pre-selected */ + virtual void export_range () = 0; - /** Open an export dialogue for marked ranges */ - virtual void export_range_markers () = 0; virtual void register_actions () = 0; virtual void add_toplevel_controls (Gtk::Container&) = 0; virtual void set_zoom_focus (Editing::ZoomFocus) = 0; -- cgit v1.2.3