2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIThreePartButton.h>
9 @
class NSString
, UIColor
, UIImage
;
11 @interface UIValueButton
: UIThreePartButton
14 NSString
*_labelString
;
15 NSString
*_valueString
;
16 NSString
*_valueStyle
;
17 NSString
*_valueHighlightStyle
;
18 UIImage
*_labelBadgeImage
;
19 float _disclosureAlpha
;
22 unsigned int disclosureShown
:1;
23 unsigned int unused
:31;
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
;
34 - (id
)_titleByCombiningLabelAndValue
;
35 - (void)setValue
:(id
)fp8
;
37 - (void)setValueStyle
:(id
)fp8
;
38 - (void)setValueHighlightStyle
:(id
)fp8
;
39 - (void)setLabel
:(id
)fp8
;
41 - (void)setLabelBadgeImage
:(id
)fp8
;
42 - (id
)labelBadgeImage
;
43 - (void)setTitle
:(id
)fp8
;
44 - (void)setDisplayStyle
:(int)fp8
;
46 - (void)setShowsDisclosure
:(BOOL
)fp8
;
47 - (BOOL
)showsDisclosure
;
48 - (float)rightEndPadding
;
49 - (void)setDisclosureAlpha
:(float)fp8
;
50 - (float)disclosureAlpha
;
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
;