#include <semantics_update.h>
Definition at line 14 of file semantics_update.h.
◆ ~SemanticsUpdate()
flutter::SemanticsUpdate::~SemanticsUpdate |
( |
| ) |
|
|
overridedefault |
◆ create()
Definition at line 21 of file semantics_update.cc.
23 {
24 auto semantics_update = fml::MakeRefCounted<SemanticsUpdate>(
25 std::move(nodes), std::move(actions));
26 semantics_update->AssociateWithDartWrapper(semantics_update_handle);
27}
◆ dispose()
void flutter::SemanticsUpdate::dispose |
( |
| ) |
|
◆ takeActions()
◆ takeNodes()
The documentation for this class was generated from the following files: