|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <memory>#include "ardour_dialog.h"#include <ytkmm/box.h>#include <ytkmm/button.h>#include <ytkmm/checkbutton.h>#include <ytkmm/entry.h>#include <ytkmm/label.h>#include <ytkmm/liststore.h>#include <ytkmm/notebook.h>#include <ytkmm/table.h>#include <ytkmm/textview.h>#include <ytkmm/treemodel.h>#include <ytkmm/treeview.h>#include <string>#include <list>#include "ardour/session_metadata.h"Go to the source code of this file.
Classes | |
| class | MetadataField |
| Wraps a metadata field to be used in a GUI. More... | |
| class | TextMetadataField |
| MetadataField that contains text. More... | |
| class | LongTextMetadataField |
| MetadataField that contains longform text. More... | |
| class | NumberMetadataField |
| MetadataField that accepts only numbers. More... | |
| class | EAN13MetadataField |
| MetadataField that accepts EAN-13 data only. More... | |
| class | SessionMetadataSet |
| Interface for MetadataFields. More... | |
| class | SessionMetadataSetEditable |
| Contains MetadataFields for editing. More... | |
| class | SessionMetadataSetImportable |
| Contains MetadataFields for importing. More... | |
| struct | SessionMetadataSetImportable::Columns |
| class | SessionMetadataDialog< DataSet > |
| Metadata dialog interface. More... | |
| class | SessionMetadataEditor |
| class | SessionMetadataImporter |
Typedefs | |
| typedef std::shared_ptr< MetadataField > | MetadataPtr |
| typedef std::shared_ptr<MetadataField> MetadataPtr |
Definition at line 51 of file session_metadata_dialog.h.