ardour
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
PortExportChannelSelector::RouteCols Class Reference
Inheritance diagram for PortExportChannelSelector::RouteCols:

Classes

struct  Channel
 
class  PortCols
 

Public Types

typedef Gtk::TreeModelColumn
< Glib::RefPtr< Gtk::ListStore > > 
ComboCol
 

Public Member Functions

 RouteCols ()
 
void add_channels (uint32_t chans)
 
Channelget_channel (uint32_t channel)
 

Public Attributes

uint32_t n_channels
 
Gtk::TreeModelColumn< bool > selected
 
Gtk::TreeModelColumn< std::string > name
 
Gtk::TreeModelColumn
< ARDOUR::IO * > 
io
 
ComboCol port_list_col
 
std::list< Channelchannels
 
PortCols port_cols
 

Detailed Description

Definition at line 102 of file export_channel_selector.h.

Member Typedef Documentation

typedef Gtk::TreeModelColumn<Glib::RefPtr<Gtk::ListStore> > PortExportChannelSelector::RouteCols::ComboCol

Definition at line 126 of file export_channel_selector.h.

Constructor & Destructor Documentation

PortExportChannelSelector::RouteCols::RouteCols ( )
inline

Definition at line 108 of file export_channel_selector.h.

Member Function Documentation

void PortExportChannelSelector::RouteCols::add_channels ( uint32_t  chans)

Definition at line 144 of file export_channel_selector.cc.

PortExportChannelSelector::RouteCols::Channel & PortExportChannelSelector::RouteCols::get_channel ( uint32_t  channel)

Definition at line 154 of file export_channel_selector.cc.

Member Data Documentation

std::list<Channel> PortExportChannelSelector::RouteCols::channels

Definition at line 138 of file export_channel_selector.h.

Gtk::TreeModelColumn<ARDOUR::IO *> PortExportChannelSelector::RouteCols::io

Definition at line 122 of file export_channel_selector.h.

uint32_t PortExportChannelSelector::RouteCols::n_channels

Definition at line 112 of file export_channel_selector.h.

Gtk::TreeModelColumn<std::string> PortExportChannelSelector::RouteCols::name

Definition at line 121 of file export_channel_selector.h.

PortCols PortExportChannelSelector::RouteCols::port_cols

Definition at line 156 of file export_channel_selector.h.

ComboCol PortExportChannelSelector::RouteCols::port_list_col

Definition at line 127 of file export_channel_selector.h.

Gtk::TreeModelColumn<bool> PortExportChannelSelector::RouteCols::selected

Definition at line 120 of file export_channel_selector.h.


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