import "flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h"import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h"#include "flutter/shell/platform/embedder/embedder.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Variables | |
| static NSString *const | flutter::kAccessibilityLoadCompleteNotification = @"@"AXLoadComplete" |
| static NSString *const | flutter::kAccessibilityInvalidStatusChangedNotification = @"@"AXInvalidStatusChanged" |
| static NSString *const | flutter::kAccessibilityLiveRegionCreatedNotification = @"@"AXLiveRegionCreated" |
| static NSString *const | flutter::kAccessibilityLiveRegionChangedNotification = @"@"AXLiveRegionChanged" |
| static NSString *const | flutter::kAccessibilityExpandedChanged = @"@"AXExpandedChanged" |
| static NSString *const | flutter::kAccessibilityMenuItemSelectedNotification = @"@"AXMenuItemSelected" |