#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of the struct. Must be sizeof(FlutterSemanticsUpdate). | |
| size_t | nodes_count |
| The number of semantics node updates. | |
| FlutterSemanticsNode * | nodes |
| size_t | custom_actions_count |
| The number of semantics custom action updates. | |
| FlutterSemanticsCustomAction * | custom_actions |
Array of semantics custom actions. Has length custom_actions_count. | |
A batch of updates to semantics nodes and custom actions.
Definition at line 1812 of file embedder.h.
| FlutterSemanticsCustomAction* FlutterSemanticsUpdate::custom_actions |
Array of semantics custom actions. Has length custom_actions_count.
Definition at line 1822 of file embedder.h.
Referenced by CreateEmbedderSemanticsUpdateCallbackV1().
| size_t FlutterSemanticsUpdate::custom_actions_count |
The number of semantics custom action updates.
Definition at line 1820 of file embedder.h.
Referenced by CreateEmbedderSemanticsUpdateCallbackV1(), and flutter::testing::TEST_F().
| FlutterSemanticsNode* FlutterSemanticsUpdate::nodes |
Definition at line 1818 of file embedder.h.
Referenced by CreateEmbedderSemanticsUpdateCallbackV1(), and flutter::testing::TEST_F().
| size_t FlutterSemanticsUpdate::nodes_count |
The number of semantics node updates.
Definition at line 1816 of file embedder.h.
Referenced by CreateEmbedderSemanticsUpdateCallbackV1(), and flutter::testing::TEST_F().
| size_t FlutterSemanticsUpdate::struct_size |
The size of the struct. Must be sizeof(FlutterSemanticsUpdate).
Definition at line 1814 of file embedder.h.
Referenced by flutter::EmbedderSemanticsUpdate::EmbedderSemanticsUpdate().