]> git.saurik.com Git - iphone-api.git/blame - MessageUI/AddressAtom.h
Added some work on liblockdown.
[iphone-api.git] / MessageUI / AddressAtom.h
CommitLineData
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 "UIControl.h"
8
9@class NSString, SlicedImageView, UITextLabel;
10
11@interface AddressAtom : UIControl
12{
13 CDAnonymousStruct2 _atomImageSlices;
14 SlicedImageView *_leftCap;
15 SlicedImageView *_rightCap;
16 SlicedImageView *_center;
17 UITextLabel *_addressLabel;
18 id _delegate;
19 NSString *_fullAddress;
20 void *_person;
21 NSString *_displayString;
22 struct CGPoint _displayStringOrigin;
23 unsigned int _maxWidth;
24 int _identifier;
25 unsigned int _addressIsPhoneNumber:1;
26 unsigned int _needsToSendMouseUpEvents:1;
27 unsigned int _dragging:1;
28 unsigned int _updatedABPerson:1;
29}
30
31+ (void)initialize;
32- (void)_registerForNotifications;
33- (void)_unregisterForNotifications;
34- (id)initWithAddress:(id)fp8 isPhoneNumber:(BOOL)fp12 maxWidth:(float)fp16 useDisplayString:(BOOL)fp20;
35- (void)setDelegate:(id)fp8;
36- (void)mouseUp:(struct __GSEvent *)fp8;
37- (void)mouseDragged:(struct __GSEvent *)fp8;
38- (void)sendAction:(SEL)fp8 toTarget:(id)fp12 forEvent:(struct __GSEvent *)fp16;
39- (void)dealloc;
40- (void)setFrame:(struct CGRect)fp8;
41- (void)sizeToFit;
42- (void)_updateABPerson;
43- (void)_addressBookRecordDidChange;
44- (void)_updateDisplayStringIncludingABPerson:(BOOL)fp8;
45- (void *)ABPerson;
46- (int)identifier;
47- (id)unmodifiedAddressString;
48- (id)displayString;
49- (void)setHighlighted:(BOOL)fp8;
50- (BOOL)_alwaysHandleScrollerMouseEvent;
51
52@end
53