Ardour
9.0-pre0-582-g084a23a80d
|
#include <region_list_base.h>
Public Member Functions | |
Columns () | |
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< std::string > | name |
Gtk::TreeModelColumn< int > | channels |
Gtk::TreeModelColumn< std::string > | tags |
Gtk::TreeModelColumn< Temporal::timepos_t > | position |
Gtk::TreeModelColumn< std::string > | start |
Gtk::TreeModelColumn< std::string > | end |
Gtk::TreeModelColumn< std::string > | length |
Gtk::TreeModelColumn< std::string > | sync |
Gtk::TreeModelColumn< std::string > | fadein |
Gtk::TreeModelColumn< std::string > | fadeout |
Gtk::TreeModelColumn< bool > | locked |
Gtk::TreeModelColumn< bool > | muted |
Gtk::TreeModelColumn< bool > | opaque |
Gtk::TreeModelColumn< std::string > | path |
Gtk::TreeModelColumn< std::shared_ptr< ARDOUR::Region > > | region |
Gtk::TreeModelColumn< Gdk::Color > | color_ |
Gtk::TreeModelColumn< std::string > | captd_for |
Gtk::TreeModelColumn< std::string > | take_id |
Gtk::TreeModelColumn< std::string > | natural_pos |
Gtk::TreeModelColumn< Temporal::timepos_t > | natural_s |
Gtk::TreeModelColumn< size_t > | captd_xruns |
Definition at line 90 of file region_list_base.h.
|
inline |
Definition at line 91 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::captd_for |
Definition at line 133 of file region_list_base.h.
Gtk::TreeModelColumn<size_t> RegionListBase::Columns::captd_xruns |
Definition at line 137 of file region_list_base.h.
Gtk::TreeModelColumn<int> RegionListBase::Columns::channels |
Definition at line 118 of file region_list_base.h.
Gtk::TreeModelColumn<Gdk::Color> RegionListBase::Columns::color_ |
Definition at line 132 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::end |
Definition at line 122 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::fadein |
Definition at line 125 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::fadeout |
Definition at line 126 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::length |
Definition at line 123 of file region_list_base.h.
Gtk::TreeModelColumn<bool> RegionListBase::Columns::locked |
Definition at line 127 of file region_list_base.h.
Gtk::TreeModelColumn<bool> RegionListBase::Columns::muted |
Definition at line 128 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::name |
Definition at line 117 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::natural_pos |
Definition at line 135 of file region_list_base.h.
Gtk::TreeModelColumn<Temporal::timepos_t> RegionListBase::Columns::natural_s |
Definition at line 136 of file region_list_base.h.
Gtk::TreeModelColumn<bool> RegionListBase::Columns::opaque |
Definition at line 129 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::path |
Definition at line 130 of file region_list_base.h.
Gtk::TreeModelColumn<Temporal::timepos_t> RegionListBase::Columns::position |
Definition at line 120 of file region_list_base.h.
Gtk::TreeModelColumn<std::shared_ptr<ARDOUR::Region> > RegionListBase::Columns::region |
Definition at line 131 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::start |
Definition at line 121 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::sync |
Definition at line 124 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::tags |
Definition at line 119 of file region_list_base.h.
Gtk::TreeModelColumn<std::string> RegionListBase::Columns::take_id |
Definition at line 134 of file region_list_base.h.