Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
flutter::CustomAccessibilityAction Struct Reference

#include <custom_accessibility_action.h>

Public Member Functions

 CustomAccessibilityAction ()
 
 ~CustomAccessibilityAction ()
 

Public Attributes

int32_t id = 0
 
int32_t overrideId = -1
 
std::string label
 
std::string hint
 

Detailed Description

A custom accessibility action is used to indicate additional semantics actions that a user can perform on a semantics node beyond the preconfigured options.

Definition at line 17 of file custom_accessibility_action.h.

Constructor & Destructor Documentation

◆ CustomAccessibilityAction()

flutter::CustomAccessibilityAction::CustomAccessibilityAction ( )
default

◆ ~CustomAccessibilityAction()

flutter::CustomAccessibilityAction::~CustomAccessibilityAction ( )
default

Member Data Documentation

◆ hint

std::string flutter::CustomAccessibilityAction::hint

Definition at line 24 of file custom_accessibility_action.h.

◆ id

int32_t flutter::CustomAccessibilityAction::id = 0

Definition at line 21 of file custom_accessibility_action.h.

◆ label

std::string flutter::CustomAccessibilityAction::label

Definition at line 23 of file custom_accessibility_action.h.

◆ overrideId

int32_t flutter::CustomAccessibilityAction::overrideId = -1

Definition at line 22 of file custom_accessibility_action.h.


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