|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
This is the complete list of members for a11::actions::ActionRegistry, including all inherited members.
| Copy(bool clear_autofills=true) const | a11::actions::ActionRegistry | |
| GetHandler(std::string_view action_name) const | a11::actions::ActionRegistry | |
| GetSchema(std::string_view action_name) const | a11::actions::ActionRegistry | |
| IsRegistered(std::string_view action_name) const | a11::actions::ActionRegistry | |
| ListRegisteredActions() const | a11::actions::ActionRegistry | |
| MakeAction(std::string_view action_name, std::string action_id={}, std::shared_ptr< nodes::NodeMap > node_map=nullptr, std::shared_ptr< net::WireStream > stream=nullptr, std::shared_ptr< service::Session > session=nullptr) | a11::actions::ActionRegistry | |
| MakeActionMessage(std::string_view action_name, std::string action_id={}) | a11::actions::ActionRegistry | |
| Register(std::string action_name, ActionSchema schema, ActionHandler handler={}) | a11::actions::ActionRegistry | |
| RegisterSync(std::string action_name, ActionSchema schema, SyncActionHandler handler) | a11::actions::ActionRegistry | |
| Unregister(std::string_view action_name) | a11::actions::ActionRegistry |