Ardour
9.0-pre0-582-g084a23a80d
|
#include <export_channel_selector.h>
Public Member Functions | |
PortCols () | |
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< bool > | selected |
Gtk::TreeModelColumn< std::weak_ptr< ARDOUR::AudioPort > > | port |
Gtk::TreeModelColumn< std::string > | label |
Definition at line 162 of file export_channel_selector.h.
|
inline |
Definition at line 165 of file export_channel_selector.h.
Gtk::TreeModelColumn<std::string> PortExportChannelSelector::RouteCols::PortCols::label |
Definition at line 169 of file export_channel_selector.h.
Gtk::TreeModelColumn<std::weak_ptr<ARDOUR::AudioPort> > PortExportChannelSelector::RouteCols::PortCols::port |
Definition at line 168 of file export_channel_selector.h.
Gtk::TreeModelColumn<bool> PortExportChannelSelector::RouteCols::PortCols::selected |
Definition at line 167 of file export_channel_selector.h.