]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABCardNameControl.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABCardNameControl.h
CommitLineData
2cd8f71b
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 ABCardController, NSString, UIView;
10
11@interface ABCardNameControl : UIControl
12{
13 ABCardController *_cardController;
14 void *_displayedPerson;
15 UIView *_backgroundView;
16 UIView *_nameView;
17 NSString *_tagLine;
18 BOOL _editable;
19}
20
21+ (id)createNameFont;
22+ (id)createNameColor;
23+ (id)createNameBevelColor;
24+ (id)createTagLineFont;
25- (id)initWithCardController:(id)fp8 frame:(struct CGRect)fp12;
26- (void)dealloc;
27- (struct CGSize)sizeToFitWithMinimumHeight:(float)fp8;
28- (void)setDisplayedPerson:(void *)fp8;
29- (void)setTagLine:(id)fp8;
30- (void)setHighlighted:(BOOL)fp8;
31- (void)setFrame:(struct CGRect)fp8;
32- (void)layoutSubviews;
33- (void)setEditable:(BOOL)fp8;
34- (id)copyTagLine;
35- (id)copyCompositeNameWithTagLine:(id)fp8 isPlaceholder:(char *)fp12;
36- (id)fontForName:(id)fp8 withWidth:(float)fp12;
37- (float)verticalOffsetForNameWithTextSize:(struct CGSize)fp8 tagLines:(id)fp16;
38- (struct CGRect)usableNameBounds;
39- (void)drawNameInView:(id)fp8 withClipRect:(struct CGRect)fp12;
40- (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
41- (void)setNeedsDisplay;
42- (struct __CFArray *)copyNamePropertiesForEditing:(BOOL)fp8;
43
44@end
45