X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/ABCardNameControl.h diff --git a/AddressBookUI/ABCardNameControl.h b/AddressBookUI/ABCardNameControl.h new file mode 100644 index 0000000..a4975b6 --- /dev/null +++ b/AddressBookUI/ABCardNameControl.h @@ -0,0 +1,45 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import "UIControl.h" + +@class ABCardController, NSString, UIView; + +@interface ABCardNameControl : UIControl +{ + ABCardController *_cardController; + void *_displayedPerson; + UIView *_backgroundView; + UIView *_nameView; + NSString *_tagLine; + BOOL _editable; +} + ++ (id)createNameFont; ++ (id)createNameColor; ++ (id)createNameBevelColor; ++ (id)createTagLineFont; +- (id)initWithCardController:(id)fp8 frame:(struct CGRect)fp12; +- (void)dealloc; +- (struct CGSize)sizeToFitWithMinimumHeight:(float)fp8; +- (void)setDisplayedPerson:(void *)fp8; +- (void)setTagLine:(id)fp8; +- (void)setHighlighted:(BOOL)fp8; +- (void)setFrame:(struct CGRect)fp8; +- (void)layoutSubviews; +- (void)setEditable:(BOOL)fp8; +- (id)copyTagLine; +- (id)copyCompositeNameWithTagLine:(id)fp8 isPlaceholder:(char *)fp12; +- (id)fontForName:(id)fp8 withWidth:(float)fp12; +- (float)verticalOffsetForNameWithTextSize:(struct CGSize)fp8 tagLines:(id)fp16; +- (struct CGRect)usableNameBounds; +- (void)drawNameInView:(id)fp8 withClipRect:(struct CGRect)fp12; +- (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16; +- (void)setNeedsDisplay; +- (struct __CFArray *)copyNamePropertiesForEditing:(BOOL)fp8; + +@end +