-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUICalloutBarButton.h
More file actions
88 lines (82 loc) · 2.95 KB
/
UICalloutBarButton.h
File metadata and controls
88 lines (82 loc) · 2.95 KB
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
/*
* This header is generated by classdump-dyld 0.1
* on Wednesday, September 20, 2017 at 9:27:24 PM Eastern European Summer Time
* Operating System: Version 11.0 (Build 15A372)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
*/
// #import <UIKit/UIKit-Structs.h>
// #import <UIKit/UIButton.h>
@class UITextReplacement;
@interface UICalloutBarButton : UIButton {
SEL m_action;
int m_position;
int m_type;
UITextReplacement* m_textReplacement;
double m_contentWidth;
double m_contentScale;
double m_additionalContentHeight;
double m_dividerOffset;
double m_imageVerticalAdjust;
long long m_page;
bool m_isText;
bool m_configured;
bool m_single;
bool m_padLeft;
bool m_padRight;
bool m_dontDismiss;
bool forceFlash;
}
@property (nonatomic,readonly) SEL action;
@property (nonatomic,readonly) double contentWidth;
@property (nonatomic,readonly) double contentScale;
@property (nonatomic,readonly) double additionalContentHeight;
@property (nonatomic,readonly) int type;
@property (assign,nonatomic) bool forceFlash;
@property (assign,nonatomic) long long page;
@property (assign,nonatomic) double dividerOffset;
@property (assign,nonatomic) double imageVerticalAdjust;
@property (assign,nonatomic) bool dontDismiss;
@property (nonatomic,retain) UITextReplacement* textReplacement;
+(id)buttonWithTitle:(id)arg1 subtitle:(id)arg2 maxWidth:(double)arg3 action:(SEL)arg4 type:(int)arg5 inView:(id)arg6 ;
+(id)buttonWithTitle:(id)arg1 action:(SEL)arg2 type:(int)arg3 inView:(id)arg4 ;
+(id)buttonWithImage:(id)arg1 action:(SEL)arg2 type:(int)arg3 inView:(id)arg4 ;
-(void)removeFromSuperview;
-(void)layoutSubviews;
-(void)dealloc;
-(int)type;
-(SEL)action;
-(void)setHighlighted:(bool)arg1 ;
-(CGRect)titleRectForContentRect:(CGRect)arg1 ;
-(void)setDontDismiss:(bool)arg1 ;
-(CGRect)imageRectForContentRect:(CGRect)arg1 ;
-(double)contentWidth;
-(double)_scaleFactorForImage;
-(void)setupWithTitle:(id)arg1 subtitle:(id)arg2 maxWidth:(double)arg3 action:(SEL)arg4 type:(int)arg5 ;
-(void)setupWithTitle:(id)arg1 action:(SEL)arg2 type:(int)arg3 ;
-(void)setupWithImage:(id)arg1 action:(SEL)arg2 type:(int)arg3 ;
-(void)flash;
-(void)_commonSetupWithAction:(SEL)arg1 type:(int)arg2 ;
-(void)cancelFlash;
-(void)configureLabel;
-(CGRect)adjustRectForPosition:(CGRect)arg1 scaleRect:(bool)arg2 ;
-(bool)forceFlash;
-(void)setForceFlash:(bool)arg1 ;
-(void)fadeAndSendAction;
-(void)configureForSingle:(int)arg1 ;
-(void)configureForLeftPosition:(int)arg1 ;
-(void)configureForMiddlePosition;
-(void)configureForRightPosition:(int)arg1 ;
-(void)setContentScale:(double)arg1 ;
-(double)contentScale;
-(double)additionalContentHeight;
-(id)textReplacement;
-(void)setTextReplacement:(UITextReplacement*)arg1 ;
-(long long)page;
-(void)setPage:(long long)arg1 ;
-(double)dividerOffset;
-(void)setDividerOffset:(double)arg1 ;
-(double)imageVerticalAdjust;
-(void)setImageVerticalAdjust:(double)arg1 ;
-(bool)dontDismiss;
@end