]>
Commit | Line | Data |
---|---|---|
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 "UIView.h" | |
8 | ||
9 | @class NSMutableArray, NSString, UIPreferencesTable; | |
10 | ||
11 | @interface ABItemLabelPicker : UIView | |
12 | { | |
13 | id _delegate; | |
14 | id _editedItem; | |
15 | NSString *_selectedItemLabel; | |
16 | int _selectedGroup; | |
17 | int _selectedRow; | |
18 | UIPreferencesTable *_table; | |
19 | NSMutableArray *_additionalLabels; | |
20 | struct __CFArray *_sortedCustomItemLabelInfos; | |
21 | struct __CFArray *_sortedDefaultItemLabelInfos; | |
22 | void *_sortedCustomItemLabelInfosMemory; | |
23 | void *_sortedDefaultItemLabelInfosMemory; | |
24 | int _property; | |
25 | void *_person; | |
26 | unsigned int _manuallySettingRowSelection:1; | |
27 | } | |
28 | ||
29 | + (id)builtInLabelsForProperty:(int)fp8; | |
30 | + (id)defaultLabelsForProperty:(int)fp8 policy:(void *)fp12; | |
31 | + (struct __CFDictionary *)copyLabelUsageForProperty:(int)fp8 person:(void *)fp12; | |
32 | + (id)defaultLabelsForProperty:(int)fp8 person:(void *)fp12 outBestLabelIndex:(int *)fp16; | |
33 | - (id)initWithFrame:(struct CGRect)fp8; | |
34 | - (void)dealloc; | |
35 | - (void)resetLabelCaches; | |
36 | - (void)setProperty:(int)fp8; | |
37 | - (void)setPerson:(void *)fp8; | |
38 | - (void)setEditedItem:(id)fp8; | |
39 | - (id)editedItem; | |
40 | - (void)setAdditionalLabels:(id)fp8; | |
41 | - (void)_setSelectedItemLabel:(id)fp8; | |
42 | - (void)setSelectedItemLabel:(id)fp8; | |
43 | - (id)selectedItemLabel; | |
44 | - (void)_syncTableSelectionWithSelectedLabel; | |
45 | - (BOOL)allowsCustomLabels; | |
46 | - (void)reloadItemLabels; | |
47 | - (void)reloadData; | |
48 | - (void)setDelegate:(id)fp8; | |
49 | - (void)buildUI; | |
50 | - (void)_didEndPickingAndConfirmed:(BOOL)fp8 animate:(BOOL)fp12; | |
51 | - (BOOL)canEdit; | |
52 | - (BOOL)isEditing; | |
53 | - (void)edit; | |
54 | - (void)done; | |
55 | - (void)setIsEditing:(BOOL)fp8 animate:(BOOL)fp12; | |
56 | - (void)toggleEditing; | |
57 | - (void)simpleTextInputLayer:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16; | |
58 | - (void)new; | |
59 | - (BOOL)shouldPopItem; | |
60 | - (void)back:(BOOL)fp8 save:(BOOL)fp12; | |
61 | - (void)reload; | |
62 | - (void)displayScrollerIndicators; | |
63 | - (void)tableRowSelected:(id)fp8; | |
64 | - (int)numberOfGroupsInPreferencesTable:(id)fp8; | |
65 | - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; | |
66 | - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; | |
67 | - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12; | |
68 | - (void)table:(id)fp8 deleteRow:(int)fp12; | |
69 | - (BOOL)table:(id)fp8 canDeleteRow:(int)fp12; | |
70 | - (void)table:(id)fp8 insertAtRow:(int)fp12; | |
71 | - (BOOL)table:(id)fp8 canInsertAtRow:(int)fp12; | |
72 | ||
73 | @end | |
74 |