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/UIControl.h>
9 @
class UIColor
, UILabel
, UISelectionIndicatorView
, UIToolbarButtonBadge
, UIView
;
11 @interface UIToolbarButton
: UIControl
13 struct CGRect _hitRect
;
16 UIToolbarButtonBadge
*_badge
;
17 UISelectionIndicatorView
*_selectedIndicator
;
26 CDAnonymousStruct2 _infoInsets
;
30 + (id
)_defaultLabelFont
;
31 + (id
)_defaultLabelColor
;
32 + (id
)_pushButtonWithBarStyle
:(int)fp8 withStyle
:(int)fp12 withTintColor
:(id
)fp16
;
33 + (void)_adjustPushButton
:(id
)fp8 withBarStyle
:(int)fp12 withStyle
:(int)fp16 withTintColor
:(id
)fp20
;
34 - (id
)initWithImage
:(id
)fp8 selectedImage
:(id
)fp12 label
:(id
)fp16 labelHeight
:(float)fp20 withBarStyle
:(int)fp24 withStyle
:(int)fp28 withInsets
:(CDAnonymousStruct2
)fp32 possibleTitles
:(id
)fp48 withTintColor
:(id
)fp52 bezel
:(BOOL
)fp56 imageInsets
:(CDAnonymousStruct2
)fp60
;
36 - (void)setSizesToFitImage
:(BOOL
)fp8
;
37 - (void)_sizeView
:(id
)fp8 toPossibleTitles
:(id
)fp12 selectedTitle
:(id
)fp16
;
38 - (void)setImage
:(id
)fp8
;
39 - (void)_setButtonBarHitRect
:(struct CGRect
)fp8
;
40 - (struct CGRect
)_buttonBarHitRect
;
41 - (void)_showSelectedIndicator
:(BOOL
)fp8 changeSelection
:(BOOL
)fp12
;
42 - (void)_setSelected
:(BOOL
)fp8
;
43 - (void)_positionBadge
;
44 - (void)setFrame
:(struct CGRect
)fp8
;
45 - (void)_setBadgeValue
:(id
)fp8
;
46 - (void)_badgeAnimationDidStop
:(id
)fp8 finished
:(id
)fp12
;
47 - (void)_setBadgeAnimated
:(BOOL
)fp8
;
48 - (void)_setInfoWidth
:(float)fp8
;
49 - (void)setEnabled
:(BOOL
)fp8
;
50 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
51 - (BOOL
)pointInside
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
52 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
53 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
54 - (void)setHighlighted
:(BOOL
)fp8
;
55 - (void)_adjustPushButton
:(BOOL
)fp8
;
56 - (void)layoutSubviews
;
58 - (void)_setOn
:(BOOL
)fp8
;
60 - (void)_animateImage
:(float)fp8 withButtonBar
:(id
)fp12
;
61 - (void)_setBarHeight
:(float)fp8
;
62 - (BOOL
)_useBarHeight
;
63 - (void)_adjustPushButtonWithBarStyle
:(int)fp8 withTintColor
:(id
)fp12
;