Ardour  9.0-pre0-582-g084a23a80d
AnalysisWindow::TrackListColumns Struct Reference
Inheritance diagram for AnalysisWindow::TrackListColumns:
[legend]

Public Member Functions

 TrackListColumns ()
 
- 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 > trackname
 
Gtk::TreeModelColumn< bool > visible
 
Gtk::TreeModelColumn< Gdk::Colorcolor
 
Gtk::TreeModelColumn< FFTResult * > graph
 

Detailed Description

Definition at line 73 of file analysis_window.h.

Constructor & Destructor Documentation

◆ TrackListColumns()

AnalysisWindow::TrackListColumns::TrackListColumns ( )
inline

Definition at line 75 of file analysis_window.h.

Member Data Documentation

◆ color

Gtk::TreeModelColumn<Gdk::Color> AnalysisWindow::TrackListColumns::color

Definition at line 83 of file analysis_window.h.

◆ graph

Gtk::TreeModelColumn<FFTResult *> AnalysisWindow::TrackListColumns::graph

Definition at line 84 of file analysis_window.h.

◆ trackname

Gtk::TreeModelColumn<std::string> AnalysisWindow::TrackListColumns::trackname

Definition at line 81 of file analysis_window.h.

◆ visible

Gtk::TreeModelColumn<bool> AnalysisWindow::TrackListColumns::visible

Definition at line 82 of file analysis_window.h.


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