Ardour
9.0-pre0-582-g084a23a80d
|
#include <processor_selection.h>
Public Member Functions | |
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 () |
Public Attributes | |
XMLProcessorSelection | processors |
sigc::signal< void > | ProcessorsChanged |
Private Member Functions | |
ProcessorSelection & | operator= (const ProcessorSelection &other) |
ProcessorSelection (ProcessorSelection const &) | |
Definition at line 61 of file processor_selection.h.
|
inline |
Definition at line 64 of file processor_selection.h.
|
private |
void ProcessorSelection::add | ( | XMLNode * | node | ) |
void ProcessorSelection::clear | ( | ) |
void ProcessorSelection::clear_processors | ( | ) |
bool ProcessorSelection::empty | ( | ) |
|
private |
void ProcessorSelection::set | ( | XMLNode * | node | ) |
XMLProcessorSelection ProcessorSelection::processors |
Definition at line 66 of file processor_selection.h.
sigc::signal<void> ProcessorSelection::ProcessorsChanged |
Definition at line 67 of file processor_selection.h.