#include <semantics_node.h>
Definition at line 99 of file semantics_node.h.
◆ SemanticsNode() [1/2]
flutter::SemanticsNode::SemanticsNode |
( |
| ) |
|
|
default |
◆ SemanticsNode() [2/2]
flutter::SemanticsNode::SemanticsNode |
( |
const SemanticsNode & |
other | ) |
|
|
default |
◆ ~SemanticsNode()
flutter::SemanticsNode::~SemanticsNode |
( |
| ) |
|
|
default |
◆ HasAction()
◆ HasFlag()
◆ IsPlatformViewNode()
bool flutter::SemanticsNode::IsPlatformViewNode |
( |
| ) |
const |
◆ actions
int32_t flutter::SemanticsNode::actions = 0 |
◆ childrenInHitTestOrder
std::vector<int32_t> flutter::SemanticsNode::childrenInHitTestOrder |
◆ childrenInTraversalOrder
std::vector<int32_t> flutter::SemanticsNode::childrenInTraversalOrder |
◆ currentValueLength
int32_t flutter::SemanticsNode::currentValueLength = -1 |
◆ customAccessibilityActions
std::vector<int32_t> flutter::SemanticsNode::customAccessibilityActions |
◆ decreasedValue
std::string flutter::SemanticsNode::decreasedValue |
◆ decreasedValueAttributes
◆ elevation
double flutter::SemanticsNode::elevation = 0.0 |
◆ flags
int32_t flutter::SemanticsNode::flags = 0 |
◆ headingLevel
int32_t flutter::SemanticsNode::headingLevel = 0 |
◆ hint
std::string flutter::SemanticsNode::hint |
◆ hintAttributes
◆ id
int32_t flutter::SemanticsNode::id = 0 |
◆ identifier
std::string flutter::SemanticsNode::identifier |
◆ increasedValue
std::string flutter::SemanticsNode::increasedValue |
◆ increasedValueAttributes
◆ label
std::string flutter::SemanticsNode::label |
◆ labelAttributes
◆ maxValueLength
int32_t flutter::SemanticsNode::maxValueLength = -1 |
◆ platformViewId
int32_t flutter::SemanticsNode::platformViewId = -1 |
◆ rect
◆ scrollChildren
int32_t flutter::SemanticsNode::scrollChildren = 0 |
◆ scrollExtentMax
double flutter::SemanticsNode::scrollExtentMax = std::nan("") |
◆ scrollExtentMin
double flutter::SemanticsNode::scrollExtentMin = std::nan("") |
◆ scrollIndex
int32_t flutter::SemanticsNode::scrollIndex = 0 |
◆ scrollPosition
double flutter::SemanticsNode::scrollPosition = std::nan("") |
◆ textDirection
int32_t flutter::SemanticsNode::textDirection = 0 |
◆ textSelectionBase
int32_t flutter::SemanticsNode::textSelectionBase = -1 |
◆ textSelectionExtent
int32_t flutter::SemanticsNode::textSelectionExtent = -1 |
◆ thickness
double flutter::SemanticsNode::thickness = 0.0 |
◆ tooltip
std::string flutter::SemanticsNode::tooltip |
◆ transform
◆ value
std::string flutter::SemanticsNode::value |
◆ valueAttributes
The documentation for this struct was generated from the following files: