Flutter Engine
 
Loading...
Searching...
No Matches
FlutterSemanticsUpdate2 Struct Reference

A batch of updates to semantics nodes and custom actions. More...

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of the struct. Must be sizeof(FlutterSemanticsUpdate2).
 
size_t node_count
 The number of semantics node updates.
 
FlutterSemanticsNode2 ** nodes
 
size_t custom_action_count
 The number of semantics custom action updates.
 
FlutterSemanticsCustomAction2 ** custom_actions
 
FlutterViewId view_id
 

Detailed Description

A batch of updates to semantics nodes and custom actions.

Definition at line 1796 of file embedder.h.

Member Data Documentation

◆ custom_action_count

size_t FlutterSemanticsUpdate2::custom_action_count

The number of semantics custom action updates.

Definition at line 1804 of file embedder.h.

Referenced by flutter::FlutterWindowsEngine::Run(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().

◆ custom_actions

FlutterSemanticsCustomAction2** FlutterSemanticsUpdate2::custom_actions

Array of semantics custom action pointers. Has length custom_action_count.

Definition at line 1807 of file embedder.h.

Referenced by flutter::FlutterWindowsEngine::Run().

◆ node_count

◆ nodes

◆ struct_size

size_t FlutterSemanticsUpdate2::struct_size

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

Definition at line 1798 of file embedder.h.

Referenced by flutter::EmbedderSemanticsUpdate2::EmbedderSemanticsUpdate2().

◆ view_id

FlutterViewId FlutterSemanticsUpdate2::view_id

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