mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
GUI implementation to re-import exported file(s)
This commit is contained in:
parent
020051772e
commit
9c087492c7
4 changed files with 37 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ private:
|
|||
void update_example_filename();
|
||||
|
||||
void update_analysis_button ();
|
||||
void update_reimport_button ();
|
||||
void update_soundcloud_upload_button ();
|
||||
|
||||
ARDOUR::ExportProfileManager::FormatStatePtr get_format_state () const { return format_state; }
|
||||
|
|
@ -108,6 +109,7 @@ private:
|
|||
void update_tab_label ();
|
||||
void critical_selection_changed ();
|
||||
void analysis_changed ();
|
||||
void reimport_changed ();
|
||||
void soundcloud_upload_changed ();
|
||||
|
||||
ARDOUR::ExportProfileManager::FormatStatePtr format_state;
|
||||
|
|
@ -127,6 +129,7 @@ private:
|
|||
|
||||
Gtk::CheckButton soundcloud_upload_button;
|
||||
Gtk::CheckButton analysis_button;
|
||||
Gtk::CheckButton reimport_button;
|
||||
Gtk::HBox tab_widget;
|
||||
Gtk::Label tab_label;
|
||||
Gtk::Alignment tab_close_alignment;
|
||||
|
|
@ -136,6 +139,7 @@ private:
|
|||
|
||||
sigc::connection soundcloud_button_connection;
|
||||
sigc::connection analysis_button_connection;
|
||||
sigc::connection reimport_button_connection;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue