]>
Commit | Line | Data |
---|---|---|
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 "UITransitionView.h" | |
8 | ||
9 | @class ABPeoplePicker, ComposeBodyField, ComposeFromView, ComposeHeaderView, ComposeRecipientView, ComposeSubjectView, DADSearchQuery, NSMutableArray, NSMutableDictionary, UIKeyboard, UINavigationBar, UIPickerView, UIResponder, UITable, UITextViewLegacy, UIToolbar, UIView; | |
10 | ||
11 | @interface MailComposeView : UITransitionView | |
12 | { | |
13 | UIView *_contentView; | |
14 | UINavigationBar *_navBar; | |
15 | ComposeBodyField *_bodyField; | |
16 | UIView *_headerView; | |
17 | UITextViewLegacy *_bodyScroller; | |
18 | UIKeyboard *_keyboard; | |
19 | UIToolbar *_keyboardButtonBar; | |
20 | ComposeRecipientView *_toField; | |
21 | ComposeRecipientView *_ccField; | |
22 | ComposeRecipientView *_bccField; | |
23 | ComposeSubjectView *_subjectField; | |
24 | ComposeFromView *_fromField; | |
25 | ComposeHeaderView *_multiField; | |
26 | UIView *_shadowView; | |
27 | UIPickerView *_fromPickerView; | |
28 | ABPeoplePicker *_peoplePicker; | |
29 | float _finalToHeight; | |
30 | float _finalCCHeight; | |
31 | float _offsetBeforeSearch; | |
32 | id _sendTarget; | |
33 | SEL _sendAction; | |
34 | id _closeTarget; | |
35 | SEL _closeAction; | |
36 | BOOL _closeEnabled; | |
37 | BOOL _sendEnabled; | |
38 | unsigned int _scheduledDeferedProgressMonitoring:1; | |
39 | unsigned int _toHeightChanging:1; | |
40 | unsigned int _ccHeightChanging:1; | |
41 | unsigned int _pinToBottomOfHeaderView:1; | |
42 | unsigned int _changingRecipients:1; | |
43 | unsigned int _isLoading:1; | |
44 | unsigned int _multiFieldOverride:1; | |
45 | unsigned int _pendingMultiFieldOverride:1; | |
46 | ComposeRecipientView *_activeRecipientView; | |
47 | NSMutableArray *_searchResults; | |
48 | UITable *_searchResultsTable; | |
49 | NSMutableDictionary *_recipientsByAddress; | |
50 | DADSearchQuery *_currentSearchQuery; | |
51 | UIResponder *_firstResponderBeforeSheet; | |
52 | BOOL _animationDisabled; | |
53 | float _adjustViewHeight; | |
54 | } | |
55 | ||
56 | - (id)_searchResultsTable; | |
57 | - (BOOL)_fixUpView:(id)fp8 changingView:(id)fp12 toSize:(struct CGSize)fp16 fieldFrame:(struct CGRect *)fp24; | |
58 | - (void)composeHeaderViewClicked:(id)fp8; | |
59 | - (void)_setupField:(id)fp8 isNew:(BOOL)fp12 changingView:(id)fp16 toSize:(struct CGSize)fp20 fieldFrame:(struct CGRect *)fp28 visible:(BOOL)fp32; | |
60 | - (void)_setupField:(id *)fp8 withLabel:(id)fp12 property:(int)fp16 changingView:(id)fp20 toSize:(struct CGSize)fp24 fieldFrame:(struct CGRect *)fp32 visible:(BOOL)fp36; | |
61 | - (void)_getLabel:(id *)fp8 andAccountDescription:(id *)fp12 forState:(CDAnonymousStruct1)fp16; | |
62 | - (void)_setupMultiFieldWithState:(CDAnonymousStruct1)fp8 changingView:(id)fp9 toSize:(struct CGSize)fp13 fieldFrame:(struct CGRect *)fp21; | |
63 | - (void)_setupFromFieldChangingView:(id)fp8 toSize:(struct CGSize)fp12 fieldFrame:(struct CGRect *)fp20 visible:(BOOL)fp24; | |
64 | - (void)_setupSubjectField:(struct CGRect *)fp8; | |
65 | - (void)_setupBodyFieldWithHeaderFrame:(struct CGRect)fp8 enclosingFrame:(struct CGRect)fp24 changingView:(id)fp40 frameToPin:(struct CGRect)fp44 wasSearching:(BOOL)fp60; | |
66 | - (void)_setContentSizeAppropriately; | |
67 | - (void)_layoutSubviewsWithActiveRecipientView:(BOOL)fp8 changingView:(id)fp12 toSize:(struct CGSize)fp16; | |
68 | - (void)getOptionalFieldState:(CDAnonymousStruct1 *)fp8; | |
69 | - (void)_layoutSubviews:(BOOL)fp8 changingView:(id)fp12 toSize:(struct CGSize)fp16; | |
70 | - (void)_layoutSubviews:(BOOL)fp8; | |
71 | - (id)initWithFrame:(struct CGRect)fp8 delegate:(id)fp24; | |
72 | - (id)navigationBar; | |
73 | - (id)keyboard; | |
74 | - (id)retain; | |
75 | - (void)release; | |
76 | - (void)dealloc; | |
77 | - (void)setAutoresizingMask:(unsigned int)fp8; | |
78 | - (BOOL)endEditing:(BOOL)fp8; | |
79 | - (BOOL)allowSend; | |
80 | - (BOOL)isLoading; | |
81 | - (void)setIsLoading:(BOOL)fp8; | |
82 | - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
83 | - (id)toField; | |
84 | - (id)ccField; | |
85 | - (id)bccField; | |
86 | - (id)subjectField; | |
87 | - (id)fromField; | |
88 | - (id)bodyField; | |
89 | - (void)adjustScrollerContentSize; | |
90 | - (void)composeBodyFieldFrameChanged:(id)fp8; | |
91 | - (void)composeBodyFieldDidFinishLoadForFrame:(id)fp8; | |
92 | - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; | |
93 | - (void)_fromPickerHideCompleted; | |
94 | - (void)_adjustScrollerForViewHeight:(float)fp8; | |
95 | - (void)_fromPickerShowCompleted; | |
96 | - (void)setPickerVisible:(BOOL)fp8 animate:(BOOL)fp12; | |
97 | - (void)_keyboardHideCompleted; | |
98 | - (void)_keyboardAnimationCompleted; | |
99 | - (void)setKeyboardVisible:(BOOL)fp8 animate:(BOOL)fp12; | |
100 | - (BOOL)isKeyboardVisible; | |
101 | - (BOOL)isPickerVisible; | |
102 | - (void)setAnimationDisabled:(BOOL)fp8; | |
103 | - (void)scrollerDidScroll:(id)fp8; | |
104 | - (void)setNavigationBarTitle:(id)fp8; | |
105 | - (void)setSendTarget:(id)fp8 action:(SEL)fp12; | |
106 | - (void)setCloseTarget:(id)fp8 action:(SEL)fp12; | |
107 | - (void)_sendButtonClicked:(id)fp8; | |
108 | - (void)_closeButtonClicked:(id)fp8; | |
109 | - (void)setSendEnabled:(BOOL)fp8 closeEnabled:(BOOL)fp12 withDuration:(double)fp16; | |
110 | - (void)setSendEnabled:(BOOL)fp8; | |
111 | - (void)_saveFirstResponder; | |
112 | - (void)_restoreFirstResponder; | |
113 | - (void)displayAlertSheet:(id)fp8; | |
114 | - (void)_postSheetKeyboardFadeInFinished; | |
115 | - (void)dismissAlertSheet:(id)fp8 animate:(BOOL)fp12 willClose:(BOOL)fp16; | |
116 | - (void)setEnabled:(BOOL)fp8 changingUI:(BOOL)fp12; | |
117 | - (int)activeAddressField; | |
118 | - (id)activeRecipientText; | |
119 | - (void)composeRecipientView:(id)fp8 didChangeSize:(struct CGSize)fp12; | |
120 | - (void)composeRecipientViewWillBecomeFirstResponder:(id)fp8; | |
121 | - (void)composeRecipientViewDidResignFirstResponder:(id)fp8; | |
122 | - (void)composeRecipientViewDidBecomeFirstResponder:(id)fp8; | |
123 | - (id)composeRecipientView:(id)fp8 composeRecipientForAddress:(id)fp12; | |
124 | - (id)composeRecipientView:(id)fp8 composeRecipientForRecord:(void *)fp12 identifier:(int)fp16; | |
125 | - (void)addNameMatches:(id)fp8 toSortedMatches:(id)fp12 andIndices:(id)fp16 withIdentifiers:(struct __CFArray *)fp20 andAddresses:(struct __CFArray *)fp24; | |
126 | - (void)addMatchingUids:(struct __CFArray *)fp8 toUnsortedMatches:(id)fp12 andIndices:(id)fp16 withIdentifiers:(struct __CFArray *)fp20 andAddresses:(struct __CFArray *)fp24; | |
127 | - (void)filterInRecentAddresses:(struct __CFArray *)fp8 andNames:(struct __CFArray *)fp12 intoResults:(id *)fp16 removingFromSortedMatches:(id)fp20 indices:(id)fp24 andUnsortedMatches:(id)fp28 indices:(id)fp32; | |
128 | - (void)composeRecipientView:(id)fp8 textDidChange:(id)fp12; | |
129 | - (void)filterInDisplayName:(id)fp8 emailAddress:(id)fp12 fromSearchQuery:(id)fp16; | |
130 | - (void)searchQueryFinished:(id)fp8; | |
131 | - (void)composeRecipientViewDidFinishEnteringRecipient:(id)fp8; | |
132 | - (void)composeRecipientView:(id)fp8 requestDeleteRecipientAtIndex:(int)fp12; | |
133 | - (void)removeFromSuperview; | |
134 | - (void)composeRecipientViewRequestAddRecipient:(id)fp8; | |
135 | - (void)composeRecipientViewDidFinishPickingRecipient:(id)fp8; | |
136 | - (int)numberOfRowsInTable:(id)fp8; | |
137 | - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; | |
138 | - (void)tableSelectionDidChange:(id)fp8; | |
139 | ||
140 | @end | |
141 |