]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAlertView-Private.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIAlertView-Private.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/UIAlertView.h>
8
9 @interface UIAlertView (Private)
10 + (struct CGSize)minimumSize;
11 + (id)topMostAlert;
12 + (id)visibleAlert;
13 + (BOOL)atLeastOneAlertVisible;
14 + (void)_reorientAlertWindowTo:(int)fp8 animated:(BOOL)fp12;
15 + (void)noteOrientationChangingTo:(int)fp8;
16 + (void)hideTopmostMiniAlert:(int)fp8;
17 + (void)hideAlertsForTermination;
18 + (void)showTopmostMiniAlert:(char *)fp8;
19 + (void)wantsToShowMiniAlerts:(char *)fp8;
20 + (BOOL)_hideTopMostAlertAnimated:(BOOL)fp8;
21 + (id)_popupAlertBackground;
22 - (id)initWithTitle:(id)fp8 buttons:(id)fp12 defaultButtonIndex:(int)fp16 delegate:(id)fp20 context:(id)fp24;
23 - (BOOL)requiresPortraitOrientation;
24 - (int)_currentOrientation;
25 - (void)_setAlertSheetStyleFromButtonBar:(id)fp8;
26 - (id)buttons;
27 - (void)_createTitleLabelIfNeeded;
28 - (void)_createSubtitleLabelIfNeeded;
29 - (void)_createBodyTextLabelIfNeeded;
30 - (void)_createTaglineTextLabelIfNeeded;
31 - (void)_setupTitleStyle;
32 - (void)setBodyText:(id)fp8;
33 - (void)setTaglineText:(id)fp8;
34 - (void)setSubtitle:(id)fp8;
35 - (id)subtitle;
36 - (id)bodyText;
37 - (void)setTitleMaxLineCount:(int)fp8;
38 - (int)titleMaxLineCount;
39 - (void)setBodyTextMaxLineCount:(int)fp8;
40 - (int)bodyMaxLineCount;
41 - (id)addTextFieldWithValue:(id)fp8 label:(id)fp12;
42 - (id)textFieldAtIndex:(int)fp8;
43 - (int)textFieldCount;
44 - (id)textField;
45 - (void)_alertSheetTextFieldReturn:(id)fp8;
46 - (id)keyboard;
47 - (void)setDefaultButton:(id)fp8;
48 - (id)defaultButton;
49 - (void)setDestructiveButton:(id)fp8;
50 - (id)destructiveButton;
51 - (id)_addButtonWithTitle:(id)fp8 label:(id)fp12 buttonClass:(Class)fp16;
52 - (id)addButtonWithTitle:(id)fp8 label:(id)fp12;
53 - (id)_addButtonWithTitle:(id)fp8;
54 - (id)addButtonWithTitle:(id)fp8 buttonClass:(Class)fp12;
55 - (int)buttonCount;
56 - (void)setContext:(id)fp8;
57 - (id)context;
58 - (void)_buttonClicked:(id)fp8;
59 - (void)_cleanupAfterPopupAnimation;
60 - (void)setTableShouldShowMinimumContent:(BOOL)fp8;
61 - (BOOL)tableShouldShowMinimumContent;
62 - (id)table;
63 - (BOOL)_needsKeyboard;
64 - (void)setShowsOverSpringBoardAlerts:(BOOL)fp8;
65 - (BOOL)showsOverSpringBoardAlerts;
66 - (void)_performPopup:(BOOL)fp8;
67 - (void)_growAnimationDidStop:(id)fp8 finished:(id)fp12;
68 - (void)_bubbleAnimationShrinkDidStop:(id)fp8 finished:(id)fp12;
69 - (void)_bubbleAnimationNormalDidStop:(id)fp8 finished:(id)fp12;
70 - (BOOL)_isAnimating;
71 - (void)_addToStack;
72 - (void)_removeFromStack;
73 - (void)_popoutAnimationDidStop:(id)fp8 finished:(id)fp12;
74 - (void)_performPopoutAnimationAnimated:(BOOL)fp8;
75 - (void)_repopup;
76 - (void)_tellSpringboardShowingSheet:(BOOL)fp8;
77 - (BOOL)_dimsBackground;
78 - (void)_tellSpringboardHidingSheet:(BOOL)fp8;
79 - (void)_createAlertWindowIfNeeded:(BOOL)fp8;
80 - (BOOL)_canShowAlerts;
81 - (void)_removeAlertWindowOrShowAnOldAlert;
82 - (void)_temporarilyHideAnimated:(BOOL)fp8;
83 - (void)_setupInitialFrame;
84 - (void)_rotatingAnimationDidStop:(id)fp8;
85 - (void)layoutAnimated:(BOOL)fp8;
86 - (BOOL)isBodyTextTruncated;
87 - (void)_layoutPopupAlertWithOrientation:(int)fp8 animated:(BOOL)fp12;
88 - (void)_layoutIfNeeded;
89 - (void)_adjustLabelFontSizes;
90 - (void)popupAlertAnimated:(BOOL)fp8 atOffset:(float)fp12;
91 - (void)popupAlertAnimated:(BOOL)fp8;
92 - (void)_presentSheetFromView:(id)fp8 above:(BOOL)fp12;
93 - (void)presentSheetFromBehindView:(id)fp8;
94 - (void)presentSheetFromAboveView:(id)fp8;
95 - (void)presentSheetInView:(id)fp8;
96 - (void)presentSheetToAboveView:(id)fp8;
97 - (void)setDimView:(id)fp8;
98 - (id)_dimView;
99 - (void)_presentSheetStartingFromYCoordinate:(double)fp8;
100 - (void)_slideSheetOut:(BOOL)fp8;
101 - (void)dismiss;
102 - (void)dismissAnimated:(BOOL)fp8;
103 - (struct CGSize)backgroundSize;
104 - (float)_titleVerticalTopInset;
105 - (float)_titleVerticalBottomInset;
106 - (float)_titleHorizontalInset;
107 - (float)_bottomVerticalInset;
108 - (void)drawRect:(struct CGRect)fp8;
109 - (void)_appSuspended:(id)fp8;
110 - (void)_alertSheetAnimationDidStop:(id)fp8 finished:(id)fp12;
111 - (void)setNumberOfRows:(int)fp8;
112 - (int)numberOfRows;
113 - (int)alertSheetStyle;
114 - (void)setAlertSheetStyle:(int)fp8;
115 - (void)setDimsBackground:(BOOL)fp8;
116 - (BOOL)dimsBackground;
117 - (void)setSuspendTag:(int)fp8;
118 - (int)suspendTag;
119 - (void)setBlocksInteraction:(BOOL)fp8;
120 - (BOOL)blocksInteraction;
121 - (void)setRunsModal:(BOOL)fp8;
122 - (BOOL)runsModal;
123 - (struct CGRect)titleRect;
124 - (float)_maxHeight;
125 - (float)_buttonHeight;
126 - (void)layout;
127 - (void)presentSheetFromButtonBar:(id)fp8;
128 @end
129