Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
SemanticsObject.mm File Reference
import "flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.h"
#include "flutter/fml/platform/darwin/scoped_nsobject.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h"

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

Initial value:

Definition at line 899 of file SemanticsObject.mm.

◆ _children

NSMutableArray<SemanticsObject*>* _children

◆ _childrenInHitTestOrder

NSMutableArray<SemanticsObject*>* _childrenInHitTestOrder

Definition at line 268 of file SemanticsObject.mm.

◆ _inDealloc

BOOL _inDealloc

Definition at line 269 of file SemanticsObject.mm.