Flutter Engine
 
Loading...
Searching...
No Matches
flutter::SemanticsFlags Struct Reference

#include <semantics_flags.h>

Public Attributes

SemanticsCheckState isChecked = SemanticsCheckState::kNone
 
SemanticsTristate isSelected = SemanticsTristate::kNone
 
SemanticsTristate isEnabled = SemanticsTristate::kNone
 
SemanticsTristate isToggled = SemanticsTristate::kNone
 
SemanticsTristate isExpanded = SemanticsTristate::kNone
 
SemanticsTristate isRequired = SemanticsTristate::kNone
 
SemanticsTristate isFocused = SemanticsTristate::kNone
 
bool isButton = false
 
bool isTextField = false
 
bool isInMutuallyExclusiveGroup = false
 
bool isHeader = false
 
bool isObscured = false
 
bool scopesRoute = false
 
bool namesRoute = false
 
bool isHidden = false
 
bool isImage = false
 
bool isLiveRegion = false
 
bool hasImplicitScrolling = false
 
bool isMultiline = false
 
bool isReadOnly = false
 
bool isLink = false
 
bool isSlider = false
 
bool isKeyboardKey = false
 
bool isAccessibilityFocusBlocked = false
 

Detailed Description

Definition at line 25 of file semantics_flags.h.

Member Data Documentation

◆ hasImplicitScrolling

bool flutter::SemanticsFlags::hasImplicitScrolling = false

Definition at line 43 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isAccessibilityFocusBlocked

bool flutter::SemanticsFlags::isAccessibilityFocusBlocked = false

Definition at line 49 of file semantics_flags.h.

◆ isButton

bool flutter::SemanticsFlags::isButton = false

◆ isChecked

◆ isEnabled

SemanticsTristate flutter::SemanticsFlags::isEnabled = SemanticsTristate::kNone

Definition at line 28 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().

◆ isExpanded

SemanticsTristate flutter::SemanticsFlags::isExpanded = SemanticsTristate::kNone

Definition at line 30 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isFocused

◆ isHeader

bool flutter::SemanticsFlags::isHeader = false

◆ isHidden

bool flutter::SemanticsFlags::isHidden = false

Definition at line 40 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().

◆ isImage

bool flutter::SemanticsFlags::isImage = false

◆ isInMutuallyExclusiveGroup

bool flutter::SemanticsFlags::isInMutuallyExclusiveGroup = false

Definition at line 35 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().

◆ isKeyboardKey

bool flutter::SemanticsFlags::isKeyboardKey = false

Definition at line 48 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().

◆ isLink

bool flutter::SemanticsFlags::isLink = false

◆ isLiveRegion

bool flutter::SemanticsFlags::isLiveRegion = false

Definition at line 42 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isMultiline

bool flutter::SemanticsFlags::isMultiline = false

Definition at line 44 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isObscured

bool flutter::SemanticsFlags::isObscured = false

Definition at line 37 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isReadOnly

bool flutter::SemanticsFlags::isReadOnly = false

Definition at line 45 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isRequired

SemanticsTristate flutter::SemanticsFlags::isRequired = SemanticsTristate::kNone

Definition at line 31 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ isSelected

◆ isSlider

bool flutter::SemanticsFlags::isSlider = false

Definition at line 47 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().

◆ isTextField

bool flutter::SemanticsFlags::isTextField = false

Definition at line 34 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().

◆ isToggled

◆ namesRoute

bool flutter::SemanticsFlags::namesRoute = false

Definition at line 39 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().

◆ scopesRoute

bool flutter::SemanticsFlags::scopesRoute = false

Definition at line 38 of file semantics_flags.h.

Referenced by flutter::SemanticsFlagsToInt().


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