]>
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 <Foundation/NSObject.h> | |
8 | ||
9 | @class NSString, UIBarButtonItem, UINavigationBar, UIView; | |
10 | ||
11 | @interface UINavigationItem : NSObject <NSCoding> | |
12 | { | |
13 | NSString *_title; | |
14 | NSString *_backButtonTitle; | |
15 | UIBarButtonItem *_backBarButtonItem; | |
16 | NSString *_prompt; | |
17 | int _tag; | |
18 | id _context; | |
19 | UINavigationBar *_navigationBar; | |
20 | UIView *_defaultTitleView; | |
21 | UIView *_titleView; | |
22 | UIView *_backButtonView; | |
23 | UIBarButtonItem *_leftBarButtonItem; | |
24 | UIBarButtonItem *_rightBarButtonItem; | |
25 | UIView *_customLeftView; | |
26 | UIView *_customRightView; | |
27 | BOOL _hidesBackButton; | |
28 | } | |
29 | ||
30 | + (id)defaultFont; | |
31 | - (id)initWithTitle:(id)fp8; | |
32 | - (id)initWithCoder:(id)fp8; | |
33 | - (void)encodeWithCoder:(id)fp8; | |
34 | - (void)dealloc; | |
35 | - (id)navigationBar; | |
36 | - (void)setNavigationBar:(id)fp8; | |
37 | - (void)setTitle:(id)fp8; | |
38 | - (void)setBackButtonTitle:(id)fp8; | |
39 | - (void)setBackBarButtonItem:(id)fp8; | |
40 | - (id)title; | |
41 | - (id)backButtonTitle; | |
42 | - (id)backBarButtonItem; | |
43 | - (float)width; | |
44 | - (void)setWidth:(float)fp8; | |
45 | - (void)setFont:(id)fp8; | |
46 | - (id)font; | |
47 | - (void)setTag:(int)fp8; | |
48 | - (int)tag; | |
49 | - (void)setContext:(id)fp8; | |
50 | - (id)context; | |
51 | - (void)_removeTitleAndButtonViews; | |
52 | - (id)existingBackButtonView; | |
53 | - (id)backButtonView; | |
54 | - (id)titleView; | |
55 | - (void)setTitleView:(id)fp8; | |
56 | - (id)prompt; | |
57 | - (void)setPrompt:(id)fp8; | |
58 | - (void)updateNavigationBarButtonsAnimated:(BOOL)fp8; | |
59 | - (BOOL)hidesBackButton; | |
60 | - (void)setHidesBackButton:(BOOL)fp8; | |
61 | - (void)setHidesBackButton:(BOOL)fp8 animated:(BOOL)fp12; | |
62 | - (id)leftBarButtonItem; | |
63 | - (void)setLeftBarButtonItem:(id)fp8; | |
64 | - (void)setLeftBarButtonItem:(id)fp8 animated:(BOOL)fp12; | |
65 | - (id)rightBarButtonItem; | |
66 | - (void)setRightBarButtonItem:(id)fp8; | |
67 | - (void)setRightBarButtonItem:(id)fp8 animated:(BOOL)fp12; | |
68 | - (id)customLeftView; | |
69 | - (void)setCustomLeftView:(id)fp8; | |
70 | - (void)setCustomLeftView:(id)fp8 animated:(BOOL)fp12; | |
71 | - (id)customRightView; | |
72 | - (void)setCustomRightView:(id)fp8; | |
73 | - (void)setCustomRightView:(id)fp8 animated:(BOOL)fp12; | |
74 | - (id)_titleView; | |
75 | - (void)setCustomTitleView:(id)fp8; | |
76 | - (id)customTitleView; | |
77 | - (void)setCustomLeftItem:(id)fp8; | |
78 | - (id)customLeftItem; | |
79 | - (void)setCustomLeftItem:(id)fp8 animated:(BOOL)fp12; | |
80 | - (void)setCustomRightItem:(id)fp8; | |
81 | - (id)customRightItem; | |
82 | - (void)setCustomRightItem:(id)fp8 animated:(BOOL)fp12; | |
83 | - (void)willBecomeTopInNavigationBar:(id)fp8 navigationBarState:(int)fp12; | |
84 | - (void)willResignTopInNavigationBar:(id)fp8 navigationBarState:(int)fp12; | |
85 | - (void)didBecomeTopInNavigationBar:(id)fp8 navigationBarState:(int)fp12; | |
86 | - (void)didResignTopInNavigationBar:(id)fp8 navigationBarState:(int)fp12; | |
87 | - (id)_automationID; | |
88 | ||
89 | @end | |
90 |