|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <track_selection.h>
Public Member Functions | |
| TrackSelection () | |
| TrackSelection (TrackViewList const &) | |
Public Member Functions inherited from TrackViewList | |
| TrackViewList () | |
| TrackViewList (std::list< TimeAxisView * > const &) | |
| virtual | ~TrackViewList () |
| virtual TrackViewList | add (TrackViewList const &) |
| bool | contains (TimeAxisView const *) const |
| TrackViewList | filter_to_unique_playlists () |
| ARDOUR::RouteList | routelist () const |
| template<typename Function > | |
| void | foreach_time_axis (Function f) |
| template<typename Function > | |
| void | foreach_route_ui (Function f) |
| template<typename Function > | |
| void | foreach_stripable_time_axis (Function f) |
| template<typename Function > | |
| void | foreach_route_time_axis (Function f) |
| template<typename Function > | |
| void | foreach_audio_time_axis (Function f) |
| template<typename Function > | |
| void | foreach_midi_time_axis (Function f) |
Definition at line 25 of file track_selection.h.
|
inline |
Definition at line 28 of file track_selection.h.
| TrackSelection::TrackSelection | ( | TrackViewList const & | ) |