]>
Commit | Line | Data |
---|---|---|
434ac614 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 <MessageUI/ComposeHeaderView.h> | |
8 | ||
9 | #import "ABPeoplePickerNavigationControllerDelegate-Protocol.h" | |
10 | #import "UITextFieldDelegate-Protocol.h" | |
11 | ||
12 | @class ComposeRecipientAtom, NSMutableArray, NSMutableDictionary, UIPushButton, UITextField; | |
13 | ||
14 | @interface ComposeRecipientView : ComposeHeaderView <UITextFieldDelegate, ABPeoplePickerNavigationControllerDelegate> | |
15 | { | |
16 | NSMutableArray *_recipients; | |
17 | NSMutableDictionary *_atoms; | |
18 | ComposeRecipientAtom *_opaqueTextAtom; | |
19 | UIPushButton *_addButton; | |
20 | BOOL _editable; | |
21 | BOOL _picking; | |
22 | BOOL _becomingFirstResponder; | |
23 | BOOL _ignoreFirstResponderChanges; | |
24 | BOOL _allowsDuplicateEntries; | |
25 | int _property; | |
26 | int _maxRecipients; | |
27 | UITextField *_textField; | |
28 | } | |
29 | ||
30 | - (id)initWithFrame:(struct CGRect)fp8; | |
31 | - (int)composeRecipientAtomKeyboardType:(id)fp8; | |
32 | - (void)setAllowsDuplicateEntries:(BOOL)fp8; | |
33 | - (void)setLabel:(id)fp8; | |
34 | - (BOOL)editable; | |
35 | - (void)setEditable:(BOOL)fp8; | |
36 | - (void)clearText; | |
37 | - (void)setProperty:(int)fp8; | |
38 | - (id)addresses; | |
39 | - (void)setAddresses:(id)fp8; | |
40 | - (void)addRecipient:(id)fp8; | |
41 | - (void)addAddress:(id)fp8; | |
42 | - (void)addRecord:(void *)fp8 identifier:(int)fp12; | |
43 | - (void)removeAddressAtIndex:(int)fp8; | |
44 | - (BOOL)_addable; | |
45 | - (void)setMaxRecipients:(int)fp8; | |
46 | - (int)maxRecipients; | |
47 | - (BOOL)_canBecomeFirstResponder; | |
48 | - (void)reflow; | |
49 | - (void)addButtonClicked:(id)fp8; | |
50 | - (BOOL)shouldShowCardForPerson:(void *)fp8; | |
51 | - (BOOL)peoplePicker:(id)fp8 shouldShowCardForPerson:(void *)fp12; | |
52 | - (void)peoplePickerNavigationControllerDidCancel:(id)fp8; | |
53 | - (BOOL)peoplePickerNavigationController:(id)fp8 shouldContinueAfterSelectingPerson:(void *)fp12; | |
54 | - (BOOL)peoplePickerNavigationController:(id)fp8 shouldContinueAfterSelectingPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20; | |
55 | - (void)peoplePicker:(id)fp8 selectedPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20; | |
56 | - (void)peoplePicker:(id)fp8 enteredOtherValue:(void *)fp12 forProperty:(int)fp16; | |
57 | - (void)peoplePickerDidEndPicking:(id)fp8; | |
58 | - (BOOL)textFieldShouldBecomeFirstResponder:(id)fp8; | |
59 | - (void)textFieldDidBecomeFirstResponder:(id)fp8; | |
60 | - (void)textFieldDidResignFirstResponder:(id)fp8; | |
61 | - (void)composeRecipientAtomWillBecomeFirstResponder:(id)fp8; | |
62 | - (void)composeRecipientAtomDidBecomeFirstResponder:(id)fp8; | |
63 | - (void)composeRecipientAtomDidResignFirstResponder:(id)fp8; | |
64 | - (void)composeRecipientAtomDeleteClicked:(id)fp8; | |
65 | - (id)text; | |
66 | - (BOOL)becomeFirstResponder; | |
67 | - (BOOL)canBecomeFirstResponder; | |
68 | - (void)textChanged:(id)fp8; | |
69 | - (BOOL)keyboardInput:(id)fp8 shouldInsertText:(id)fp12 isMarkedText:(BOOL)fp16; | |
70 | - (BOOL)keyboardInputShouldDelete:(id)fp8; | |
71 | - (float)offsetForRowWithTextField; | |
72 | - (void)showAtoms; | |
73 | - (void)setIgnoreFirstResponderChanges:(BOOL)fp8; | |
74 | - (void)dealloc; | |
75 | - (id)recipients; | |
76 | - (BOOL)textFieldShouldEndEditing:(id)fp8; | |
77 | ||
78 | @end | |
79 |