Ardour
9.0-pre0-582-g084a23a80d
|
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< std::string > | s_start |
Gtk::TreeModelColumn< std::string > | s_end |
Gtk::TreeModelColumn< ARDOUR::Location * > | location |
Gtk::TreeModelColumn< Temporal::timepos_t > | start |
Gtk::TreeModelColumn< Temporal::timepos_t > | end |
Definition at line 93 of file editor_sections.h.
|
inline |
Definition at line 94 of file editor_sections.h.
Gtk::TreeModelColumn<Temporal::timepos_t> EditorSections::Columns::end |
Definition at line 108 of file editor_sections.h.
Gtk::TreeModelColumn<ARDOUR::Location*> EditorSections::Columns::location |
Definition at line 106 of file editor_sections.h.
Gtk::TreeModelColumn<std::string> EditorSections::Columns::name |
Definition at line 103 of file editor_sections.h.
Gtk::TreeModelColumn<std::string> EditorSections::Columns::s_end |
Definition at line 105 of file editor_sections.h.
Gtk::TreeModelColumn<std::string> EditorSections::Columns::s_start |
Definition at line 104 of file editor_sections.h.
Gtk::TreeModelColumn<Temporal::timepos_t> EditorSections::Columns::start |
Definition at line 107 of file editor_sections.h.