#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 |
Definition at line 25 of file semantics_flags.h.
| bool flutter::SemanticsFlags::hasImplicitScrolling = false |
Definition at line 43 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| bool flutter::SemanticsFlags::isAccessibilityFocusBlocked = false |
Definition at line 49 of file semantics_flags.h.
| bool flutter::SemanticsFlags::isButton = false |
Definition at line 33 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| SemanticsCheckState flutter::SemanticsFlags::isChecked = SemanticsCheckState::kNone |
Definition at line 26 of file semantics_flags.h.
Referenced by flutter::NativeSemanticsFlags::initSemanticsFlags(), flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| 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().
| SemanticsTristate flutter::SemanticsFlags::isExpanded = SemanticsTristate::kNone |
Definition at line 30 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| SemanticsTristate flutter::SemanticsFlags::isFocused = SemanticsTristate::kNone |
Definition at line 32 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), flutter_runner_test::TEST_F(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isHeader = false |
Definition at line 36 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isHidden = false |
Definition at line 40 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isImage = false |
Definition at line 41 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isInMutuallyExclusiveGroup = false |
Definition at line 35 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isKeyboardKey = false |
Definition at line 48 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isLink = false |
Definition at line 46 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), and flutter::testing::TEST_F().
| bool flutter::SemanticsFlags::isLiveRegion = false |
Definition at line 42 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| bool flutter::SemanticsFlags::isMultiline = false |
Definition at line 44 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| bool flutter::SemanticsFlags::isObscured = false |
Definition at line 37 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| bool flutter::SemanticsFlags::isReadOnly = false |
Definition at line 45 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| SemanticsTristate flutter::SemanticsFlags::isRequired = SemanticsTristate::kNone |
Definition at line 31 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| SemanticsTristate flutter::SemanticsFlags::isSelected = SemanticsTristate::kNone |
Definition at line 27 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isSlider = false |
Definition at line 47 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::isTextField = false |
Definition at line 34 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), and flutter_runner_test::TEST_F().
| SemanticsTristate flutter::SemanticsFlags::isToggled = SemanticsTristate::kNone |
Definition at line 29 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt(), flutter_runner_test::TEST_F(), and flutter_runner_test::TEST_F().
| bool flutter::SemanticsFlags::namesRoute = false |
Definition at line 39 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().
| bool flutter::SemanticsFlags::scopesRoute = false |
Definition at line 38 of file semantics_flags.h.
Referenced by flutter::SemanticsFlagsToInt().