Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions | Variables
SemanticsObject.mm File Reference
#import "flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.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.

Namespaces

namespace  FLUTTER_ASSERT_ARC
 

Functions

flutter::SemanticsAction FLUTTER_ASSERT_ARC::GetSemanticsActionForScrollDirection (UIAccessibilityScrollDirection direction)
 
SkM44 FLUTTER_ASSERT_ARC::GetGlobalTransform (SemanticsObject *reference)
 
SkPoint FLUTTER_ASSERT_ARC::ApplyTransform (SkPoint &point, const SkM44 &transform)
 
CGPoint FLUTTER_ASSERT_ARC::ConvertPointToGlobal (SemanticsObject *reference, CGPoint local_point)
 
CGRect FLUTTER_ASSERT_ARC::ConvertRectToGlobal (SemanticsObject *reference, CGRect local_rect)
 

Variables

BOOL _inDealloc
 

Variable Documentation

◆ _inDealloc

BOOL _inDealloc
Initial value:
{
NSMutableArray<SemanticsObject*>* _children

Definition at line 255 of file SemanticsObject.mm.