Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
FakeUIPressProxy Class Reference

#include <FlutterFakeKeyEvents.h>

Inheritance diagram for FakeUIPressProxy:
FlutterUIPressProxy

Instance Methods

(instancetype) - initWithData:key:type:timestamp:
 
(ios(13.4) - API_AVAILABLE
 
(ios(13.4) - API_AVAILABLE
 
(ios(13.4) - API_AVAILABLE
 
(ios(13.4) - API_AVAILABLE
 
() - ios [implementation]
 
() - ios [implementation]
 
() - ios [implementation]
 
() - ios [implementation]
 
- Instance Methods inherited from FlutterUIPressProxy
(instancetype) - initWithPress:withEvent:
 

Properties

UIPressPhase dataPhase
 
UIKey * dataKey
 
UIEventType dataType
 
NSTimeInterval dataTimestamp
 
- Properties inherited from FlutterUIPressProxy
UIPress * press [implementation]
 
UIEventevent [implementation]
 

Detailed Description

Definition at line 15 of file FlutterFakeKeyEvents.h.

Method Documentation

◆ API_AVAILABLE [1/4]

- (ios(13.4) API_AVAILABLE

Reimplemented from FlutterUIPressProxy.

◆ API_AVAILABLE [2/4]

- (ios(13.4) API_AVAILABLE

Reimplemented from FlutterUIPressProxy.

◆ API_AVAILABLE [3/4]

- (ios(13.4) API_AVAILABLE

Reimplemented from FlutterUIPressProxy.

◆ API_AVAILABLE [4/4]

- (ios(13.4) API_AVAILABLE

Reimplemented from FlutterUIPressProxy.

◆ initWithData:key:type:timestamp:

- (instancetype) initWithData: (UIPressPhase)  phase
key: (UIKey*)  key
type: (UIEventType)  type
timestamp: (ios(13.4))  API_AVAILABLE 

Definition at line 11 of file FlutterFakeKeyEvents.mm.

14 :(UIPressPhase)phase
15 key:(UIKey*)key
16 type:(UIEventType)type
17 timestamp:(NSTimeInterval)timestamp API_AVAILABLE(ios(13.4)) {
18 self = [super init];
19 if (self) {
20 _dataPhase = phase;
21 _dataKey = [key copy];
22 _dataType = type;
23 _dataTimestamp = timestamp;
24 }
25 return self;
26}
ios(13.4 API_AVAILABLE()
ios(13.4 API_AVAILABLE()

◆ ios [1/4]

- ios
implementation

Reimplemented from FlutterUIPressProxy.

Definition at line 11 of file FlutterFakeKeyEvents.mm.

28 {
29 return _dataPhase;
30}

◆ ios [2/4]

- ios
implementation

Reimplemented from FlutterUIPressProxy.

Definition at line 11 of file FlutterFakeKeyEvents.mm.

32 {
33 return _dataKey;
34}

◆ ios [3/4]

- ios
implementation

Reimplemented from FlutterUIPressProxy.

Definition at line 11 of file FlutterFakeKeyEvents.mm.

36 {
37 return _dataType;
38}

◆ ios [4/4]

- ios
implementation

Reimplemented from FlutterUIPressProxy.

Definition at line 11 of file FlutterFakeKeyEvents.mm.

40 {
41 return _dataTimestamp;
42}

Property Documentation

◆ dataKey

- (UIKey*) dataKey
readnonatomicassign

Definition at line 27 of file FlutterFakeKeyEvents.h.

◆ dataPhase

- (UIPressPhase) dataPhase
readnonatomicassign

Definition at line 26 of file FlutterFakeKeyEvents.h.

◆ dataTimestamp

- (NSTimeInterval) dataTimestamp
readnonatomicassign

Definition at line 29 of file FlutterFakeKeyEvents.h.

◆ dataType

- (UIEventType) dataType
readnonatomicassign

Definition at line 28 of file FlutterFakeKeyEvents.h.


The documentation for this class was generated from the following files: