Ardour  9.0-pre0-582-g084a23a80d
EditorSections::Columns Struct Reference
Inheritance diagram for EditorSections::Columns:
[legend]

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_tstart
 
Gtk::TreeModelColumn< Temporal::timepos_tend
 

Detailed Description

Definition at line 93 of file editor_sections.h.

Constructor & Destructor Documentation

◆ Columns()

EditorSections::Columns::Columns ( )
inline

Definition at line 94 of file editor_sections.h.

Member Data Documentation

◆ end

Gtk::TreeModelColumn<Temporal::timepos_t> EditorSections::Columns::end

Definition at line 108 of file editor_sections.h.

◆ location

Gtk::TreeModelColumn<ARDOUR::Location*> EditorSections::Columns::location

Definition at line 106 of file editor_sections.h.

◆ name

Gtk::TreeModelColumn<std::string> EditorSections::Columns::name

Definition at line 103 of file editor_sections.h.

◆ s_end

Gtk::TreeModelColumn<std::string> EditorSections::Columns::s_end

Definition at line 105 of file editor_sections.h.

◆ s_start

Gtk::TreeModelColumn<std::string> EditorSections::Columns::s_start

Definition at line 104 of file editor_sections.h.

◆ start

Gtk::TreeModelColumn<Temporal::timepos_t> EditorSections::Columns::start

Definition at line 107 of file editor_sections.h.


The documentation for this struct was generated from the following file: