/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABItemLabelPicker.h

Go to the documentation of this file.
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 "UIView.h"
00008 
00009 @class NSMutableArray, NSString, UIPreferencesTable;
00010 
00011 @interface ABItemLabelPicker : UIView
00012 {
00013     id _delegate;
00014     id _editedItem;
00015     NSString *_selectedItemLabel;
00016     int _selectedGroup;
00017     int _selectedRow;
00018     UIPreferencesTable *_table;
00019     NSMutableArray *_additionalLabels;
00020     struct __CFArray *_sortedCustomItemLabelInfos;
00021     struct __CFArray *_sortedDefaultItemLabelInfos;
00022     void *_sortedCustomItemLabelInfosMemory;
00023     void *_sortedDefaultItemLabelInfosMemory;
00024     int _property;
00025     unsigned int _manuallySettingRowSelection:1;
00026 }
00027 
00028 + (id)defaultLabelsForProperty:(int)fp8;
00029 + (id)defaultLabelsForProperty:(int)fp8 person:(struct CPRecord *)fp12 outBestLabelIndex:(int *)fp16;
00030 - (id)initWithFrame:(struct CGRect)fp8;
00031 - (void)dealloc;
00032 - (void)resetLabelCaches;
00033 - (void)setProperty:(int)fp8;
00034 - (void)setEditedItem:(id)fp8;
00035 - (id)editedItem;
00036 - (void)setAdditionalLabels:(id)fp8;
00037 - (void)_setSelectedItemLabel:(id)fp8;
00038 - (void)setSelectedItemLabel:(id)fp8;
00039 - (id)selectedItemLabel;
00040 - (void)_syncTableSelectionWithSelectedLabel;
00041 - (void)reloadItemLabels;
00042 - (void)reloadData;
00043 - (void)setDelegate:(id)fp8;
00044 - (void)buildUI;
00045 - (void)_didEndPickingAndConfirmed:(BOOL)fp8 animate:(BOOL)fp12;
00046 - (BOOL)canEdit;
00047 - (BOOL)isEditing;
00048 - (void)edit;
00049 - (void)done;
00050 - (void)toggleEditing;
00051 - (void)simpleTextInputLayer:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16;
00052 - (void)new;
00053 - (BOOL)shouldPopItem;
00054 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
00055 - (void)reload;
00056 - (void)displayScrollerIndicators;
00057 - (void)tableRowSelected:(id)fp8;
00058 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
00059 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
00060 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
00061 - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
00062 - (void)table:(id)fp8 deleteRow:(int)fp12;
00063 - (BOOL)table:(id)fp8 canDeleteRow:(int)fp12;
00064 - (void)table:(id)fp8 insertAtRow:(int)fp12;
00065 - (BOOL)table:(id)fp8 canInsertAtRow:(int)fp12;
00066 
00067 @end
00068 

Generated on Sat Jan 19 15:22:00 2008 for Little Bear 1.1.3 Frameworks by  doxygen 1.5.3