初始化提交
This commit is contained in:
43
PrivateHeaders/XCTest/XCPointerEventPath.h
Normal file
43
PrivateHeaders/XCTest/XCPointerEventPath.h
Normal file
@@ -0,0 +1,43 @@
|
||||
//
|
||||
// Generated by class-dump 3.5 (64 bit).
|
||||
//
|
||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||
//
|
||||
|
||||
@class NSArray, NSMutableArray;
|
||||
|
||||
@interface XCPointerEventPath : NSObject <NSSecureCoding>
|
||||
{
|
||||
NSMutableArray *_pointerEvents;
|
||||
BOOL _immutable;
|
||||
unsigned long long _pathType;
|
||||
unsigned long long _index;
|
||||
}
|
||||
@property BOOL immutable; // @synthesize immutable=_immutable;
|
||||
@property unsigned long long index; // @synthesize index=_index;
|
||||
@property(readonly) unsigned long long pathType; // @synthesize pathType=_pathType;
|
||||
@property(readonly) NSArray *pointerEvents;
|
||||
|
||||
- (id)firstEventAfterOffset:(double)arg1;
|
||||
- (id)lastEventBeforeOffset:(double)arg1;
|
||||
- (void)_addPointerEvent:(id)arg1;
|
||||
- (void)releaseButton:(unsigned long long)arg1 atOffset:(double)arg2;
|
||||
- (void)pressButton:(unsigned long long)arg1 atOffset:(double)arg2;
|
||||
- (void)liftUpAtOffset:(double)arg1;
|
||||
- (void)moveToPoint:(struct CGPoint)arg1 atOffset:(double)arg2;
|
||||
- (void)pressDownWithPressure:(double)arg1 atOffset:(double)arg2;
|
||||
- (void)pressDownAtOffset:(double)arg1;
|
||||
- (id)initForMouseAtPoint:(struct CGPoint)arg1 offset:(double)arg2;
|
||||
- (id)initForTouchAtPoint:(CGPoint)arg1 offset:(double)arg2;
|
||||
// Since Xcode 10.2
|
||||
- (void)typeKey:(id)arg1 modifiers:(unsigned long long)arg2 atOffset:(double)arg3;
|
||||
// Since Xcode 12.beta5
|
||||
- (void)typeText:(id)arg1 atOffset:(double)arg2 typingSpeed:(unsigned long long)arg3 shouldRedact:(_Bool)arg4;
|
||||
// Since Xcode 10.2
|
||||
- (id)initForTextInput;
|
||||
// Since Xcode 10.2
|
||||
- (void)setModifiers:(unsigned long long)arg1 mergeWithCurrentModifierFlags:(_Bool)arg2 atOffset:(double)arg3;
|
||||
|
||||
- (id)init;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user