]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPPushButton.h
Adding the TelephonyUI headers (for Cydget).
[iphone-api.git] / TelephonyUI / TPPushButton.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/UIThreePartButton.h>
8
9 @class NSString;
10
11 @interface TPPushButton : UIThreePartButton
12 {
13 NSString *_plusSeparatedTitle;
14 int _tpcolor;
15 float _titleImagePadding;
16 float _titleImageRightMargin;
17 float _titleVerticalOffset;
18 float _iconVerticalOffset;
19 float _iconAlpha;
20 float _minimumFontSize;
21 }
22
23 + (float)defaultHeight;
24 + (float)defaultHeightForColor:(int)fp8;
25 + (void)preloadImagesForColor:(int)fp8;
26 + (id)answerButtonImage;
27 + (id)declineButtonImage;
28 - (float)minTitleMargin;
29 - (CDAnonymousStruct1)_buttonSlices;
30 - (id)initWithTitle:(id)fp8 icon:(id)fp12 color:(int)fp16 frame:(struct CGRect)fp20;
31 - (void)dealloc;
32 - (void)setPlusSeparatedTitle:(id)fp8;
33 - (void)setPushButtonColor:(int)fp8;
34 - (int)pushButtonColor;
35 - (float)titleImagePadding;
36 - (void)setTitleImagePadding:(float)fp8;
37 - (void)setTitleImageRightMargin:(float)fp8;
38 - (void)setTitleVerticalOffset:(float)fp8;
39 - (void)setIconVerticalOffset:(float)fp8;
40 - (void)setIconAlpha:(float)fp8;
41 - (void)drawImageAtPoint:(struct CGPoint)fp8 fraction:(float)fp16;
42 - (void)drawTitleAtPoint:(struct CGPoint)fp8 width:(float)fp16;
43 - (struct CGPoint)_titleOriginForTitleSize:(struct CGSize)fp8;
44 - (void)drawButtonPart:(int)fp8 inRect:(struct CGRect)fp12;
45 - (void)setMinimumTitleFontSize:(float)fp8;
46
47 @end
48