]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIFormAssistant.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIFormAssistant.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 <UIKit/UIView.h>
8 #import <UIKit/UIFormPeripheral-Protocol.h>
9
10 @class NSMutableDictionary, UIButton, UIImageView, UIInformalDelegate, UITransitionView, UIView/*<UIFormPeripheral>*/;
11
12 @interface UIFormAssistant : UIView
13 {
14 UIButton *_done;
15 UIButton *_next;
16 UIButton *_previous;
17 UIImageView *_navigation;
18 UITransitionView *_transition;
19 BOOL _isTransitioning;
20 id <UIFormControl> _control;
21 id <UIFormControl> _nextControl;
22 UIView<UIFormPeripheral> *_peripheral;
23 UIView<UIFormPeripheral> *_nextPeripheral;
24 NSMutableDictionary *_primaryCache;
25 NSMutableDictionary *_secondaryCache;
26 UIInformalDelegate *_delegate;
27 int _orientation;
28 }
29
30 + (id)_navigationImage;
31 + (id)sharedFormAssistant;
32 + (double)defaultTransitionDuration;
33 - (id)_formPeripheralForFormControl:(id)fp8;
34 - (id)initWithFrame:(struct CGRect)fp8;
35 - (void)dealloc;
36 - (void)done:(id)fp8;
37 - (void)advanceToNextFormControl:(id)fp8;
38 - (void)recedeToPreviousFormControl:(id)fp8;
39 - (void)synchronizeOrientationWithAnimation:(BOOL)fp8;
40 - (void)layoutSubviews;
41 - (void)completeFormControlTransition;
42 - (void)animationWillStart:(id)fp8;
43 - (void)animationDidStop:(id)fp8;
44 - (void)transitionViewDidComplete:(id)fp8;
45 - (void)setFormControl:(id)fp8;
46 - (id)formControl;
47 - (void)setSessionDelegate:(id)fp8;
48 - (id)sessionDelegate;
49 - (BOOL)isTransitioning;
50 - (BOOL)isTransitioningToNextPeripheral;
51 - (struct CGRect)peripheralFrame;
52 - (struct CGRect)remainingDeviceRect;
53
54 @end
55