]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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/UIControl.h> | |
8 | ||
9 | @class UIColor, UILabel, UISelectionIndicatorView, UIToolbarButtonBadge, UIView; | |
10 | ||
11 | @interface UIToolbarButton : UIControl | |
12 | { | |
13 | struct CGRect _hitRect; | |
14 | UIView *_info; | |
15 | UILabel *_label; | |
16 | UIToolbarButtonBadge *_badge; | |
17 | UISelectionIndicatorView *_selectedIndicator; | |
18 | int _barStyle; | |
19 | int _style; | |
20 | BOOL _onState; | |
21 | BOOL _barHeight; | |
22 | BOOL _badgeAnimated; | |
23 | BOOL _bezel; | |
24 | float _width; | |
25 | float _labelHeight; | |
26 | CDAnonymousStruct2 _infoInsets; | |
27 | UIColor *_tintColor; | |
28 | } | |
29 | ||
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; | |
35 | - (void)dealloc; | |
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; | |
57 | - (BOOL)_isBordered; | |
58 | - (void)_setOn:(BOOL)fp8; | |
59 | - (BOOL)_isOn; | |
60 | - (void)_animateImage:(float)fp8 withButtonBar:(id)fp12; | |
61 | - (void)_setBarHeight:(float)fp8; | |
62 | - (BOOL)_useBarHeight; | |
63 | - (void)_adjustPushButtonWithBarStyle:(int)fp8 withTintColor:(id)fp12; | |
64 | ||
65 | @end | |
66 |