Flutter iOS Embedder
SemanticsObject.mm File Reference

Go to the source code of this file.

Variables

NSMutableArray< SemanticsObject * > * _children
 
NSMutableArray< SemanticsObject * > * _childrenInHitTestOrder
 
BOOL _inDealloc
 
fml::WeakPtr< flutter::AccessibilityBridgeIos_bridge
 

Variable Documentation

◆ _bridge

fml::WeakPtr<flutter::AccessibilityBridgeIos> _bridge
Initial value:
{
SemanticsObject* _semanticsObject

Definition at line 897 of file SemanticsObject.mm.

Referenced by SemanticsObject::initWithBridge:uid:, and SemanticsObjectContainer::initWithSemanticsObject:bridge:.

◆ _children

NSMutableArray<SemanticsObject*>* _children
Initial value:
{
fml::scoped_nsobject<SemanticsObjectContainer> _container

Definition at line 265 of file SemanticsObject.mm.

Referenced by SemanticsObject::initWithBridge:uid:, and SemanticsObject::replaceChildAtIndex:withChild:.

◆ _childrenInHitTestOrder

NSMutableArray<SemanticsObject*>* _childrenInHitTestOrder

Definition at line 268 of file SemanticsObject.mm.

Referenced by SemanticsObject::initWithBridge:uid:.

◆ _inDealloc

BOOL _inDealloc

Definition at line 269 of file SemanticsObject.mm.

SemanticsObject
Definition: SemanticsObject.h:30