| addEventListener(const std::string &eventName, Callback callback) | switchboard::EventEmitter | |
| AudioNode(uint numberOfInputs, uint numberOfOutputs) | switchboard::AudioNode | |
| AudioSinkNode(const uint numberOfInputs) | switchboard::AudioSinkNode | inline |
| callAction(const std::string &actionName, const SBAnyMap ¶ms) override | switchboard::Node | virtual |
| Callback typedef (defined in switchboard::EventEmitter) | switchboard::EventEmitter | |
| consume(AudioBusList &buses)=0 | switchboard::AudioSinkNode | pure virtual |
| emitEvent(const std::string &eventName, const SBAny &data) | switchboard::EventEmitter | protected |
| EventEmitter() | switchboard::EventEmitter | |
| getDisplayName() const | switchboard::AudioNode | virtual |
| getNumberOfInputs() const | switchboard::Node | |
| getNumberOfOutputs() const | switchboard::Node | |
| getObjectID() const | switchboard::SwitchboardObject | |
| getObjectSubtype() const | switchboard::SwitchboardObject | |
| getObjectType() const | switchboard::SwitchboardObject | |
| getParentObject() const | switchboard::SwitchboardObject | |
| getType() const | switchboard::Node | |
| getURI() | switchboard::SwitchboardObject | |
| getValue(const std::string &key) override | switchboard::Node | virtual |
| Node(uint numberOfInputs, uint numberOfOutputs) | switchboard::Node | |
| numberOfInputs | switchboard::Node | protected |
| numberOfOutputs | switchboard::Node | protected |
| registerAction(const std::string &key, const SBAnyMap &actionInfo) | switchboard::SwitchboardObject | |
| registerConfiguration(const std::string &key, const SBAnyMap &configuration) | switchboard::SwitchboardObject | |
| registerEvent(const std::string &eventName, const SBAnyMap &eventInfo) | switchboard::SwitchboardObject | |
| registerProperty(const std::string &key, const SBAnyMap &propertyInfo) | switchboard::SwitchboardObject | |
| removeEventListener(unsigned int listenerID) | switchboard::EventEmitter | |
| setBusFormats(AudioBusFormatList &busFormats)=0 | switchboard::AudioSinkNode | pure virtual |
| setConfigurationValue(const std::string &key, const SBAny &value) | switchboard::SwitchboardObject | |
| setObjectID(const std::string &objectID) | switchboard::SwitchboardObject | |
| setObjectSubtype(std::optional< std::string > subtype) | switchboard::SwitchboardObject | |
| setParentObject(SwitchboardObject *parentObject) | switchboard::SwitchboardObject | |
| setValue(const std::string &key, const SBAny &value) override | switchboard::Node | virtual |
| SwitchboardObject(const std::string &objectType) | switchboard::SwitchboardObject | explicit |
| title | switchboard::Node | protected |
| type | switchboard::Node | protected |
| ~AudioNode() override=default | switchboard::AudioNode | |
| ~EventEmitter() | switchboard::EventEmitter | virtual |
| ~SwitchboardObject() override | switchboard::SwitchboardObject | |