|
Ardour
9.0-pre0-1952-gc5e0b21049
|
Public Member Functions | |
| CompatibilityCols () | |
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< ARDOUR::ExportFormatCompatibilityPtr > | ptr |
| Gtk::TreeModelColumn< bool > | selected |
| Gtk::TreeModelColumn< std::string > | label |
Definition at line 224 of file export_format_dialog.h.
|
inline |
Definition at line 231 of file export_format_dialog.h.
| Gtk::TreeModelColumn<std::string> ExportFormatDialog::CompatibilityCols::label |
Definition at line 229 of file export_format_dialog.h.
| Gtk::TreeModelColumn<ARDOUR::ExportFormatCompatibilityPtr> ExportFormatDialog::CompatibilityCols::ptr |
Definition at line 227 of file export_format_dialog.h.
| Gtk::TreeModelColumn<bool> ExportFormatDialog::CompatibilityCols::selected |
Definition at line 228 of file export_format_dialog.h.