/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
- /**
- * 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 NSMutableDictionary, MRTextRenderer, MRCroppingSprite, MRImage;
- @interface MREffectWatercolorPanel : MREffect {
- NSMutableDictionary *mSprites; // 116 = 0x74
- MRTextRenderer *mTextRenderer; // 120 = 0x78
- MRImage *mTextImage; // 124 = 0x7c
- MRCroppingSprite *mTextSprite; // 128 = 0x80
- NSMutableDictionary *mBreakInformation; // 132 = 0x84
- }
- - (id)initWithEffectID:(id)effectID; // 0x3629e129
- - (void)_cleanup; // 0x3629e195
- - (void)_loadForTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x362a0c89
- - (int)_maxLinesForTextElement:(id)textElement; // 0x362a0c85
- - (CGSize)_maxSizeForTextElement:(id)textElement; // 0x362a0c51
- - (void)_unload; // 0x362a0f95
- - (id)elementHitAtPoint:(CGPoint)point withInverseMatrix:(float [16])inverseMatrix localPoint:(CGPoint *)point3; // 0x362a0a49
- - (BOOL)getVerticesCoordinates:(CGPoint (*)[4])coordinates withMatrix:(float [16])matrix forElement:(id)element; // 0x362a0bbd
- - (BOOL)isLoadedForTime:(double)time; // 0x3629e281
- - (void)renderAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629e305
- - (void)renderBreakAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629e479
- - (void)renderEffect2AtTime:(double)time isSquare:(BOOL)square inContext:(id)context withArguments:(id)arguments; // 0x3629f609
- - (void)renderEffect3AtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629fe51
- - (void)renderEffectSubtitleAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x362a03e1
- - (void)renderSubtitleBreakAtTime:(double)time inContext:(id)context withArguments:(id)arguments; // 0x3629ec49
- - (void)setAttributes:(id)attributes; // 0x3629e1e5
- @end