-
Notifications
You must be signed in to change notification settings - Fork 5
/
UIPushButtonProxy.h
95 lines (89 loc) · 3.07 KB
/
UIPushButtonProxy.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/*
* Generated by class-dump 3.3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard.
*/
#import <UIKit/UIKit.h>
#import <UIKit/UIControl.h>
@class NSString, UIFont;
@interface UIPushButtonProxy : UIControl
{
@public
NSString *_title;
UIFont *_font;
struct CGSize _shadowOffset;
struct CGSize _imageOffset;
struct CGSize _titlePadding;
struct __CFDictionary *_info;
struct {
unsigned int selected:1;
unsigned int drawShadow:1;
unsigned int disableAutosizeToFit:1;
unsigned int drawContentsCentered:1;
unsigned int reverseShadowDirectionWhenHighlighted:1;
unsigned int stretchBackground:1;
unsigned int showPressFeedback:1;
unsigned int disabledDimsImage:1;
unsigned int alwaysHandleScrollerMouseEvent:1;
unsigned int drawsImageOnRight:1;
} _pushButtonFlags;
}
+ (id)defaultFont;
- (id)initWithFrame:(struct CGRect)arg1;
- (id)initWithTitle:(id)arg1;
- (id)initWithTitle:(id)arg1 autosizesToFit:(BOOL)arg2;
- (id)initWithImage:(id)arg1;
- (void)dealloc;
- (unsigned int)state;
- (void)setEnabled:(BOOL)arg1;
- (BOOL)isPressed;
- (void)setSelected:(BOOL)arg1;
- (BOOL)isSelected;
- (void)setTitle:(id)arg1;
- (id)title;
- (void)setTitleFont:(id)arg1;
- (id)titleFont;
- (void)setAutosizesToFit:(BOOL)arg1;
- (BOOL)autosizesToFit;
- (void)sizeToFit;
- (struct CGPoint)pressFeedbackPosition;
- (void)setHighlighted:(BOOL)arg1;
- (void)setTracking:(BOOL)arg1;
- (BOOL)_alwaysHandleScrollerMouseEvent;
- (void)_setAlwaysHandleScrollerMouseEvent:(BOOL)arg1;
- (void)setTitlePadding:(struct CGSize)arg1;
- (void)setImageOffset:(struct CGSize)arg1;
- (void)setDrawsShadow:(BOOL)arg1;
- (void)setShadowOffset:(float)arg1;
- (void)setReverseShadowDirectionWhenHighlighted:(BOOL)arg1;
- (void)setStretchBackground:(BOOL)arg1;
- (void)setDrawContentsCentered:(BOOL)arg1;
- (void)setShowPressFeedback:(BOOL)arg1;
- (void)setDrawsImageOnRight:(BOOL)arg1;
- (BOOL)drawsShadow;
- (struct CGSize)shadowOffset;
- (struct CGSize)imageOffset;
- (BOOL)drawContentsCentered;
- (void)setImage:(id)arg1 forState:(unsigned int)arg2;
- (void)setTitleColor:(id)arg1 forState:(unsigned int)arg2;
- (void)setShadowColor:(id)arg1 forState:(unsigned int)arg2;
- (void)setBackground:(id)arg1 forState:(unsigned int)arg2;
- (void)setDisabledDimsImage:(BOOL)arg1;
- (id)imageForState:(unsigned int)arg1;
- (id)titleColorForState:(unsigned int)arg1;
- (id)shadowColorForState:(unsigned int)arg1;
- (id)backgroundForState:(unsigned int)arg1;
- (id)currentImage;
- (id)currentTitleColor;
- (id)currentShadowColor;
- (id)currentBackground;
- (void)setFrame:(struct CGRect)arg1;
//- (CDStruct_75b8db5d)_backgroundSlices:(struct CGSize)arg1;
- (void)_drawBezelPartInRect:(struct CGRect)arg1;
- (void)drawImageAtPoint:(struct CGPoint)arg1 fraction:(float)arg2;
- (void)drawTitleAtPoint:(struct CGPoint)arg1 width:(float)arg2;
- (void)_drawImageAndTextPartInRect:(struct CGRect)arg1;
- (void)drawButtonPart:(int)arg1 inRect:(struct CGRect)arg2;
- (void)drawRect:(struct CGRect)arg1;
- (void)setNeedsDisplay;
@end