]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIValueButton.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIValueButton.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, UIColor, UIImage;
10
11 @interface UIValueButton : UIThreePartButton
12 {
13 int _displayStyle;
14 NSString *_labelString;
15 NSString *_valueString;
16 NSString *_valueStyle;
17 NSString *_valueHighlightStyle;
18 UIImage *_labelBadgeImage;
19 float _disclosureAlpha;
20 UIColor *_valueColor;
21 struct {
22 unsigned int disclosureShown:1;
23 unsigned int unused:31;
24 } _valueButtonFlags;
25 }
26
27 + (float)defaultHeight;
28 + (struct CGRect)frameRectForOpaqueContentRect:(struct CGRect)fp8;
29 + (struct CGRect)opaqueContentRectForFrameRect:(struct CGRect)fp8;
30 - (void)_commonInitValueButton;
31 - (id)initWithFrame:(struct CGRect)fp8;
32 - (id)initWithTitle:(id)fp8;
33 - (void)dealloc;
34 - (id)_titleByCombiningLabelAndValue;
35 - (void)setValue:(id)fp8;
36 - (id)value;
37 - (void)setValueStyle:(id)fp8;
38 - (void)setValueHighlightStyle:(id)fp8;
39 - (void)setLabel:(id)fp8;
40 - (id)label;
41 - (void)setLabelBadgeImage:(id)fp8;
42 - (id)labelBadgeImage;
43 - (void)setTitle:(id)fp8;
44 - (void)setDisplayStyle:(int)fp8;
45 - (int)displayStyle;
46 - (void)setShowsDisclosure:(BOOL)fp8;
47 - (BOOL)showsDisclosure;
48 - (float)rightEndPadding;
49 - (void)setDisclosureAlpha:(float)fp8;
50 - (float)disclosureAlpha;
51 - (float)buttonEdge;
52 - (void)_drawValueStyleInteriorInRect:(struct CGRect)fp8 withValueColor:(id)fp24 valueFont:(id)fp28 isPressed:(BOOL)fp32;
53 - (void)_drawLabelAndValueStyleInteriorInRect:(struct CGRect)fp8;
54 - (void)drawButtonPart:(int)fp8 inRect:(struct CGRect)fp12;
55 - (void)setValueColor:(id)fp8;
56 - (void)sizeToFit;
57
58 @end
59