/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/ATVSlideshow.framework/Headers/MRCAMLLayer.h

https://github.com/zsh-tony/appletv-private-headers · C Header · 73 lines · 51 code · 4 blank · 18 comment · 0 complexity · dae333910b47d8476965c3a9a884a7b2 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 <NSObject.h> // Unknown library
  8. #import "ATVSlideshow-Structs.h"
  9. @class NSString, NSArray, NSDictionary, MRImageProvider;
  10. @interface MRCAMLLayer : NSObject {
  11. float x; // 4 = 0x4
  12. float y; // 8 = 0x8
  13. float width; // 12 = 0xc
  14. float height; // 16 = 0x10
  15. float duration; // 20 = 0x14
  16. float color[4]; // 24 = 0x18
  17. BOOL hasColor; // 40 = 0x28
  18. BOOL hasSublayerTransform; // 41 = 0x29
  19. BOOL hasTransform; // 42 = 0x2a
  20. CGPoint anchorPoint; // 44 = 0x2c
  21. float subScaleX; // 52 = 0x34
  22. float subScaleY; // 56 = 0x38
  23. float subScaleZ; // 60 = 0x3c
  24. float subRX; // 64 = 0x40
  25. float subRY; // 68 = 0x44
  26. float subRZ; // 72 = 0x48
  27. float subTX; // 76 = 0x4c
  28. float subTY; // 80 = 0x50
  29. float subTZ; // 84 = 0x54
  30. float scaleX; // 88 = 0x58
  31. float scaleY; // 92 = 0x5c
  32. float scaleZ; // 96 = 0x60
  33. float rX; // 100 = 0x64
  34. float rY; // 104 = 0x68
  35. float rZ; // 108 = 0x6c
  36. float tX; // 112 = 0x70
  37. float tY; // 116 = 0x74
  38. float tZ; // 120 = 0x78
  39. float opacity; // 124 = 0x7c
  40. BOOL hasOpacity; // 128 = 0x80
  41. BOOL masksToBounds; // 129 = 0x81
  42. MRImageProvider *contents; // 132 = 0x84
  43. NSString *name; // 136 = 0x88
  44. NSArray *animations; // 140 = 0x8c
  45. NSArray *sublayers; // 144 = 0x90
  46. NSDictionary *states; // 148 = 0x94
  47. NSArray *masks; // 152 = 0x98
  48. }
  49. @property(retain, nonatomic) NSArray *animations; // G=0x363b602d; S=0x363b603d; @synthesize
  50. @property(retain, nonatomic) MRImageProvider *contents; // G=0x363b60ad; S=0x363b60bd; @synthesize
  51. @property(retain, nonatomic) NSArray *masks; // G=0x363b608d; S=0x363b609d; @synthesize
  52. @property(copy, nonatomic) NSString *name; // G=0x363b6009; S=0x363b601d; @synthesize
  53. @property(retain, nonatomic) NSDictionary *states; // G=0x363b606d; S=0x363b607d; @synthesize
  54. @property(retain, nonatomic) NSArray *sublayers; // G=0x363b604d; S=0x363b605d; @synthesize
  55. - (id)init; // 0x363b5ed9
  56. // declared property getter: - (id)animations; // 0x363b602d
  57. // declared property getter: - (id)contents; // 0x363b60ad
  58. - (void)dealloc; // 0x363b5f75
  59. // declared property getter: - (id)masks; // 0x363b608d
  60. // declared property getter: - (id)name; // 0x363b6009
  61. // declared property setter: - (void)setAnimations:(id)animations; // 0x363b603d
  62. // declared property setter: - (void)setContents:(id)contents; // 0x363b60bd
  63. // declared property setter: - (void)setMasks:(id)masks; // 0x363b609d
  64. // declared property setter: - (void)setName:(id)name; // 0x363b601d
  65. // declared property setter: - (void)setStates:(id)states; // 0x363b607d
  66. // declared property setter: - (void)setSublayers:(id)sublayers; // 0x363b605d
  67. // declared property getter: - (id)states; // 0x363b606d
  68. // declared property getter: - (id)sublayers; // 0x363b604d
  69. @end