/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
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/ATVSlideshow.framework/ATVSlideshow
- */
- #import "ATVSlideshow-Structs.h"
- #import "MREffect.h"
- @class MRCroppingSprite;
- @interface MREffectJustASlide : MREffect {
- MRCroppingSprite *mSprite; // 116 = 0x74
- BOOL mForceIsOpaque; // 120 = 0x78
- }
- - (id)init; // 0x36249771
- - (void)_cleanup; // 0x362497d5
- - (id)elementHitAtPoint:(CGPoint)point withInverseMatrix:(float [16])inverseMatrix localPoint:(CGPoint *)point3; // 0x3624a425
- - (BOOL)getVerticesCoordinates:(CGPoint (*)[4])coordinates withMatrix:(float [16])matrix forElement:(id)element; // 0x3624a469
- - (BOOL)isAlphaFriendly; // 0x36249931
- - (BOOL)isNative3D; // 0x36249801
- - (BOOL)isOpaque; // 0x36249891
- - (id)patchworkAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3624a3c9
- - (BOOL)prerenderForTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x362499ad
- - (void)renderAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x36249a29
- - (id)retainedByUserRenderedImageAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3624a2fd
- @end