class ScreenReaderActionRegistry
Defined at line 86 of file ../../src/ui/a11y/lib/screen_reader/screen_reader_action.h
An interface to retrieeve actions.
Public Methods
void AddAction (std::string name, std::unique_ptr<ScreenReaderAction> action)
Adds an |action| with |name| to the registry. |name| can be later used to retrieeve this
action.
ScreenReaderAction * GetActionByName (const std::string & name)
Returns the action registered with |name|, nullptr if not found.
void ScreenReaderActionRegistry ()
Defined at line 88 of file ../../src/ui/a11y/lib/screen_reader/screen_reader_action.h
void ~ScreenReaderActionRegistry ()
Defined at line 89 of file ../../src/ui/a11y/lib/screen_reader/screen_reader_action.h