37 lines
1.4 KiB
Objective-C
37 lines
1.4 KiB
Objective-C
//
|
|
// Generated by class-dump 3.5 (64 bit).
|
|
//
|
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
//
|
|
|
|
@class NSSet, NSString;
|
|
|
|
@interface XCKeyMappingPath : NSObject <NSCopying>
|
|
{
|
|
unsigned long long _keyState;
|
|
XCKeyMappingPath *_next;
|
|
NSSet *_inputs;
|
|
NSString *_output;
|
|
unsigned long long _length;
|
|
NSString *_producedString;
|
|
}
|
|
@property(readonly, copy) NSString *producedString; // @synthesize producedString=_producedString;
|
|
@property(readonly) unsigned long long length; // @synthesize length=_length;
|
|
@property(readonly, copy) NSString *output; // @synthesize output=_output;
|
|
@property(readonly, copy) NSSet *inputs; // @synthesize inputs=_inputs;
|
|
@property(readonly, copy) XCKeyMappingPath *next; // @synthesize next=_next;
|
|
@property(readonly) unsigned long long keyState; // @synthesize keyState=_keyState;
|
|
@property(readonly, getter=isEmpty) BOOL empty;
|
|
@property(readonly, getter=isComplete) BOOL complete;
|
|
|
|
+ (id)pathWithKeyState:(unsigned long long)arg1 next:(id)arg2 inputs:(id)arg3 output:(id)arg4;
|
|
+ (id)emptyPath;
|
|
|
|
- (id)inputSequenceWithRequiredFlags:(unsigned long long)arg1 excludedFlags:(unsigned long long)arg2;
|
|
- (id)inputWithRequiredFlags:(unsigned long long)arg1 excludedFlags:(unsigned long long)arg2;
|
|
|
|
- (id)initWithKeyState:(unsigned long long)arg1 next:(id)arg2 inputs:(id)arg3 output:(id)arg4;
|
|
- (id)init;
|
|
|
|
@end
|