00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "UIControl.h" 00008 00009 @class ABClippingImageView, ABImageWellLabelView, UIImage, UIView; 00010 00011 @interface ABPersonImageView : UIControl 00012 { 00013 struct CPRecord *_displayedPerson; 00014 ABClippingImageView *_personImageView; 00015 ABClippingImageView *_wellBorderView; 00016 ABClippingImageView *_currentBorderView; 00017 ABClippingImageView *_outlineBorderView; 00018 ABClippingImageView *_editBorderView; 00019 ABClippingImageView *_pressedView; 00020 UIView *_bounceImageView; 00021 ABImageWellLabelView *_wellLabel; 00022 UIImage *_personImage; 00023 BOOL _isEditing; 00024 BOOL _showLabel; 00025 float _bounceProgress; 00026 BOOL _isAnimating; 00027 } 00028 00029 + (id)genericPersonImage; 00030 + (id)genericOrganizationImage; 00031 + (id)genericEditPersonImage; 00032 + (void)loadDefaultImage; 00033 - (id)initWithFrame:(struct CGRect)fp8; 00034 - (void)setHighlighted:(BOOL)fp8; 00035 - (void)dealloc; 00036 - (void)setShowsLabel:(BOOL)fp8 animate:(BOOL)fp12; 00037 - (void)reflow; 00038 - (void)reload; 00039 - (void)setDisplayedPerson:(struct CPRecord *)fp8; 00040 - (void)setPersonImage:(id)fp8; 00041 - (void)finishedEditingAnimation; 00042 - (void)setIsEditing:(BOOL)fp8 animate:(BOOL)fp12; 00043 - (void)bounceAnimationFinished; 00044 - (void)setBouncedImageView:(id)fp8; 00045 00046 @end 00047
1.5.3