]>
Commit | Line | Data |
---|---|---|
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/UIButton.h> | |
8 | ||
9 | @class NSSet, UIColor; | |
10 | ||
11 | @interface UINavigationButton : UIButton | |
12 | { | |
13 | NSSet *_possibleTitles; | |
14 | int _style; | |
15 | int _barStyle; | |
16 | UIColor *_tintColor; | |
17 | unsigned int _size:2; | |
18 | unsigned int _pad:30; | |
19 | } | |
20 | ||
21 | + (id)defaultFont; | |
22 | - (void)_updateStyle; | |
23 | - (id)initWithValue:(id)fp8 width:(float)fp12 style:(int)fp16 barStyle:(int)fp20 possibleTitles:(id)fp24 tintColor:(id)fp28; | |
24 | - (id)initWithTitle:(id)fp8; | |
25 | - (id)initWithTitle:(id)fp8 style:(int)fp12; | |
26 | - (id)initWithTitle:(id)fp8 possibleTitles:(id)fp12 style:(int)fp16; | |
27 | - (id)initWithImage:(id)fp8 width:(float)fp12 style:(int)fp16; | |
28 | - (id)initWithImage:(id)fp8; | |
29 | - (id)initWithImage:(id)fp8 style:(int)fp12; | |
30 | - (void)dealloc; | |
31 | - (id)title; | |
32 | - (void)setTitle:(id)fp8; | |
33 | - (id)image; | |
34 | - (void)setImage:(id)fp8; | |
35 | - (BOOL)contentsEqualTo:(id)fp8 withStyle:(int)fp12; | |
36 | - (struct CGSize)sizeThatFits:(struct CGSize)fp8; | |
37 | - (void)setStyle:(int)fp8; | |
38 | - (void)setControlSize:(int)fp8; | |
39 | - (int)controlSize; | |
40 | - (void)setBarStyle:(int)fp8; | |
41 | - (void)setTintColor:(id)fp8; | |
42 | - (BOOL)_canHandleStatusBarMouseEvents:(struct __GSEvent *)fp8; | |
43 | - (id)tintColor; | |
44 | - (int)barStyle; | |
45 | - (int)style; | |
46 | ||
47 | @end | |
48 |