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

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

addEventListener(const std::string &eventName, Callback callback)switchboard::EventEmitter
callAction(const std::string &actionName, const std::map< std::string, std::any > &params) overrideswitchboard::Enginevirtual
Callback typedef (defined in switchboard::EventEmitter)switchboard::EventEmitter
emitEvent(const std::string &eventName, const std::any &data)switchboard::EventEmitterprotected
Engine() (defined in switchboard::Engine)switchboard::Engine
EventEmitter()switchboard::EventEmitter
getObjectID() constswitchboard::SwitchboardObject
getObjectType() constswitchboard::SwitchboardObject
getParentObject() constswitchboard::SwitchboardObject
getValue(const std::string &key) overrideswitchboard::Enginevirtual
registerAction(const std::string &key, const std::map< std::string, std::any > &actionInfo)switchboard::SwitchboardObject
registerConfiguration(const std::string &key, const std::map< std::string, std::any > &configuration)switchboard::SwitchboardObject
registerEvent(const std::string &eventName, const std::map< std::string, std::any > &eventInfo)switchboard::SwitchboardObject
registerProperty(const std::string &key, const std::map< std::string, std::any > &propertyInfo)switchboard::SwitchboardObject
removeEventListener(unsigned int listenerID)switchboard::EventEmitter
setConfigurationValue(const std::string &key, const std::any &value)switchboard::SwitchboardObject
setObjectID(const std::string &objectID)switchboard::SwitchboardObject
setParentObject(SwitchboardObject *parentObject)switchboard::SwitchboardObject
setValue(const std::string &key, const std::any &value) overrideswitchboard::Enginevirtual
SwitchboardObject(const std::string &objectType)switchboard::SwitchboardObjectexplicit
~Engine()=default (defined in switchboard::Engine)switchboard::Enginevirtual
~EventEmitter()switchboard::EventEmittervirtual
~SwitchboardObject() overrideswitchboard::SwitchboardObject