]>
Commit | Line | Data |
---|---|---|
7b30b292 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 | @protocol PSBaseView <NSObject> | |
8 | + (BOOL)isOverlay; | |
9 | - (id)initForContentSize:(struct CGSize)fp8; | |
10 | - (void)setParentController:(id)fp8; | |
11 | - (id)parentController; | |
12 | - (void)setRootController:(id)fp8; | |
13 | - (id)rootController; | |
14 | - (id)view; | |
15 | - (void)pushNavigationItemWithTitle:(id)fp8; | |
16 | - (void)pushNavigationItem:(id)fp8; | |
17 | - (void)insertNavigationItem:(id)fp8 atIndex:(int)fp12; | |
18 | - (void)insertNavigationItem:(id)fp8 atIndexFromEnd:(int)fp12; | |
19 | - (void)popNavigationItem; | |
20 | - (void)popNavigationItemWithAnimation:(BOOL)fp8; | |
21 | - (void)hideNavigationBarButtons; | |
22 | - (void)showNavigationBarButtons:(id)fp8:(id)fp12; | |
23 | - (void)showLeftButton:(id)fp8 withStyle:(int)fp12 rightButton:(id)fp16 withStyle:(int)fp20; | |
24 | - (void)setNavigationBarEnabled:(BOOL)fp8; | |
25 | - (void)setPrompt:(id)fp8; | |
26 | - (id)navigationTitle; | |
27 | - (id)navigationItem; | |
28 | - (void)navigationBarButtonClicked:(int)fp8; | |
29 | - (void)viewDidBecomeVisible; | |
30 | - (void)viewWillBecomeVisible:(void *)fp8; | |
31 | - (void)viewWillRedisplay; | |
32 | - (void)viewTransitionCompleted; | |
33 | - (void)suspend; | |
34 | - (void)didLock; | |
35 | - (void)willUnlock; | |
36 | - (void)didUnlock; | |
37 | - (void)didWake; | |
38 | - (void)pushController:(id)fp8; | |
39 | - (void)handleURL:(id)fp8; | |
40 | - (BOOL)popController; | |
41 | - (BOOL)popControllerWithAnimation:(BOOL)fp8; | |
42 | - (void)setPreferenceValue:(id)fp8 specifier:(id)fp12; | |
43 | - (id)readPreferenceValue:(id)fp8; | |
44 | @end | |
45 |