Ardour  9.0-pre0-582-g084a23a80d
PortExportChannelSelector::RouteCols Class Reference
Inheritance diagram for PortExportChannelSelector::RouteCols:
[legend]

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 Member Functions inherited from Gtk::TreeModelColumnRecord
 TreeModelColumnRecord ()
 
virtual ~TreeModelColumnRecord ()
 
void add (TreeModelColumnBase &column)
 
unsigned int size () const
 
const GType * types () const
 

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 117 of file export_channel_selector.h.

Member Typedef Documentation

◆ ComboCol

Constructor & Destructor Documentation

◆ RouteCols()

PortExportChannelSelector::RouteCols::RouteCols ( )
inline

Definition at line 123 of file export_channel_selector.h.

Member Function Documentation

◆ add_channels()

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

◆ get_channel()

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

Member Data Documentation

◆ channels

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

Definition at line 153 of file export_channel_selector.h.

◆ io

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

Definition at line 137 of file export_channel_selector.h.

◆ n_channels

uint32_t PortExportChannelSelector::RouteCols::n_channels

Definition at line 127 of file export_channel_selector.h.

◆ name

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

Definition at line 136 of file export_channel_selector.h.

◆ port_cols

PortCols PortExportChannelSelector::RouteCols::port_cols

Definition at line 171 of file export_channel_selector.h.

◆ port_list_col

ComboCol PortExportChannelSelector::RouteCols::port_list_col

Definition at line 142 of file export_channel_selector.h.

◆ selected

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

Definition at line 135 of file export_channel_selector.h.


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