Ardour
9.0-pre0-822-g12e3bc5c20
|
Public Member Functions | |
Columns () | |
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.