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

https://github.com/zsh-tony/appletv-private-headers · C Header · 29 lines · 19 code · 4 blank · 6 comment · 0 complexity · a1dece2796a40a361f1680359427adb7 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 MRCroppingSprite;
  10. @interface MREffectJustASlide : MREffect {
  11. MRCroppingSprite *mSprite; // 116 = 0x74
  12. BOOL mForceIsOpaque; // 120 = 0x78
  13. }
  14. - (id)init; // 0x36249771
  15. - (void)_cleanup; // 0x362497d5
  16. - (id)elementHitAtPoint:(CGPoint)point withInverseMatrix:(float [16])inverseMatrix localPoint:(CGPoint *)point3; // 0x3624a425
  17. - (BOOL)getVerticesCoordinates:(CGPoint (*)[4])coordinates withMatrix:(float [16])matrix forElement:(id)element; // 0x3624a469
  18. - (BOOL)isAlphaFriendly; // 0x36249931
  19. - (BOOL)isNative3D; // 0x36249801
  20. - (BOOL)isOpaque; // 0x36249891
  21. - (id)patchworkAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3624a3c9
  22. - (BOOL)prerenderForTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x362499ad
  23. - (void)renderAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x36249a29
  24. - (id)retainedByUserRenderedImageAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3624a2fd
  25. @end