]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAlertView.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UIAlertView.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
9 @class NSMutableArray, UILabel, UIToolbar, UIWindow;
10
11 @interface UIAlertView : UIView
12 {
13 id /*XXX:<UIAlertViewDelegate>*/ _delegate;
14 UILabel *_titleLabel;
15 UILabel *_subtitleLabel;
16 UILabel *_bodyTextLabel;
17 UILabel *_taglineTextLabel;
18 float _startY;
19 id _context;
20 int _cancelButton;
21 int _defaultButton;
22 int _firstOtherButton;
23 UIToolbar *_toolbar;
24 UIWindow *_dimWindow;
25 int _suspendTag;
26 int _dismissButtonIndex;
27 float _bodyTextHeight;
28 NSMutableArray *_buttons;
29 NSMutableArray *_textFields;
30 UIView *_keyboard;
31 UIView *_table;
32 UIView *_dimView;
33 CDAnonymousStruct7 _modalViewFlags;
34 }
35
36 - (id)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 defaultButton:(id)fp20 cancelButton:(id)fp24 otherButtons:(id)fp28;
37 - (void)dealloc;
38 - (void)setDelegate:(id)fp8;
39 - (id)delegate;
40 - (void)setTitle:(id)fp8;
41 - (id)title;
42 - (void)setMessage:(id)fp8;
43 - (id)message;
44 - (int)addButtonWithTitle:(id)fp8;
45 - (id)buttonTitleAtIndex:(int)fp8;
46 - (int)numberOfButtons;
47 - (BOOL)isVisible;
48 - (void)setDefaultButtonIndex:(int)fp8;
49 - (int)defaultButtonIndex;
50 - (void)setCancelButtonIndex:(int)fp8;
51 - (int)cancelButtonIndex;
52 - (void)_setFirstOtherButtonIndex:(int)fp8;
53 - (int)firstOtherButtonIndex;
54 - (void)dismissWithClickedButtonIndex:(int)fp8 animated:(BOOL)fp12;
55 - (id)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 cancelButtonTitle:(id)fp20 otherButtonTitles:(id)fp24, ...;
56 - (id)initWithFrame:(struct CGRect)fp8;
57 - (void)show;
58
59 #if 1//...
60 - (void)setForceHorizontalButtonsLayout:(BOOL)force;
61 #endif
62
63 #if 1//...
64 - (void)setContext:(NSString *)string;
65 - (NSString *)context;
66 - (void)setNumberOfRows:(int)rows;
67 #endif
68
69 @end
70