|
Ardour
9.0-pre0-1950-g391fe97693
|
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 95 of file editor_sections.h.
|
inline |
Definition at line 96 of file editor_sections.h.
| Gtk::TreeModelColumn<Temporal::timepos_t> EditorSections::Columns::end |
Definition at line 110 of file editor_sections.h.
| Gtk::TreeModelColumn<ARDOUR::Location*> EditorSections::Columns::location |
Definition at line 108 of file editor_sections.h.
| Gtk::TreeModelColumn<std::string> EditorSections::Columns::name |
Definition at line 105 of file editor_sections.h.
| Gtk::TreeModelColumn<std::string> EditorSections::Columns::s_end |
Definition at line 107 of file editor_sections.h.
| Gtk::TreeModelColumn<std::string> EditorSections::Columns::s_start |
Definition at line 106 of file editor_sections.h.
| Gtk::TreeModelColumn<Temporal::timepos_t> EditorSections::Columns::start |
Definition at line 109 of file editor_sections.h.