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

https://github.com/zsh-tony/appletv-private-headers · C Header · 54 lines · 34 code · 4 blank · 16 comment · 0 complexity · 53ac0f4e80c22a85fa9bf2d01a074cd7 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. @class NSString, NSArray, NSDictionary;
  9. @interface MPWeighterConstraint : NSObject {
  10. int numOfImages; // 4 = 0x4
  11. NSDictionary *nextConstraints; // 8 = 0x8
  12. NSString *presetID; // 12 = 0xc
  13. int movieCount; // 16 = 0x10
  14. BOOL moviesOnly; // 20 = 0x14
  15. BOOL ignoreMovies; // 21 = 0x15
  16. int wideLandscape; // 24 = 0x18
  17. int square; // 28 = 0x1c
  18. int landscape; // 32 = 0x20
  19. int portrait; // 36 = 0x24
  20. int hBreaks; // 40 = 0x28
  21. int vBreaks; // 44 = 0x2c
  22. int supportsHBreaks; // 48 = 0x30
  23. int supportsVBreaks; // 52 = 0x34
  24. int supportsAllBreaks; // 56 = 0x38
  25. int allBreaks; // 60 = 0x3c
  26. BOOL hasBreak; // 64 = 0x40
  27. NSArray *maxAspectRatios; // 68 = 0x44
  28. NSArray *minAspectRatios; // 72 = 0x48
  29. NSArray *tags; // 76 = 0x4c
  30. BOOL tagsOnSourceOnly; // 80 = 0x50
  31. BOOL shelf; // 81 = 0x51
  32. }
  33. @property(retain, nonatomic) NSArray *maxAspectRatios; // G=0x36230581; S=0x36230591; @synthesize
  34. @property(retain, nonatomic) NSArray *minAspectRatios; // G=0x362305a1; S=0x362305b1; @synthesize
  35. @property(retain, nonatomic) NSDictionary *nextConstraints; // G=0x36230541; S=0x36230551; @synthesize
  36. @property(retain, nonatomic) NSString *presetID; // G=0x36230561; S=0x36230571; @synthesize
  37. @property(retain, nonatomic) NSArray *tags; // G=0x362305c1; S=0x362305d1; @synthesize
  38. - (id)init; // 0x36230341
  39. - (void)dealloc; // 0x36230481
  40. // declared property getter: - (id)maxAspectRatios; // 0x36230581
  41. // declared property getter: - (id)minAspectRatios; // 0x362305a1
  42. // declared property getter: - (id)nextConstraints; // 0x36230541
  43. // declared property getter: - (id)presetID; // 0x36230561
  44. // declared property setter: - (void)setMaxAspectRatios:(id)ratios; // 0x36230591
  45. // declared property setter: - (void)setMinAspectRatios:(id)ratios; // 0x362305b1
  46. // declared property setter: - (void)setNextConstraints:(id)constraints; // 0x36230551
  47. // declared property setter: - (void)setPresetID:(id)anId; // 0x36230571
  48. // declared property setter: - (void)setTags:(id)tags; // 0x362305d1
  49. // declared property getter: - (id)tags; // 0x362305c1
  50. @end