Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <session_metadata_dialog.h>
Public Member Functions | |
SessionMetadataImporter () | |
~SessionMetadataImporter () | |
void | run () |
Public Member Functions inherited from SessionMetadataDialog< SessionMetadataSetImportable > | |
SessionMetadataDialog (std::string const &name) | |
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 () |
virtual void | on_response (int) |
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 |
Private Member Functions | |
void | init_gui () |
Private Attributes | |
Gtk::HBox | selection_hbox |
Gtk::Label | selection_label |
Additional Inherited Members | |
Protected Types inherited from SessionMetadataDialog< SessionMetadataSetImportable > | |
typedef std::list< Gtk::Widget * > | WidgetList |
typedef std::shared_ptr< WidgetList > | WidgetListPtr |
typedef Gtk::Widget &(DataSet::* | WidgetFunc) () |
Protected Member Functions inherited from SessionMetadataDialog< SessionMetadataSetImportable > | |
void | init_data (bool skip_user=false) |
void | load_extra_data (ARDOUR::SessionMetadata const &data) |
void | save_data () |
virtual void | save_and_close () |
virtual void | end_dialog () |
void | warn_user (std::string const &string) |
WidgetListPtr | get_custom_widgets (WidgetFunc f) |
Returns list of widgets gathered by calling f for each data set. More... | |
void | add_widget (Gtk::Widget &widget) |
Adds a widget to the table (vertical stacking) with automatic spacing. More... | |
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 Attributes inherited from SessionMetadataDialog< SessionMetadataSetImportable > | |
Gtk::Notebook | notebook |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 330 of file session_metadata_dialog.h.
SessionMetadataImporter::SessionMetadataImporter | ( | ) |
SessionMetadataImporter::~SessionMetadataImporter | ( | ) |
|
privatevirtual |
void SessionMetadataImporter::run | ( | ) |
|
private |
Definition at line 340 of file session_metadata_dialog.h.
|
private |
Definition at line 341 of file session_metadata_dialog.h.