]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIModalView.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIModalView.h
CommitLineData
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 <UIKit/UIView.h>
8
49226a34 9#import "UIModalViewDelegate-Protocol.h"
2cd8f71b
JF
10#import "UITextFieldDelegate-Protocol.h"
11
12@class NSMutableArray, UILabel, UIToolbar, UIWindow;
13
14@interface UIModalView : UIView <UITextFieldDelegate>
15{
16 id <UIModalViewDelegate> _delegate;
17 UILabel *_titleLabel;
18 UILabel *_subtitleLabel;
19 UILabel *_bodyTextLabel;
20 UILabel *_taglineTextLabel;
21 float _startY;
22 id _context;
23 int _cancelButton;
24 int _defaultButton;
25 int _firstOtherButton;
26 UIToolbar *_toolbar;
27 UIWindow *_dimWindow;
28 int _suspendTag;
29 int _dismissButtonIndex;
30 float _bodyTextHeight;
31 NSMutableArray *_buttons;
32 NSMutableArray *_textFields;
33 UIView *_keyboard;
34 UIView *_table;
35 UIView *_dimView;
36 struct {
37 unsigned int numberOfRows:7;
38 unsigned int delegateAlertSheetButtonClicked:1;
39 unsigned int delegateDidPresentAlertSheet:1;
40 unsigned int delegateDidDismissAlertSheet:1;
41 unsigned int hideButtonBar:1;
42 unsigned int alertStyle:3;
43 unsigned int dontDimBackground:1;
44 unsigned int dismissSuspended:1;
45 unsigned int dontBlockInteraction:1;
46 unsigned int sheetWasPoppedUp:1;
47 unsigned int animating:1;
48 unsigned int hideWhenDoneAnimating:1;
49 unsigned int layoutWhenDoneAnimating:1;
50 unsigned int titleMaxLineCount:2;
51 unsigned int bodyTextMaxLineCount:3;
52 unsigned int runsModal:1;
53 unsigned int runningModal:1;
54 unsigned int addedTextView:1;
55 unsigned int addedTableShadows:1;
56 unsigned int showOverSBAlerts:1;
57 unsigned int showMinTableContent:1;
58 unsigned int bodyTextTruncated:1;
59 unsigned int orientation:3;
60 unsigned int delegateBodyTextAlignment:1;
61 unsigned int delegateClickedButtonAtIndex:1;
62 unsigned int delegateCancel:1;
63 unsigned int delegateWillPresent:1;
64 unsigned int delegateDidPresent:1;
65 unsigned int delegateWillDismiss:1;
66 unsigned int delegateDidDismiss:1;
67 unsigned int extra:21;
68 } _modalViewFlags;
69}
70
71- (id)initWithFrame:(struct CGRect)fp8;
72- (id)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 defaultButton:(id)fp20 cancelButton:(id)fp24 otherButtons:(id)fp28;
73- (void)dealloc;
74- (void)setDelegate:(id)fp8;
75- (id)delegate;
76- (void)setTitle:(id)fp8;
77- (id)title;
78- (void)setMessage:(id)fp8;
79- (id)message;
80- (int)addButtonWithTitle:(id)fp8;
81- (id)buttonTitleAtIndex:(int)fp8;
82- (int)numberOfButtons;
83- (BOOL)isVisible;
84- (void)setDefaultButtonIndex:(int)fp8;
85- (int)defaultButtonIndex;
86- (void)setCancelButtonIndex:(int)fp8;
87- (int)cancelButtonIndex;
88- (void)_setFirstOtherButtonIndex:(int)fp8;
89- (int)firstOtherButtonIndex;
90- (void)dismissWithClickedButtonIndex:(int)fp8 animated:(BOOL)fp12;
91
92@end
93