Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of the struct. Must be sizeof(FlutterSemanticsUpdate). More... | |
size_t | nodes_count |
The number of semantics node updates. More... | |
FlutterSemanticsNode * | nodes |
size_t | custom_actions_count |
The number of semantics custom action updates. More... | |
FlutterSemanticsCustomAction * | custom_actions |
Array of semantics custom actions. Has length custom_actions_count . More... | |
A batch of updates to semantics nodes and custom actions.
FlutterSemanticsUpdate2
instead. Adding members to FlutterSemanticsNode
or FlutterSemanticsCustomAction
breaks the ABI of this struct. Definition at line 1490 of file embedder.h.
FlutterSemanticsCustomAction* FlutterSemanticsUpdate::custom_actions |
Array of semantics custom actions. Has length custom_actions_count
.
Definition at line 1500 of file embedder.h.
size_t FlutterSemanticsUpdate::custom_actions_count |
The number of semantics custom action updates.
Definition at line 1498 of file embedder.h.
FlutterSemanticsNode* FlutterSemanticsUpdate::nodes |
Definition at line 1496 of file embedder.h.
size_t FlutterSemanticsUpdate::nodes_count |
The number of semantics node updates.
Definition at line 1494 of file embedder.h.
size_t FlutterSemanticsUpdate::struct_size |
The size of the struct. Must be sizeof(FlutterSemanticsUpdate).
Definition at line 1492 of file embedder.h.