Ardour
9.0-pre0-384-ga76afae0e9
|
Public Member Functions | |
ExportRangeCols () | |
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 > | label |
Gtk::TreeModelColumn< std::string > | name |
Gtk::TreeModelColumn< samplepos_t > | start |
Gtk::TreeModelColumn< samplepos_t > | end |
Definition at line 63 of file simple_export_dialog.h.
|
inline |
Definition at line 66 of file simple_export_dialog.h.
Gtk::TreeModelColumn<samplepos_t> SimpleExportDialog::ExportRangeCols::end |
Definition at line 76 of file simple_export_dialog.h.
Gtk::TreeModelColumn<std::string> SimpleExportDialog::ExportRangeCols::label |
Definition at line 73 of file simple_export_dialog.h.
Gtk::TreeModelColumn<std::string> SimpleExportDialog::ExportRangeCols::name |
Definition at line 74 of file simple_export_dialog.h.
Gtk::TreeModelColumn<samplepos_t> SimpleExportDialog::ExportRangeCols::start |
Definition at line 75 of file simple_export_dialog.h.