]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPTextView.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPTextView.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "UIView.h"
8
9@class NSMutableString, UIImage, UIImageView, UIProgressIndicator, UITextLabel, UITextViewLegacy, UIWebDocumentView;
10
11@interface MPTextView : UIView
12{
13 id _delegate;
14 UIImage *_albumArtwork;
15 NSMutableString *_text;
16 UIImageView *_background;
17 UIImageView *_faderView;
18 UIWebDocumentView *_webView;
19 UITextViewLegacy *_textView;
20 UITextLabel *_loadingLabel;
21 UIProgressIndicator *_loadingIndicator;
22}
23
24- (id)initWithFrame:(struct CGRect)fp8;
25- (void)dealloc;
26- (void)layoutSubviews;
27- (void)movedToSuperview:(id)fp8;
28- (void)movedFromSuperview:(id)fp8;
29- (BOOL)hasText;
30- (void)noteWillSnapshot;
31- (void)noteDidSnapshot;
32- (void)setArtwork:(id)fp8;
33- (void)setDelegate:(id)fp8;
34- (void)setText:(id)fp8 willLoad:(BOOL)fp12;
35- (void)view:(id)fp8 handleTapWithCount:(int)fp12 event:(struct __GSEvent *)fp16;
36- (double)viewDoubleTapDelay:(id)fp8;
37- (double)viewRejectAsTapThrehold:(id)fp8;
38- (void)webView:(id)fp8 didFinishLoadForFrame:(id)fp12;
39- (void)_addLoadingUI;
40- (void)_addTextUI;
41- (void)_createTextUIIfNeeded;
42- (void)_removeLoadingUI;
43- (void)_removeTextUI;
44- (struct CGImage *)_createFaderImageBackgroundWithSize:(struct CGSize)fp8;
45- (struct CGImage *)_createFaderImage:(BOOL)fp8;
46- (void)_updateFaderImage:(BOOL)fp8;
47
48@end
49