Flutter Engine
The Flutter Engine
testing
scenario_app
ios
Scenarios
Scenarios
TextPlatformView.h
Go to the documentation of this file.
1
// Copyright 2013 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_TEXTPLATFORMVIEW_H_
6
#define FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_TEXTPLATFORMVIEW_H_
7
8
#import <Flutter/Flutter.h>
9
10
NS_ASSUME_NONNULL_BEGIN
11
12
@interface
TextPlatformView
: NSObject <
FlutterPlatformView
>
13
14
- (instancetype)
initWithFrame
:(CGRect)frame
15
viewIdentifier:(int64_t)viewId
16
arguments:(
id
_Nullable)args
17
binaryMessenger:(NSObject<
FlutterBinaryMessenger
>*)messenger;
18
19
- (UIView*)
view
;
20
@end
21
22
@interface
TextPlatformViewFactory
: NSObject <
FlutterPlatformViewFactory
>
23
- (instancetype)initWithMessenger:(NSObject<
FlutterBinaryMessenger
>*)messenger;
24
@end
25
26
NS_ASSUME_NONNULL_END
27
28
#endif
// FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_TEXTPLATFORMVIEW_H_
NS_ASSUME_NONNULL_BEGIN
#define NS_ASSUME_NONNULL_BEGIN
Definition:
FlutterMacros.h:19
NS_ASSUME_NONNULL_END
#define NS_ASSUME_NONNULL_END
Definition:
FlutterMacros.h:20
TextPlatformViewFactory
Definition:
TextPlatformView.h:22
TextPlatformView
Definition:
TextPlatformView.h:12
-[TextPlatformView view]
UIView * view()
Definition:
TextPlatformView.m:106
initWithFrame
instancetype initWithFrame
Definition:
FlutterTextInputPlugin.h:172
FlutterBinaryMessenger-p
Definition:
FlutterBinaryMessenger.h:49
FlutterPlatformView-p
Definition:
FlutterPlatformViews.h:18
FlutterPlatformViewFactory-p
Definition:
FlutterPlatformViews.h:26
Generated on Sun Jun 23 2024 21:55:19 for Flutter Engine by
1.9.4