/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/ATVSlideshow.framework/Headers/MRGestureRecognizer.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 83 lines · 57 code · 4 blank · 22 comment · 0 complexity · 64314d20709b37cebbfa2e60fe200e16 MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/ATVSlideshow.framework/ATVSlideshow
- */
- #import "ATVSlideshow-Structs.h"
- #import <NSObject.h> // Unknown library
- @class MRRenderer, MRAction, MRTouchSet, NSArray, NSSet, MCAction;
- @interface MRGestureRecognizer : NSObject {
- MRRenderer *_renderer; // 4 = 0x4
- MRAction *_automaticStartAction; // 8 = 0x8
- MRAction *_automaticUpdateAction; // 12 = 0xc
- MRAction *_automaticEndAction; // 16 = 0x10
- MRAction *_automaticCancelAction; // 20 = 0x14
- MRAction *_startAction; // 24 = 0x18
- MRAction *_updateAction; // 28 = 0x1c
- MRAction *_endAction; // 32 = 0x20
- MRAction *_cancelAction; // 36 = 0x24
- NSObject *_sender; // 40 = 0x28
- NSObject *_target; // 44 = 0x2c
- NSArray *_matrixChain; // 48 = 0x30
- int _state; // 52 = 0x34
- CGSize _referenceSize; // 56 = 0x38
- MRTouchSet *_touchSet; // 64 = 0x40
- CGPoint _centroidStartLocation; // 68 = 0x44
- CGPoint _centroidLocation; // 76 = 0x4c
- CGPoint _previousCentroidLocation; // 84 = 0x54
- CGPoint _offsetFromCentroid; // 92 = 0x5c
- float _scale; // 100 = 0x64
- float _previousScale; // 104 = 0x68
- float _ratioFromScale; // 108 = 0x6c
- float _rotation; // 112 = 0x70
- float _previousRotation; // 116 = 0x74
- float _offsetFromRotation; // 120 = 0x78
- double _startTime; // 124 = 0x7c
- double _hitTime; // 132 = 0x84
- double _previousHitTime; // 140 = 0x8c
- }
- @property(retain) MCAction *cancelAction; // G=0x363adc79; S=0x363adc99;
- @property(retain) MCAction *endAction; // G=0x363adbe1; S=0x363adc01;
- @property(retain) NSArray *matrixChain; // G=0x363aeba1; S=0x363aebb5; @synthesize=_matrixChain
- @property(assign, nonatomic) CGSize referenceSize; // G=0x363aebe5; S=0x363aebfd; @synthesize=_referenceSize
- @property(readonly, assign) id sender; // G=0x363aeb8d; @synthesize=_sender
- @property(retain) MCAction *startAction; // G=0x363adab1; S=0x363adad1;
- @property(assign, nonatomic) int state; // G=0x363aebc5; S=0x363aebd5; @synthesize=_state
- @property(readonly, assign) NSSet *touches; // G=0x363add11;
- @property(retain) MCAction *updateAction; // G=0x363adb49; S=0x363adb69;
- - (id)initWithRenderer:(id)renderer startAction:(id)action andSender:(id)sender; // 0x363ad8d1
- - (void)_addSpecificObjectToAction:(id)action; // 0x363aeb89
- - (CGPoint)_localPointFromTouchPoint:(CGPoint)touchPoint; // 0x363ae961
- - (void)_sendAction:(id)action; // 0x363ae81d
- - (void)_sendCancelActions; // 0x363ae7c9
- - (void)_sendEndActions; // 0x363ae775
- - (void)_sendStartActions; // 0x363ae6cd
- - (void)_sendUpdateActions; // 0x363ae721
- - (void)abort; // 0x363ae475
- // declared property getter: - (id)cancelAction; // 0x363adc79
- - (void)dealloc; // 0x363ad961
- - (id)description; // 0x363ae595
- // declared property getter: - (id)endAction; // 0x363adbe1
- // declared property getter: - (id)matrixChain; // 0x363aeba1
- // declared property getter: - (CGSize)referenceSize; // 0x363aebe5
- // declared property getter: - (id)sender; // 0x363aeb8d
- // declared property setter: - (void)setCancelAction:(id)action; // 0x363adc99
- // declared property setter: - (void)setEndAction:(id)action; // 0x363adc01
- // declared property setter: - (void)setMatrixChain:(id)chain; // 0x363aebb5
- // declared property setter: - (void)setReferenceSize:(CGSize)size; // 0x363aebfd
- // declared property setter: - (void)setStartAction:(id)action; // 0x363adad1
- // declared property setter: - (void)setState:(int)state; // 0x363aebd5
- // declared property setter: - (void)setUpdateAction:(id)action; // 0x363adb69
- // declared property getter: - (id)startAction; // 0x363adab1
- // declared property getter: - (int)state; // 0x363aebc5
- - (void)touchBegan:(id)began; // 0x363add31
- - (void)touchEnded:(id)ended; // 0x363ae181
- - (void)touchMoved:(id)moved; // 0x363adfdd
- // declared property getter: - (id)touches; // 0x363add11
- // declared property getter: - (id)updateAction; // 0x363adb49
- @end