|
Ardour
9.0-pre0-1952-gc5e0b21049
|
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::Color > | color |
| Gtk::TreeModelColumn< FFTResult * > | graph |
Definition at line 73 of file analysis_window.h.
|
inline |
Definition at line 75 of file analysis_window.h.
| Gtk::TreeModelColumn<Gdk::Color> AnalysisWindow::TrackListColumns::color |
Definition at line 83 of file analysis_window.h.
| Gtk::TreeModelColumn<FFTResult *> AnalysisWindow::TrackListColumns::graph |
Definition at line 84 of file analysis_window.h.
| Gtk::TreeModelColumn<std::string> AnalysisWindow::TrackListColumns::trackname |
Definition at line 81 of file analysis_window.h.
| Gtk::TreeModelColumn<bool> AnalysisWindow::TrackListColumns::visible |
Definition at line 82 of file analysis_window.h.