]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABCardTableController.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABCardTableController.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 "NSObject.h"
8
9@class ABActionsController, ABCardController, ABCardNameControl, ABCardRecentDatesView, ABCardTitleView, ABPersonImageView, ABRingtoneManager, NSArray, NSMutableArray, NSString, UIView;
10
11@interface ABCardTableController : NSObject
12{
13 ABCardController *_cardController;
14 struct __CFArray *_optionalProperties;
15 NSMutableArray *_propertyGroups;
16 NSMutableArray *_editablePropertyGroups;
17 void *_displayedPerson;
18 BOOL _editable;
19 BOOL _allowsActions;
20 BOOL _allowsDelete;
21 BOOL _showMapActions;
22 ABCardNameControl *_nameControl;
23 ABCardTitleView *_customizedNameView;
24 ABPersonImageView *_imageView;
25 UIView *_textActionView;
26 UIView *_addToFavoritesActionView;
27 ABActionsController *_phoneActionsController;
28 NSArray *_dates;
29 ABCardRecentDatesView *_datesView;
30 NSString *_datesMessageFormat;
31 int _highlightIdentifier;
32 BOOL _highlightImportant;
33 int _highlightProperty;
34 ABRingtoneManager *_ringtoneManager;
35}
36
37- (id)initWithCardController:(id)fp8;
38- (void)dealloc;
39- (id)personImageView;
40- (id)itemViewForPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16 withTable:(id)fp20;
41- (void)setDisplayedPerson:(void *)fp8;
42- (void)displayedPersonWasModified:(void *)fp8;
43- (void)setShowsMapActions:(BOOL)fp8;
44- (void *)displayedPerson;
45- (void)setAllowsActions:(BOOL)fp8;
46- (void)setAllowsCardDeletion:(BOOL)fp8;
47- (BOOL)allowsCardDeletion;
48- (BOOL)hasAdditionalProperties;
49- (BOOL)isPropertyOptional:(int)fp8;
50- (void *)policyForPerson:(void *)fp8;
51- (id)createPropertyGroupsForEditing:(BOOL)fp8 person:(void *)fp12 withDisplayedProperties:(struct __CFArray *)fp16 ignoringValue:(id)fp20;
52- (id)createPropertyGroupsForEditing:(BOOL)fp8;
53- (id)propertyGroupsForEditing:(BOOL)fp8;
54- (struct __CFArray *)createAdditionalPropertiesArray;
55- (id)propertyGroups;
56- (BOOL)isCardPartiallyFilled;
57- (BOOL)shouldShowRingtoneCellWhenEditing:(BOOL)fp8;
58- (id)ringtoneManager;
59- (void)setIsEditable:(BOOL)fp8 animated:(BOOL)fp12 withTable:(id)fp16;
60- (BOOL)isEditable;
61- (void)setHighlightedItemForProperty:(int)fp8 withIdentifier:(int)fp12 important:(BOOL)fp16;
62- (BOOL)performDefaultActionForPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16;
63- (void)setNameIsCustomized:(BOOL)fp8;
64- (void)setTagLine:(id)fp8;
65- (id)createDateMessageString;
66- (void)setDates:(id)fp8 withMessageFormat:(id)fp12;
67- (void)setTitleColor:(id)fp8;
68- (void)setTitleIsImportant:(BOOL)fp8;
69- (void)setTitle:(id)fp8 withMessage:(id)fp12;
70- (BOOL)hasInlineActions;
71- (BOOL)hasDeleteButton;
72- (BOOL)hasMapActions;
73- (int)firstPropertyGroupIndex;
74- (void)getFirstPropertyGroupIndex:(int *)fp8 lastPropertyGroupIndex:(int *)fp12;
75- (int)phoneTableGroupIndex;
76- (int)inlineActionsTableGroupIndex;
77- (void)updateNameControlSizeWithTableSize:(struct CGSize)fp8 outHeight:(float *)fp16;
78- (id)createNameCellWithTableSize:(struct CGSize)fp8;
79- (id)createRecentDatesCellWithTableSize:(struct CGSize)fp8;
80- (id)createValueCellForRow:(int)fp8 inGroup:(int)fp12 withTableSize:(struct CGSize)fp16;
81- (id)createDeleteCellWithTableSize:(struct CGSize)fp8;
82- (id)createAddPropertiesCellWithTableSize:(struct CGSize)fp8;
83- (id)titleForNoValueWithProperty:(int)fp8;
84- (id)createNoValueCellWithTableSize:(struct CGSize)fp8;
85- (id)propertyGroupForProperty:(int)fp8;
86- (void)performActionFromSender:(id)fp8 buttonClicked:(int)fp12;
87- (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
88- (void)inlineActionButtonClicked:(id)fp8;
89- (BOOL)isPhonePropertyDisplayed;
90- (BOOL)shouldShowAddToFavoritesAction;
91- (BOOL)shouldShowTextAction;
92- (id)createActionCellWithFrame:(struct CGRect)fp8 font:(id)fp24;
93- (id)createActionCellWithFrame:(struct CGRect)fp8;
94- (id)createActionButtonWithFrame:(struct CGRect)fp8 tag:(int)fp24 font:(id)fp28;
95- (id)createActionsCellWithTableSize:(struct CGSize)fp8;
96- (id)createMapDirectionsTo:(BOOL)fp8 cellWithTableSize:(struct CGSize)fp12;
97- (id)createMapAddToBookmarksCellWithTableSize:(struct CGSize)fp8;
98- (void)reloadPhoneFavoritesInTable:(id)fp8;
99- (void)reloadNameData;
100- (int)numberOfGroupsInPreferencesTable:(id)fp8;
101- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
102- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
103- (float)preferencesTable:(id)fp8 heightForRow:(int)fp12 inGroup:(int)fp16 withProposedHeight:(float)fp20;
104- (BOOL)table:(id)fp8 canDeleteRow:(int)fp12;
105- (void)removeValueAtIndex:(int)fp8 fromPropertyGroup:(id)fp12;
106- (void)performDeleteForCell:(id)fp8;
107- (void)preferencesTable:(id)fp8 deleteRow:(int)fp12 inGroup:(int)fp16 outDeletionItemCopy:(id *)fp20;
108- (BOOL)table:(id)fp8 canInsertAtRow:(int)fp12;
109- (void)tableSelectionDidChange:(id)fp8;
110- (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
111- (BOOL)table:(id)fp8 shouldIndentRow:(int)fp12;
112
113@end
114