]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPLCDTextView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / TelephonyUI / TPLCDTextView.h
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 NSString, TPLCDTextViewScrollingView, UIColor, UIFrameAnimation;
10
11 @interface TPLCDTextView : UIView
12 {
13 NSString *_text;
14 struct __GSFont *_font;
15 UIColor *_shadowColor;
16 UIColor *_textColor;
17 TPLCDTextViewScrollingView *_scrollingView;
18 float _fontSize;
19 struct CGRect _textRect;
20 UIFrameAnimation *_animation;
21 id _delegate;
22 float _minFontSize;
23 unsigned int _textRectIsValid:1;
24 unsigned int _centerText:1;
25 unsigned int _animates:1;
26 unsigned int _isAnimating:1;
27 unsigned int _leftTruncates:1;
28 }
29
30 + (float)defaultMinimumFontSize;
31 - (id)initWithFrame:(struct CGRect)fp8;
32 - (void)dealloc;
33 - (struct CGRect)textRect;
34 - (void)setFrame:(struct CGRect)fp8;
35 - (void)setCenterText:(BOOL)fp8;
36 - (void)setLeftTruncatesText:(BOOL)fp8;
37 - (void)setFont:(struct __GSFont *)fp8;
38 - (void)setMinimumFontSize:(float)fp8;
39 - (void)setText:(id)fp8;
40 - (id)text;
41 - (struct CGSize)sizeToFit;
42 - (void)_drawTextInRect:(struct CGRect)fp8 verticallyOffset:(BOOL)fp24;
43 - (void)setTextColor:(id)fp8;
44 - (void)setShadowColor:(id)fp8;
45 - (void)drawRect:(struct CGRect)fp8;
46 - (void)_tearDownAnimation;
47 - (void)_scheduleStartScrolling;
48 - (void)_setupForAnimationIfNecessary;
49 - (void)setAnimatesIfTruncated:(BOOL)fp8;
50 - (void)_startScrolling;
51 - (void)startAnimating;
52 - (void)_finishedScrolling;
53 - (void)stopAnimating;
54 - (BOOL)animates;
55 - (void)resetAnimation;
56 - (void)setDelegate:(id)fp8;
57
58 @end
59