|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <route_processor_selection.h>
Public Member Functions | |
| RouteProcessorSelection (ARDOUR::SessionHandlePtr &, AxisViewProvider &) | |
| void | clear () |
| bool | empty () |
| void | set (AxisView *) |
| void | add (AxisView *, bool with_groups=false) |
| void | remove (AxisView *, bool with_groups=false) |
| bool | selected (AxisView *) |
| void | clear_routes () |
| void | presentation_info_changed (PBD::PropertyChange const &what_changed) |
Public Member Functions inherited from ProcessorSelection | |
| ProcessorSelection () | |
| void | clear () |
| bool | empty () |
| void | set (XMLNode *node) |
| void | add (XMLNode *node) |
| void | clear_processors () |
Public Member Functions inherited from PBD::ScopedConnectionList | |
| ScopedConnectionList () | |
| ScopedConnectionList (const ScopedConnectionList &)=delete | |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| virtual | ~ScopedConnectionList () |
| void | add_connection (const UnscopedConnection &c) |
| void | drop_connections () |
| std::list< ScopedConnectionList * >::size_type | size () const |
Public Attributes | |
| AxisViewSelection | axes |
Public Attributes inherited from ProcessorSelection | |
| XMLProcessorSelection | processors |
| sigc::signal< void > | ProcessorsChanged |
Private Member Functions | |
| void | removed (AxisView *) |
| RouteProcessorSelection & | operator= (const RouteProcessorSelection &other) |
| RouteProcessorSelection (RouteProcessorSelection const &) | |
Private Attributes | |
| ARDOUR::SessionHandlePtr & | shp |
| AxisViewProvider & | avp |
Definition at line 37 of file route_processor_selection.h.
| RouteProcessorSelection::RouteProcessorSelection | ( | ARDOUR::SessionHandlePtr & | , |
| AxisViewProvider & | |||
| ) |
|
private |
| void RouteProcessorSelection::add | ( | AxisView * | , |
| bool | with_groups = false |
||
| ) |
| void RouteProcessorSelection::clear | ( | ) |
| void RouteProcessorSelection::clear_routes | ( | ) |
| bool RouteProcessorSelection::empty | ( | ) |
|
private |
| void RouteProcessorSelection::presentation_info_changed | ( | PBD::PropertyChange const & | what_changed | ) |
| void RouteProcessorSelection::remove | ( | AxisView * | , |
| bool | with_groups = false |
||
| ) |
|
private |
| bool RouteProcessorSelection::selected | ( | AxisView * | ) |
| void RouteProcessorSelection::set | ( | AxisView * | ) |
|
private |
Definition at line 58 of file route_processor_selection.h.
| AxisViewSelection RouteProcessorSelection::axes |
Definition at line 40 of file route_processor_selection.h.
|
private |
Definition at line 57 of file route_processor_selection.h.