]>
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/UIBarItem.h> | |
8 | ||
9 | @class NSSet, NSString, UIImage, UIView; | |
10 | ||
11 | @interface UIBarButtonItem : UIBarItem | |
12 | { | |
13 | NSString *_title; | |
14 | NSSet *_possibleTitles; | |
15 | SEL _action; | |
16 | id _target; | |
17 | UIImage *_image; | |
18 | CDAnonymousStruct2 _imageInsets; | |
19 | float _width; | |
20 | UIView *_view; | |
21 | int _tag; | |
22 | struct { | |
23 | unsigned int enabled:1; | |
24 | unsigned int style:3; | |
25 | unsigned int isSystemItem:1; | |
26 | unsigned int systemItem:7; | |
27 | unsigned int viewIsCustom:1; | |
28 | } _barButtonItemFlags; | |
29 | } | |
30 | ||
31 | - (id)init; | |
32 | - (id)initWithImage:(id)fp8 style:(int)fp12 target:(id)fp16 action:(SEL)fp20; | |
33 | - (id)initWithTitle:(id)fp8 style:(int)fp12 target:(id)fp16 action:(SEL)fp20; | |
34 | - (id)initWithBarButtonSystemItem:(int)fp8 target:(id)fp12 action:(SEL)fp16; | |
35 | - (id)initWithCustomView:(id)fp8; | |
36 | - (id)initWithCoder:(id)fp8; | |
37 | - (void)encodeWithCoder:(id)fp8; | |
38 | - (void)dealloc; | |
39 | - (void)setEnabled:(BOOL)fp8; | |
40 | - (BOOL)isEnabled; | |
41 | - (void)setStyle:(int)fp8; | |
42 | - (int)style; | |
43 | - (void)setTitle:(id)fp8; | |
44 | - (id)title; | |
45 | - (void)setImage:(id)fp8; | |
46 | - (id)image; | |
47 | - (void)setImageInsets:(CDAnonymousStruct2)fp8; | |
48 | - (CDAnonymousStruct2)imageInsets; | |
49 | - (void)setWidth:(float)fp8; | |
50 | - (float)width; | |
51 | - (void)setPossibleTitles:(id)fp8; | |
52 | - (id)possibleTitles; | |
53 | - (void)setCustomView:(id)fp8; | |
54 | - (id)customView; | |
55 | - (int)tag; | |
56 | - (void)setTag:(int)fp8; | |
57 | - (id)target; | |
58 | - (void)setTarget:(id)fp8; | |
59 | - (SEL)action; | |
60 | - (void)setAction:(SEL)fp8; | |
61 | ||
62 | @end | |
63 |