]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSRootController.h
Adding the WebCore headers (for Cydget).
[iphone-api.git] / Preferences / PSRootController.h
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 "PSBaseView-Protocol.h"
8
9 @class NSMutableArray, NSMutableSet, NSString, UINavigationBar, UIView;
10
11 @interface PSRootController : NSObject <PSBaseView>
12 {
13 UIView *_contentView;
14 UINavigationBar *_navBar;
15 NSMutableArray *_controllers;
16 NSString *_title;
17 NSString *_idStr;
18 struct CGSize _size;
19 NSString *_navBarRightButtonTitle;
20 int _navBarRightButtonStyle;
21 BOOL _navBarRightButtonDirty;
22 NSMutableSet *_tasks;
23 BOOL _deallocating;
24 unsigned char _hasTelephony;
25 }
26
27 + (void)writePreference:(id)fp8;
28 + (void)setPreferenceValue:(id)fp8 specifier:(id)fp12;
29 + (id)readPreferenceValue:(id)fp8;
30 + (BOOL)isOverlay;
31 - (void)setPreferenceValue:(id)fp8 specifier:(id)fp12;
32 - (id)readPreferenceValue:(id)fp8;
33 - (id)lastController;
34 - (id)initWithTitle:(id)fp8 identifier:(id)fp12;
35 - (void)updateNavButtons;
36 - (void)setupRootListForSize:(struct CGSize)fp8;
37 - (BOOL)taskIsRunning:(id)fp8;
38 - (void)addTask:(id)fp8;
39 - (void)taskFinished:(id)fp8;
40 - (BOOL)busy;
41 - (id)contentView;
42 - (id)contentViewForTopController;
43 - (id)controllers;
44 - (id)specifiers;
45 - (BOOL)navigationBar:(id)fp8 shouldPopItem:(id)fp12;
46 - (id)initForContentSize:(struct CGSize)fp8;
47 - (void)setParentController:(id)fp8;
48 - (id)view;
49 - (id)navigationTitle;
50 - (id)navigationItem;
51 - (void)viewWillBecomeVisible:(void *)fp8;
52 - (void)viewWillRedisplay;
53 - (void)pushController:(id)fp8;
54 - (void)handleURL:(id)fp8;
55 #if 1
56 - (BOOL)popViewControllerAnimated:(BOOL)fp8;
57 #endif
58 - (BOOL)popControllerWithAnimation:(BOOL)fp8;
59 - (BOOL)popController;
60 - (void)pushNavigationItemWithTitle:(id)fp8;
61 - (void)pushNavigationItem:(id)fp8;
62 - (void)insertNavigationItem:(id)fp8 atIndexFromEnd:(int)fp12;
63 - (void)insertNavigationItem:(id)fp8 atIndex:(int)fp12;
64 - (void)navigationBar:(id)fp8 pushedItem:(id)fp12;
65 - (void)navigationBar:(id)fp8 poppedItem:(id)fp12;
66 - (void)popNavigationItem;
67 - (void)popNavigationItemWithAnimation:(BOOL)fp8;
68 - (void)hideNavigationBarButtons;
69 - (void)showLeftButton:(id)fp8 withStyle:(int)fp12 rightButton:(id)fp16 withStyle:(int)fp20;
70 - (void)showNavigationBarButtons:(id)fp8:(id)fp12;
71 - (void)setNavigationBarEnabled:(BOOL)fp8;
72 - (void)setPrompt:(id)fp8;
73 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
74 - (void)navigationBarButtonClicked:(int)fp8;
75 - (void)suspend;
76 - (void)didLock;
77 - (void)willUnlock;
78 - (void)didUnlock;
79 - (void)didWake;
80 - (BOOL)deallocating;
81 - (BOOL)hasTelephony;
82 - (void)dealloc;
83 - (id)parentController;
84 - (void)lazyLoadBundle:(id)fp8;
85 - (id)navigationBar;
86 - (void)setRootController:(id)fp8;
87 - (id)rootController;
88 - (void)_pushController:(id)fp8;
89 - (void)_insertController:(id)fp8 atIndex:(int)fp12;
90 - (void)_popController;
91 - (void)_removeController:(id)fp8;
92 - (void)viewDidBecomeVisible;
93 - (void)viewTransitionCompleted;
94 - (void)popBackToTopController;
95
96 #if 1
97 - (void)loadView;
98 - (void)pushViewController:(id)fp8 animated:(BOOL)fp12;
99 #endif
100
101 @end
102