more changes for the import dialog, with breakout of importable source code into its own files

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2437 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-09-09 13:04:23 +00:00
parent d0cd7d0048
commit 40bc1c239e
12 changed files with 300 additions and 141 deletions

View file

@ -158,6 +158,9 @@ class SoundFileChooser : public SoundFileBrowser
Glib::ustring get_filename ();
protected:
void on_hide();
private:
// SoundFileBrowser browser;
};
@ -180,6 +183,9 @@ class SoundFileOmega : public SoundFileBrowser
Editing::ImportPosition get_position() const;
Editing::ImportDisposition get_channel_disposition() const;
protected:
void on_hide();
private:
uint32_t selected_track_cnt;