]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIActionSheet.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIActionSheet.h
... / ...
CommitLineData
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 UIActionSheet : UIView
12{
13 id /*XXX:<UIActionSheetDelegate>*/ _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 int _actionSheetStyle;
35}
36
37- (id)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 defaultButton:(id)fp20 cancelButton:(id)fp24 otherButtons:(id)fp28;
38- (void)dealloc;
39- (void)setDelegate:(id)fp8;
40- (id)delegate;
41- (void)setTitle:(id)fp8;
42- (id)title;
43- (void)setMessage:(id)fp8;
44- (id)message;
45- (int)addButtonWithTitle:(id)fp8;
46- (id)buttonTitleAtIndex:(int)fp8;
47- (int)numberOfButtons;
48- (BOOL)isVisible;
49- (void)setDefaultButtonIndex:(int)fp8;
50- (int)defaultButtonIndex;
51- (void)setCancelButtonIndex:(int)fp8;
52- (int)cancelButtonIndex;
53- (void)_setFirstOtherButtonIndex:(int)fp8;
54- (int)firstOtherButtonIndex;
55- (void)dismissWithClickedButtonIndex:(int)fp8 animated:(BOOL)fp12;
56- (id)initWithFrame:(struct CGRect)fp8;
57- (id)initWithTitle:(id)fp8 delegate:(id)fp12 cancelButtonTitle:(id)fp16 destructiveButtonTitle:(id)fp20 otherButtonTitles:(id)fp24;
58- (void)setActionSheetStyle:(int)fp8;
59- (int)actionSheetStyle;
60- (int)destructiveButtonIndex;
61- (void)setDestructiveButtonIndex:(int)fp8;
62- (void)showInView:(id)fp8;
63- (void)showFromToolbar:(id)fp8;
64- (void)showFromTabBar:(id)fp8;
65
66@end
67