Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <session_archive_dialog.h>
Public Member Functions | |
SessionArchiveDialog () | |
std::string | target_folder () const |
std::string | name () const |
ARDOUR::Session::ArchiveEncode | encode_option () const |
PBD::FileArchive::CompressionLevel | compression_level () const |
bool | only_used_sources () const |
void | set_name (const std::string &) |
void | set_target_folder (const std::string &) |
void | set_encode_option (ARDOUR::Session::ArchiveEncode) |
void | set_compression_level (PBD::FileArchive::CompressionLevel) |
void | set_only_used_sources (bool) |
Public Member Functions inherited from ArdourDialog | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Public Member Functions inherited from ProgressReporter | |
ProgressReporter () | |
virtual | ~ProgressReporter () |
Public Member Functions inherited from PBD::Progress | |
Progress () | |
virtual | ~Progress () |
void | set_progress (float) |
void | ascend () |
void | descend (float) |
bool | cancelled () const |
Protected Member Functions | |
void | on_response (int) |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Member Functions inherited from PBD::Progress | |
void | cancel () |
Private Member Functions | |
void | name_entry_changed () |
void | update_progress_gui (float) |
Private Attributes | |
Gtk::FileChooserButton | target_folder_selector |
Gtk::Entry | name_entry |
Gtk::Label | format_Label |
Gtk::ComboBoxText | encode_selector |
Gtk::ComboBoxText | compression_selector |
Gtk::CheckButton | only_used_checkbox |
Gtk::ProgressBar | progress_bar |
Additional Inherited Members | |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 33 of file session_archive_dialog.h.
SessionArchiveDialog::SessionArchiveDialog | ( | ) |
PBD::FileArchive::CompressionLevel SessionArchiveDialog::compression_level | ( | ) | const |
ARDOUR::Session::ArchiveEncode SessionArchiveDialog::encode_option | ( | ) | const |
std::string SessionArchiveDialog::name | ( | ) | const |
|
private |
|
protectedvirtual |
Reimplemented from ArdourDialog.
bool SessionArchiveDialog::only_used_sources | ( | ) | const |
void SessionArchiveDialog::set_compression_level | ( | PBD::FileArchive::CompressionLevel | ) |
void SessionArchiveDialog::set_encode_option | ( | ARDOUR::Session::ArchiveEncode | ) |
void SessionArchiveDialog::set_name | ( | const std::string & | ) |
void SessionArchiveDialog::set_only_used_sources | ( | bool | ) |
void SessionArchiveDialog::set_target_folder | ( | const std::string & | ) |
std::string SessionArchiveDialog::target_folder | ( | ) | const |
|
privatevirtual |
|
private |
Definition at line 58 of file session_archive_dialog.h.
|
private |
Definition at line 57 of file session_archive_dialog.h.
|
private |
Definition at line 56 of file session_archive_dialog.h.
|
private |
Definition at line 55 of file session_archive_dialog.h.
|
private |
Definition at line 59 of file session_archive_dialog.h.
|
private |
Definition at line 61 of file session_archive_dialog.h.
|
private |
Definition at line 54 of file session_archive_dialog.h.