Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterSemanticsUpdate Struct Reference

#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.
 
FlutterSemanticsNodenodes
 
size_t custom_actions_count
 The number of semantics custom action updates.
 
FlutterSemanticsCustomActioncustom_actions
 Array of semantics custom actions. Has length custom_actions_count.
 

Detailed Description

A batch of updates to semantics nodes and custom actions.

Deprecated:
Use FlutterSemanticsUpdate2 instead. Adding members to FlutterSemanticsNode or FlutterSemanticsCustomAction breaks the ABI of this struct.

Definition at line 1488 of file embedder.h.

Member Data Documentation

◆ custom_actions

FlutterSemanticsCustomAction* FlutterSemanticsUpdate::custom_actions

Array of semantics custom actions. Has length custom_actions_count.

Definition at line 1498 of file embedder.h.

◆ custom_actions_count

size_t FlutterSemanticsUpdate::custom_actions_count

The number of semantics custom action updates.

Definition at line 1496 of file embedder.h.

◆ nodes

FlutterSemanticsNode* FlutterSemanticsUpdate::nodes

Definition at line 1494 of file embedder.h.

◆ nodes_count

size_t FlutterSemanticsUpdate::nodes_count

The number of semantics node updates.

Definition at line 1492 of file embedder.h.

◆ struct_size

size_t FlutterSemanticsUpdate::struct_size

The size of the struct. Must be sizeof(FlutterSemanticsUpdate).

Definition at line 1490 of file embedder.h.


The documentation for this struct was generated from the following file: