#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 1782 of file embedder.h.
| FlutterSemanticsCustomAction* FlutterSemanticsUpdate::custom_actions |
Array of semantics custom actions. Has length custom_actions_count.
Definition at line 1792 of file embedder.h.
Referenced by CreateEmbedderSemanticsUpdateCallbackV1().
| size_t FlutterSemanticsUpdate::custom_actions_count |
The number of semantics custom action updates.
Definition at line 1790 of file embedder.h.
Referenced by CreateEmbedderSemanticsUpdateCallbackV1(), and flutter::testing::TEST_F().
| FlutterSemanticsNode* FlutterSemanticsUpdate::nodes |
Definition at line 1788 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 1786 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 1784 of file embedder.h.
Referenced by flutter::EmbedderSemanticsUpdate::EmbedderSemanticsUpdate().