Ardour  9.0-pre0-384-ga76afae0e9
SimpleExportDialog::ExportRangeCols Class Reference
Inheritance diagram for SimpleExportDialog::ExportRangeCols:
[legend]

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
 

Detailed Description

Definition at line 63 of file simple_export_dialog.h.

Constructor & Destructor Documentation

◆ ExportRangeCols()

SimpleExportDialog::ExportRangeCols::ExportRangeCols ( )
inline

Definition at line 66 of file simple_export_dialog.h.

Member Data Documentation

◆ end

Gtk::TreeModelColumn<samplepos_t> SimpleExportDialog::ExportRangeCols::end

Definition at line 76 of file simple_export_dialog.h.

◆ label

Gtk::TreeModelColumn<std::string> SimpleExportDialog::ExportRangeCols::label

Definition at line 73 of file simple_export_dialog.h.

◆ name

Gtk::TreeModelColumn<std::string> SimpleExportDialog::ExportRangeCols::name

Definition at line 74 of file simple_export_dialog.h.

◆ start

Gtk::TreeModelColumn<samplepos_t> SimpleExportDialog::ExportRangeCols::start

Definition at line 75 of file simple_export_dialog.h.


The documentation for this class was generated from the following file: