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

https://github.com/zsh-tony/appletv-private-headers · C Header · 37 lines · 27 code · 4 blank · 6 comment · 0 complexity · f7ffc6cbfaeb4ca59114680c9dc4b533 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 "MREffect.h"
  9. @class NSMutableDictionary, MRTextRenderer, MRCroppingSprite, MRImage;
  10. @interface MREffectWatercolorPanel : MREffect {
  11. NSMutableDictionary *mSprites; // 116 = 0x74
  12. MRTextRenderer *mTextRenderer; // 120 = 0x78
  13. MRImage *mTextImage; // 124 = 0x7c
  14. MRCroppingSprite *mTextSprite; // 128 = 0x80
  15. NSMutableDictionary *mBreakInformation; // 132 = 0x84
  16. }
  17. - (id)initWithEffectID:(id)effectID; // 0x3629e129
  18. - (void)_cleanup; // 0x3629e195
  19. - (void)_loadForTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x362a0c89
  20. - (int)_maxLinesForTextElement:(id)textElement; // 0x362a0c85
  21. - (CGSize)_maxSizeForTextElement:(id)textElement; // 0x362a0c51
  22. - (void)_unload; // 0x362a0f95
  23. - (id)elementHitAtPoint:(CGPoint)point withInverseMatrix:(float [16])inverseMatrix localPoint:(CGPoint *)point3; // 0x362a0a49
  24. - (BOOL)getVerticesCoordinates:(CGPoint (*)[4])coordinates withMatrix:(float [16])matrix forElement:(id)element; // 0x362a0bbd
  25. - (BOOL)isLoadedForTime:(double)time; // 0x3629e281
  26. - (void)renderAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629e305
  27. - (void)renderBreakAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629e479
  28. - (void)renderEffect2AtTime:(double)time isSquare:(BOOL)square inContext:(id)context withArguments:(id)arguments; // 0x3629f609
  29. - (void)renderEffect3AtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629fe51
  30. - (void)renderEffectSubtitleAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x362a03e1
  31. - (void)renderSubtitleBreakAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629ec49
  32. - (void)setAttributes:(id)attributes; // 0x3629e1e5
  33. @end