X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/ABItemLabelPicker.h diff --git a/AddressBookUI/ABItemLabelPicker.h b/AddressBookUI/ABItemLabelPicker.h new file mode 100644 index 0000000..8a65d54 --- /dev/null +++ b/AddressBookUI/ABItemLabelPicker.h @@ -0,0 +1,74 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import "UIView.h" + +@class NSMutableArray, NSString, UIPreferencesTable; + +@interface ABItemLabelPicker : UIView +{ + id _delegate; + id _editedItem; + NSString *_selectedItemLabel; + int _selectedGroup; + int _selectedRow; + UIPreferencesTable *_table; + NSMutableArray *_additionalLabels; + struct __CFArray *_sortedCustomItemLabelInfos; + struct __CFArray *_sortedDefaultItemLabelInfos; + void *_sortedCustomItemLabelInfosMemory; + void *_sortedDefaultItemLabelInfosMemory; + int _property; + void *_person; + unsigned int _manuallySettingRowSelection:1; +} + ++ (id)builtInLabelsForProperty:(int)fp8; ++ (id)defaultLabelsForProperty:(int)fp8 policy:(void *)fp12; ++ (struct __CFDictionary *)copyLabelUsageForProperty:(int)fp8 person:(void *)fp12; ++ (id)defaultLabelsForProperty:(int)fp8 person:(void *)fp12 outBestLabelIndex:(int *)fp16; +- (id)initWithFrame:(struct CGRect)fp8; +- (void)dealloc; +- (void)resetLabelCaches; +- (void)setProperty:(int)fp8; +- (void)setPerson:(void *)fp8; +- (void)setEditedItem:(id)fp8; +- (id)editedItem; +- (void)setAdditionalLabels:(id)fp8; +- (void)_setSelectedItemLabel:(id)fp8; +- (void)setSelectedItemLabel:(id)fp8; +- (id)selectedItemLabel; +- (void)_syncTableSelectionWithSelectedLabel; +- (BOOL)allowsCustomLabels; +- (void)reloadItemLabels; +- (void)reloadData; +- (void)setDelegate:(id)fp8; +- (void)buildUI; +- (void)_didEndPickingAndConfirmed:(BOOL)fp8 animate:(BOOL)fp12; +- (BOOL)canEdit; +- (BOOL)isEditing; +- (void)edit; +- (void)done; +- (void)setIsEditing:(BOOL)fp8 animate:(BOOL)fp12; +- (void)toggleEditing; +- (void)simpleTextInputLayer:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16; +- (void)new; +- (BOOL)shouldPopItem; +- (void)back:(BOOL)fp8 save:(BOOL)fp12; +- (void)reload; +- (void)displayScrollerIndicators; +- (void)tableRowSelected:(id)fp8; +- (int)numberOfGroupsInPreferencesTable:(id)fp8; +- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; +- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; +- (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12; +- (void)table:(id)fp8 deleteRow:(int)fp12; +- (BOOL)table:(id)fp8 canDeleteRow:(int)fp12; +- (void)table:(id)fp8 insertAtRow:(int)fp12; +- (BOOL)table:(id)fp8 canInsertAtRow:(int)fp12; + +@end +