]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/mSMSBalloonTextField.h
Add some IOMobileFramebuffer functions long ago used by Veency.
[iphone-api.git] / MobileSMS / mSMSBalloonTextField.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 <UIKit/UITableCell.h>
8
9 @interface mSMSBalloonTextField : UITableCell
10 {
11 id _delegate;
12 int _orientation;
13 float _bubbleAlpha;
14 float _tightenedWidth;
15 unsigned int _hasURLs:1;
16 unsigned int _draws:1;
17 unsigned int _forceTighten:1;
18 }
19
20 + (struct CGSize)defaultSize;
21 + (id)defaultFont;
22 + (float)heightForText:(id)fp8;
23 + (struct CGContext *)sharedSizingContext;
24 - (id)initWithFrame:(struct CGRect)fp8;
25 - (void)setOrientation:(int)fp8;
26 - (void)animateToBubbleWithDuration:(float)fp8;
27 - (void)setBubbleAlpha:(float)fp8;
28 - (void)setText:(id)fp8;
29 - (void)setDraws:(BOOL)fp8;
30 - (id)text;
31 - (void)setFrame:(struct CGRect)fp8;
32 - (float)tightenedWidth;
33 - (void)setForceTighten:(BOOL)fp8;
34 - (void)tighten;
35 - (void)drawBalloonImage:(id)fp8 inRect:(struct CGRect)fp12;
36 - (struct CGRect)balloonBounds;
37 - (void)drawRect:(struct CGRect)fp8;
38 - (void)setDelegate:(id)fp8;
39 - (id)delegate;
40 - (BOOL)hasURLs;
41 - (BOOL)becomeFirstResponder;
42 - (void)animator:(id)fp8 stopAnimation:(id)fp12;
43
44 @end
45