ardour
Public Member Functions | Public Attributes | List of all members
TrackExportChannelSelector::TrackCols Struct Reference
Inheritance diagram for TrackExportChannelSelector::TrackCols:

Public Member Functions

 TrackCols ()
 

Public Attributes

Gtk::TreeModelColumn
< boost::shared_ptr
< ARDOUR::Route > > 
route
 
Gtk::TreeModelColumn< std::string > label
 
Gtk::TreeModelColumn< bool > selected
 
Gtk::TreeModelColumn< uint32_t > order_key
 

Detailed Description

Definition at line 248 of file export_channel_selector.h.

Constructor & Destructor Documentation

TrackExportChannelSelector::TrackCols::TrackCols ( )
inline

Definition at line 256 of file export_channel_selector.h.

Member Data Documentation

Gtk::TreeModelColumn<std::string> TrackExportChannelSelector::TrackCols::label

Definition at line 252 of file export_channel_selector.h.

Gtk::TreeModelColumn<uint32_t> TrackExportChannelSelector::TrackCols::order_key

Definition at line 254 of file export_channel_selector.h.

Gtk::TreeModelColumn<boost::shared_ptr<ARDOUR::Route> > TrackExportChannelSelector::TrackCols::route

Definition at line 251 of file export_channel_selector.h.

Gtk::TreeModelColumn<bool> TrackExportChannelSelector::TrackCols::selected

Definition at line 253 of file export_channel_selector.h.


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