class SemanticTreeServiceFactory
Defined at line 112 of file ../../src/ui/a11y/lib/semantics/semantic_tree_service.h
Factory class to build a new Semantic Tree Service.
Public Methods
void SemanticTreeServiceFactory (inspect::Node node)
Defined at line 114 of file ../../src/ui/a11y/lib/semantics/semantic_tree_service.h
void ~SemanticTreeServiceFactory ()
Defined at line 116 of file ../../src/ui/a11y/lib/semantics/semantic_tree_service.h
std::unique_ptr<SemanticTreeService> NewService (zx_koid_tkoid,fuchsia::accessibility::semantics::SemanticListenerPtrsemantic_listener,SemanticTreeService::CloseChannelCallbackclose_channel_callback,SemanticTree::SemanticsEventCallbacksemantics_event_callback)
Defined at line 138 of file ../../src/ui/a11y/lib/semantics/semantic_tree_service.cc