|
Ardour
9.0-pre0-1952-gc5e0b21049
|
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) |
| Channel & | get_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< Channel > | channels |
| PortCols | port_cols |
Definition at line 117 of file export_channel_selector.h.
| typedef Gtk::TreeModelColumn<Glib::RefPtr<Gtk::ListStore> > PortExportChannelSelector::RouteCols::ComboCol |
Definition at line 141 of file export_channel_selector.h.
|
inline |
Definition at line 123 of file export_channel_selector.h.
| void PortExportChannelSelector::RouteCols::add_channels | ( | uint32_t | chans | ) |
| Channel& PortExportChannelSelector::RouteCols::get_channel | ( | uint32_t | channel | ) |
| std::list<Channel> PortExportChannelSelector::RouteCols::channels |
Definition at line 153 of file export_channel_selector.h.
| Gtk::TreeModelColumn<ARDOUR::IO *> PortExportChannelSelector::RouteCols::io |
Definition at line 137 of file export_channel_selector.h.
| uint32_t PortExportChannelSelector::RouteCols::n_channels |
Definition at line 127 of file export_channel_selector.h.
| Gtk::TreeModelColumn<std::string> PortExportChannelSelector::RouteCols::name |
Definition at line 136 of file export_channel_selector.h.
| PortCols PortExportChannelSelector::RouteCols::port_cols |
Definition at line 171 of file export_channel_selector.h.
| ComboCol PortExportChannelSelector::RouteCols::port_list_col |
Definition at line 142 of file export_channel_selector.h.
| Gtk::TreeModelColumn<bool> PortExportChannelSelector::RouteCols::selected |
Definition at line 135 of file export_channel_selector.h.