Ardour
9.0-pre0-582-g084a23a80d
|
Public Member Functions | |
Columns () | |
Public Member Functions inherited from Gtk::TreeModelColumnRecord | |
TreeModelColumnRecord () | |
virtual | ~TreeModelColumnRecord () |
void | add (TreeModelColumnBase &column) |
unsigned int | size () const |
const GType * | types () const |
Public Attributes | |
Gtk::TreeModelColumn< std::string > | field |
Gtk::TreeModelColumn< std::string > | values |
Gtk::TreeModelColumn< bool > | import |
Gtk::TreeModelColumn< MetadataPtr > | data |
Definition at line 248 of file session_metadata_dialog.h.
|
inline |
Definition at line 256 of file session_metadata_dialog.h.
Gtk::TreeModelColumn<MetadataPtr> SessionMetadataSetImportable::Columns::data |
Definition at line 254 of file session_metadata_dialog.h.
Gtk::TreeModelColumn<std::string> SessionMetadataSetImportable::Columns::field |
Definition at line 251 of file session_metadata_dialog.h.
Gtk::TreeModelColumn<bool> SessionMetadataSetImportable::Columns::import |
Definition at line 253 of file session_metadata_dialog.h.
Gtk::TreeModelColumn<std::string> SessionMetadataSetImportable::Columns::values |
Definition at line 252 of file session_metadata_dialog.h.