Ardour
9.0-pre0-582-g084a23a80d
|
Public Member Functions | |
TrackCols () | |
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::shared_ptr< ARDOUR::Route > > | route |
Gtk::TreeModelColumn< std::string > | label |
Gtk::TreeModelColumn< bool > | selected |
Gtk::TreeModelColumn< uint32_t > | order_key |
Definition at line 270 of file export_channel_selector.h.
|
inline |
Definition at line 278 of file export_channel_selector.h.
Gtk::TreeModelColumn<std::string> TrackExportChannelSelector::TrackCols::label |
Definition at line 274 of file export_channel_selector.h.
Gtk::TreeModelColumn<uint32_t> TrackExportChannelSelector::TrackCols::order_key |
Definition at line 276 of file export_channel_selector.h.
Gtk::TreeModelColumn<std::shared_ptr<ARDOUR::Route> > TrackExportChannelSelector::TrackCols::route |
Definition at line 273 of file export_channel_selector.h.
Gtk::TreeModelColumn<bool> TrackExportChannelSelector::TrackCols::selected |
Definition at line 275 of file export_channel_selector.h.