|
| UserBundle (std::string const &) |
|
| UserBundle (XMLNode const &, bool) |
|
XMLNode & | get_state () const |
|
| Bundle (bool i=true) |
|
| Bundle (std::string const &, bool i=true) |
|
| Bundle (std::shared_ptr< Bundle >) |
|
virtual | ~Bundle () |
|
ChanCount | nchannels () const |
|
uint32_t | n_total () const |
|
PortList const & | channel_ports (uint32_t c) const |
|
void | add_channel (std::string const &, DataType) |
|
void | add_channel (std::string const &, DataType, std::string const &) |
|
void | add_channel (std::string const &, DataType, PortList) |
|
std::string | channel_name (uint32_t) const |
|
DataType | channel_type (uint32_t) const |
|
void | set_channel_name (uint32_t, std::string const &) |
|
void | add_port_to_channel (uint32_t, std::string) |
|
void | set_port (uint32_t, std::string) |
|
void | remove_port_from_channel (uint32_t, std::string) |
|
void | remove_ports_from_channel (uint32_t) |
|
void | remove_ports_from_channels () |
|
bool | port_attached_to_channel (uint32_t, std::string) |
|
bool | offers_port (std::string) const |
|
bool | offers_port_alone (std::string) const |
|
void | remove_channel (uint32_t) |
|
void | remove_channels () |
|
void | add_channels_from_bundle (std::shared_ptr< Bundle >) |
|
void | connect (std::shared_ptr< Bundle >, AudioEngine &, bool allow_partial=false) |
|
void | disconnect (std::shared_ptr< Bundle >, AudioEngine &) |
|
bool | connected_to (std::shared_ptr< Bundle >, AudioEngine &, DataType type=DataType::NIL, bool exclusive=false) |
|
bool | connected_to_anything (AudioEngine &) |
|
bool | has_same_ports (std::shared_ptr< Bundle >) const |
|
uint32_t | type_channel_to_overall (DataType, uint32_t) const |
|
uint32_t | overall_channel_to_type (DataType, uint32_t) const |
|
void | set_name (std::string const &) |
|
std::string | name () const |
|
void | set_ports_are_inputs () |
|
void | set_ports_are_outputs () |
|
bool | ports_are_inputs () const |
|
bool | ports_are_outputs () const |
|
void | suspend_signals () |
|
void | resume_signals () |
|
bool | operator== (Bundle const &other) |
|
| ScopedConnectionList () |
|
| ScopedConnectionList (const ScopedConnectionList &)=delete |
|
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
|
virtual | ~ScopedConnectionList () |
|
void | add_connection (const UnscopedConnection &c) |
|
void | drop_connections () |
|
| Stateful () |
|
virtual | ~Stateful () |
|
virtual bool | apply_change (PropertyBase const &) |
|
PropertyChange | apply_changes (PropertyList const &) |
|
const OwnedPropertyList & | properties () const |
|
void | add_property (PropertyBase &s) |
|
void | add_extra_xml (XMLNode &) |
|
XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
|
void | save_extra_xml (const XMLNode &) |
|
const PBD::ID & | id () const |
|
bool | set_id (const XMLNode &) |
|
void | set_id (const std::string &) |
|
void | reset_id () |
|
void | clear_changes () |
|
virtual void | clear_owned_changes () |
|
PropertyList * | get_changes_as_properties (PBD::Command *) const |
|
virtual void | rdiff (std::vector< PBD::Command * > &) const |
|
bool | changed () const |
|
virtual PropertyList * | property_factory (const XMLNode &) const |
|
virtual void | suspend_property_changes () |
|
virtual void | resume_property_changes () |
|
bool | property_changes_suspended () const |
|
Definition at line 31 of file user_bundle.h.