insufficient attempt to drop references to a shadow MIDI port
[ardour.git] / gtk2_ardour / save_as_dialog.h
index 140eb9fa7b06bcfad01d3d108e887edea93545bc..5284bea74dcac7252c33957cbcdf6feb572ab8f0 100644 (file)
@@ -33,19 +33,25 @@ public:
 
        std::string new_parent_folder () const;
        std::string new_name () const;
-       
+
        bool switch_to () const;
+       bool include_media () const;
        bool copy_media () const;
        bool copy_external () const;
-               
+
+       void clear_name ();
+       void set_name (std::string);
+
 private:
        Gtk::CheckButton switch_to_button;
        Gtk::CheckButton copy_media_button;
        Gtk::CheckButton copy_external_button;
+       Gtk::CheckButton no_include_media_button;
        Gtk::FileChooserButton new_parent_folder_selector;
        Gtk::Entry new_name_entry;
 
        void name_entry_changed ();
+       void no_include_toggled ();
 };
 
 #endif /* __ardour_gtk_tempo_dialog_h__ */