/headers/MoviePlayerUI/UIMovieSubtitlesView.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIView.h"
00008 
00009 @class NSString;
00010 
00011 @interface UIMovieSubtitlesView : UIView
00012 {
00013     id _delegate;
00014     NSString *_markup;
00015     unsigned int _sizeIsDirty:1;
00016     struct CGSize _markupSize;
00017     struct CGSize _padding;
00018 }
00019 
00020 - (id)initWithFrame:(struct CGRect)fp8;
00021 - (void)dealloc;
00022 - (void)drawRect:(struct CGRect)fp8;
00023 - (void)setDelegate:(id)fp8;
00024 - (void)setPadding:(struct CGSize)fp8;
00025 - (void)sizeToFitWidth:(float)fp8;
00026 - (void)setSubtitleString:(struct __CFAttributedString *)fp8 forced:(BOOL)fp12;
00027 - (void)clearSubtitle;
00028 - (id)_createMarkupFromAttributedString:(struct __CFAttributedString *)fp8;
00029 - (id)_htmlColorForColor:(struct CGColor *)fp8;
00030 
00031 @end
00032