]>
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/UIBarItem.h> | |
8 | ||
9 | @class NSSet, NSString, UIImage, UIView; | |
10 | ||
11 | @interface UITabBarItem : UIBarItem | |
12 | { | |
13 | NSString *_title; | |
14 | NSSet *_possibleTitles; | |
15 | SEL _action; | |
16 | id _target; | |
17 | UIImage *_image; | |
18 | UIImage *_selectedImage; | |
19 | UIImage *_unselectedImage; | |
20 | CDAnonymousStruct2 _imageInsets; | |
21 | NSString *_badgeValue; | |
22 | UIView *_view; | |
23 | int _tag; | |
24 | struct { | |
25 | unsigned int enabled:1; | |
26 | unsigned int style:3; | |
27 | unsigned int isSystemItem:1; | |
28 | unsigned int systemItem:7; | |
29 | unsigned int viewIsCustom:1; | |
30 | unsigned int animatedBadge:1; | |
31 | unsigned int customSelectedImage:1; | |
32 | unsigned int customUnselectedImage:1; | |
33 | } _tabBarItemFlags; | |
34 | } | |
35 | ||
36 | - (id)init; | |
37 | - (id)initWithTitle:(id)fp8 image:(id)fp12 tag:(int)fp16; | |
38 | - (id)initWithTabBarSystemItem:(int)fp8 tag:(int)fp12; | |
39 | - (id)initWithCoder:(id)fp8; | |
40 | - (void)encodeWithCoder:(id)fp8; | |
41 | - (void)dealloc; | |
42 | - (void)setEnabled:(BOOL)fp8; | |
43 | - (BOOL)isEnabled; | |
44 | - (void)setTitle:(id)fp8; | |
45 | - (id)title; | |
46 | - (void)setImage:(id)fp8; | |
47 | - (id)image; | |
48 | - (void)setImageInsets:(CDAnonymousStruct2)fp8; | |
49 | - (CDAnonymousStruct2)imageInsets; | |
50 | - (void)setBadgeValue:(id)fp8; | |
51 | - (id)badgeValue; | |
52 | - (int)tag; | |
53 | - (void)setTag:(int)fp8; | |
54 | ||
55 | @end | |
56 |