Switchboard Extension SDK
Loading...
Searching...
No Matches
switchboard::Node Member List

This is the complete list of members for switchboard::Node, including all inherited members.

addEventListener(const std::string &eventName, EventCallback callback)switchboard::EventEmitter
callAction(const std::string &actionName, const std::map< std::string, std::any > &params) overrideswitchboard::Nodevirtual
emitEvent(const std::string &eventName, const EventData &data)switchboard::EventEmitterprotected
EventEmitter()switchboard::EventEmitter
getNumberOfInputs() constswitchboard::Node
getNumberOfOutputs() constswitchboard::Node
getType() constswitchboard::Node
getValue(const std::string &key) overrideswitchboard::Nodevirtual
nameswitchboard::Node
Node(const uint numberOfInputs, const uint numberOfOutputs)switchboard::Node
numberOfInputs (defined in switchboard::Node)switchboard::Nodeprotected
numberOfOutputs (defined in switchboard::Node)switchboard::Nodeprotected
removeEventListener(unsigned int listenerID)switchboard::EventEmitter
setValue(const std::string &key, const std::any &value) overrideswitchboard::Nodevirtual
SwitchboardObject(const std::string &objectType) (defined in switchboard::SwitchboardObject)switchboard::SwitchboardObjectexplicit
type (defined in switchboard::Node)switchboard::Nodeprotected
~EventEmitter()switchboard::EventEmittervirtual
~SwitchboardObject() override=defaultswitchboard::SwitchboardObject