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

https://github.com/zsh-tony/appletv-private-headers · C Header · 57 lines · 41 code · 4 blank · 12 comment · 0 complexity · c2402bb3c7a283b0716755306204ced9 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 "NSCoding.h"
  9. #import "NSCopying.h"
  10. #import "ATVSlideshow-Structs.h"
  11. @class MPTextInternal, MCText;
  12. @protocol MPEffectSupport;
  13. @interface MPText : NSObject <NSCoding, NSCopying> {
  14. MCText *_text; // 4 = 0x4
  15. MPTextInternal *_internal; // 8 = 0x8
  16. NSObject<MPEffectSupport> *_parent; // 12 = 0xc
  17. }
  18. @property(retain) id attributedString; // G=0x362253c1; S=0x362253e1; converted property
  19. @property(retain) id plainString; // G=0x362266bd; S=0x362266f5; converted property
  20. @property(retain) MCText *text; // G=0x36226109; S=0x362268a1; converted property
  21. + (id)textWithAttributedString:(id)attributedString; // 0x36224fc1
  22. - (id)init; // 0x3622503d
  23. - (id)initWithAttributedString:(id)attributedString; // 0x36224ffd
  24. - (id)initWithCoder:(id)coder; // 0x362251c1
  25. - (id)action; // 0x3622679d
  26. // converted property getter: - (id)attributedString; // 0x362253c1
  27. - (void)checkForMaxFontSize; // 0x36226e7d
  28. - (void)checkForPlacesLabel; // 0x36226991
  29. - (void)copyStruct:(id)aStruct; // 0x3622681d
  30. - (id)copyWithZone:(NSZone *)zone; // 0x362250b5
  31. - (void)dealloc; // 0x3622534d
  32. - (id)defaultString; // 0x36226181
  33. - (id)description; // 0x362252d5
  34. - (double)displayDuration; // 0x36225e51
  35. - (double)displayStartTime; // 0x36225c69
  36. - (double)displayTime; // 0x36225a79
  37. - (void)dump; // 0x36226119
  38. - (void)encodeWithCoder:(id)coder; // 0x36225119
  39. - (id)fullDebugLog; // 0x36226141
  40. - (int)index; // 0x36225a09
  41. - (BOOL)isOriginal; // 0x362262b1
  42. - (float)maxFontSize; // 0x36226219
  43. - (id)nearestPlug; // 0x36226879
  44. - (id)parentEffect; // 0x362256d5
  45. // converted property getter: - (id)plainString; // 0x362266bd
  46. // converted property setter: - (void)setAttributedString:(id)string; // 0x362253e1
  47. - (void)setParent:(id)parent; // 0x36226921
  48. // converted property setter: - (void)setPlainString:(id)string; // 0x362266f5
  49. // converted property setter: - (void)setText:(id)text; // 0x362268a1
  50. - (id)subtitleSlide; // 0x362256e5
  51. // converted property getter: - (id)text; // 0x36226109
  52. - (float)textAreaAspectRatio; // 0x36225f11
  53. @end