/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/ATVSlideshow.framework/ATVSlideshow
  6. */
  7. #import "ATVSlideshow-Structs.h"
  8. #import <NSObject.h> // Unknown library
  9. @class MRRenderer, MRAction, MRTouchSet, NSArray, NSSet, MCAction;
  10. @interface MRGestureRecognizer : NSObject {
  11. MRRenderer *_renderer; // 4 = 0x4
  12. MRAction *_automaticStartAction; // 8 = 0x8
  13. MRAction *_automaticUpdateAction; // 12 = 0xc
  14. MRAction *_automaticEndAction; // 16 = 0x10
  15. MRAction *_automaticCancelAction; // 20 = 0x14
  16. MRAction *_startAction; // 24 = 0x18
  17. MRAction *_updateAction; // 28 = 0x1c
  18. MRAction *_endAction; // 32 = 0x20
  19. MRAction *_cancelAction; // 36 = 0x24
  20. NSObject *_sender; // 40 = 0x28
  21. NSObject *_target; // 44 = 0x2c
  22. NSArray *_matrixChain; // 48 = 0x30
  23. int _state; // 52 = 0x34
  24. CGSize _referenceSize; // 56 = 0x38
  25. MRTouchSet *_touchSet; // 64 = 0x40
  26. CGPoint _centroidStartLocation; // 68 = 0x44
  27. CGPoint _centroidLocation; // 76 = 0x4c
  28. CGPoint _previousCentroidLocation; // 84 = 0x54
  29. CGPoint _offsetFromCentroid; // 92 = 0x5c
  30. float _scale; // 100 = 0x64
  31. float _previousScale; // 104 = 0x68
  32. float _ratioFromScale; // 108 = 0x6c
  33. float _rotation; // 112 = 0x70
  34. float _previousRotation; // 116 = 0x74
  35. float _offsetFromRotation; // 120 = 0x78
  36. double _startTime; // 124 = 0x7c
  37. double _hitTime; // 132 = 0x84
  38. double _previousHitTime; // 140 = 0x8c
  39. }
  40. @property(retain) MCAction *cancelAction; // G=0x363adc79; S=0x363adc99;
  41. @property(retain) MCAction *endAction; // G=0x363adbe1; S=0x363adc01;
  42. @property(retain) NSArray *matrixChain; // G=0x363aeba1; S=0x363aebb5; @synthesize=_matrixChain
  43. @property(assign, nonatomic) CGSize referenceSize; // G=0x363aebe5; S=0x363aebfd; @synthesize=_referenceSize
  44. @property(readonly, assign) id sender; // G=0x363aeb8d; @synthesize=_sender
  45. @property(retain) MCAction *startAction; // G=0x363adab1; S=0x363adad1;
  46. @property(assign, nonatomic) int state; // G=0x363aebc5; S=0x363aebd5; @synthesize=_state
  47. @property(readonly, assign) NSSet *touches; // G=0x363add11;
  48. @property(retain) MCAction *updateAction; // G=0x363adb49; S=0x363adb69;
  49. - (id)initWithRenderer:(id)renderer startAction:(id)action andSender:(id)sender; // 0x363ad8d1
  50. - (void)_addSpecificObjectToAction:(id)action; // 0x363aeb89
  51. - (CGPoint)_localPointFromTouchPoint:(CGPoint)touchPoint; // 0x363ae961
  52. - (void)_sendAction:(id)action; // 0x363ae81d
  53. - (void)_sendCancelActions; // 0x363ae7c9
  54. - (void)_sendEndActions; // 0x363ae775
  55. - (void)_sendStartActions; // 0x363ae6cd
  56. - (void)_sendUpdateActions; // 0x363ae721
  57. - (void)abort; // 0x363ae475
  58. // declared property getter: - (id)cancelAction; // 0x363adc79
  59. - (void)dealloc; // 0x363ad961
  60. - (id)description; // 0x363ae595
  61. // declared property getter: - (id)endAction; // 0x363adbe1
  62. // declared property getter: - (id)matrixChain; // 0x363aeba1
  63. // declared property getter: - (CGSize)referenceSize; // 0x363aebe5
  64. // declared property getter: - (id)sender; // 0x363aeb8d
  65. // declared property setter: - (void)setCancelAction:(id)action; // 0x363adc99
  66. // declared property setter: - (void)setEndAction:(id)action; // 0x363adc01
  67. // declared property setter: - (void)setMatrixChain:(id)chain; // 0x363aebb5
  68. // declared property setter: - (void)setReferenceSize:(CGSize)size; // 0x363aebfd
  69. // declared property setter: - (void)setStartAction:(id)action; // 0x363adad1
  70. // declared property setter: - (void)setState:(int)state; // 0x363aebd5
  71. // declared property setter: - (void)setUpdateAction:(id)action; // 0x363adb69
  72. // declared property getter: - (id)startAction; // 0x363adab1
  73. // declared property getter: - (int)state; // 0x363aebc5
  74. - (void)touchBegan:(id)began; // 0x363add31
  75. - (void)touchEnded:(id)ended; // 0x363ae181
  76. - (void)touchMoved:(id)moved; // 0x363adfdd
  77. // declared property getter: - (id)touches; // 0x363add11
  78. // declared property getter: - (id)updateAction; // 0x363adb49
  79. @end