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_t koid, fuchsia::accessibility::semantics::SemanticListenerPtr semantic_listener, SemanticTreeService::CloseChannelCallback close_channel_callback, SemanticTree::SemanticsEventCallback semantics_event_callback)

Defined at line 138 of file ../../src/ui/a11y/lib/semantics/semantic_tree_service.cc