]>
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 <UIKit/UIView.h> | |
8 | ||
9 | @class NSString, UIImage, UIImageView, UILabel; | |
10 | ||
11 | @interface UITableViewCell : UIView <NSCoding> | |
12 | { | |
13 | id _target; | |
14 | SEL _editAction; | |
15 | SEL _accessoryAction; | |
16 | id _editingData; | |
17 | float _rightMargin; | |
18 | int _indentationLevel; | |
19 | float _indentationWidth; | |
20 | NSString *_reuseIdentifier; | |
21 | UIView *_contentView; | |
22 | UIImage *_image; | |
23 | UIImage *_selectedImage; | |
24 | UILabel *_textLabel; | |
25 | UIImageView *_imageView; | |
26 | UIView *_backgroundView; | |
27 | UIView *_selectedBackgroundView; | |
28 | struct __CFDictionary *_unhighlightedStates; | |
29 | struct { | |
30 | unsigned int showingDeleteConfirmation:1; | |
31 | unsigned int separatorStyle:3; | |
32 | unsigned int selectionStyle:3; | |
33 | unsigned int selectionFadeFraction:11; | |
34 | unsigned int editing:1; | |
35 | unsigned int editingStyle:3; | |
36 | unsigned int accessoryType:3; | |
37 | unsigned int showsAccessoryWhenEditing:1; | |
38 | unsigned int showsReorderControl:1; | |
39 | unsigned int showDisclosure:1; | |
40 | unsigned int showTopSeparator:1; | |
41 | unsigned int disclosureClickable:1; | |
42 | unsigned int disclosureStyle:1; | |
43 | unsigned int showingRemoveControl:1; | |
44 | unsigned int alignment:3; | |
45 | unsigned int sectionLocation:3; | |
46 | unsigned int tableViewStyle:1; | |
47 | unsigned int shouldIndentWhileEditing:1; | |
48 | unsigned int fontSet:1; | |
49 | unsigned int usingDefaultSelectedBackgroundView:1; | |
50 | } _tableCellFlags; | |
51 | UIView *_accessoryView; | |
52 | UIView *_customAccessoryView; | |
53 | } | |
54 | ||
55 | - (id)init; | |
56 | - (id)initWithFrame:(struct CGRect)fp8; | |
57 | - (id)initWithFrame:(struct CGRect)fp8 reuseIdentifier:(id)fp24; | |
58 | - (id)initWithCoder:(id)fp8; | |
59 | - (void)_populateArchivedSubviews:(id)fp8; | |
60 | - (void)encodeWithCoder:(id)fp8; | |
61 | - (void)dealloc; | |
62 | - (void)setText:(id)fp8; | |
63 | - (id)text; | |
64 | - (void)_setFont:(id)fp8 layout:(BOOL)fp12; | |
65 | - (void)setFont:(id)fp8; | |
66 | - (id)font; | |
67 | - (void)setTextAlignment:(int)fp8; | |
68 | - (int)textAlignment; | |
69 | - (void)setLineBreakMode:(int)fp8; | |
70 | - (int)lineBreakMode; | |
71 | - (void)setTextColor:(id)fp8; | |
72 | - (id)textColor; | |
73 | - (void)setSelectedTextColor:(id)fp8; | |
74 | - (id)selectedTextColor; | |
75 | - (void)setImage:(id)fp8; | |
76 | - (id)image; | |
77 | - (void)setSelectedImage:(id)fp8; | |
78 | - (id)selectedImage; | |
79 | - (id)contentView; | |
80 | - (void)setBackgroundView:(id)fp8; | |
81 | - (id)backgroundView; | |
82 | - (void)setSelectedBackgroundView:(id)fp8; | |
83 | - (id)selectedBackgroundView; | |
84 | - (void)setSeparatorStyle:(int)fp8; | |
85 | - (int)separatorStyle; | |
86 | - (void)setReuseIdentifier:(id)fp8; | |
87 | - (id)reuseIdentifier; | |
88 | - (void)prepareForReuse; | |
89 | - (void)setSelectionStyle:(int)fp8; | |
90 | - (int)selectionStyle; | |
91 | - (void)setSelected:(BOOL)fp8; | |
92 | - (BOOL)isSelected; | |
5e6f78ac JF |
93 | #if 1 // iPhoneOS 3.x |
94 | - (BOOL)_isHighlighted; | |
95 | - (BOOL)isHighlighted; | |
96 | - (float)selectionPercent; | |
97 | #endif | |
2cd8f71b JF |
98 | - (void)_deselectAnimationFinished; |
99 | - (void)setSelected:(BOOL)fp8 animated:(BOOL)fp12; | |
100 | - (void)setEditingStyle:(int)fp8; | |
101 | - (int)editingStyle; | |
102 | - (void)setShowsReorderControl:(BOOL)fp8; | |
103 | - (BOOL)showsReorderControl; | |
104 | - (void)setShouldIndentWhileEditing:(BOOL)fp8; | |
105 | - (BOOL)shouldIndentWhileEditing; | |
106 | - (void)setAccessoryType:(int)fp8; | |
107 | - (int)accessoryType; | |
108 | - (void)setAccessoryView:(id)fp8; | |
109 | - (id)accessoryView; | |
110 | - (void)setHidesAccessoryWhenEditing:(BOOL)fp8; | |
111 | - (BOOL)hidesAccessoryWhenEditing; | |
112 | - (void)setIndentationLevel:(int)fp8; | |
113 | - (int)indentationLevel; | |
114 | - (void)setIndentationWidth:(float)fp8; | |
115 | - (float)indentationWidth; | |
116 | - (void)setEditing:(BOOL)fp8; | |
117 | - (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12; | |
118 | - (BOOL)isEditing; | |
119 | - (void)setShowingDeleteConfirmation:(BOOL)fp8; | |
120 | - (BOOL)showingDeleteConfirmation; | |
121 | - (float)_editingButtonOffset; | |
122 | - (struct CGRect)_delegateConfirmationRect; | |
123 | - (struct CGRect)backgroundRectForBounds:(struct CGRect)fp8; | |
124 | - (struct CGRect)contentRectForBounds:(struct CGRect)fp8; | |
125 | - (struct CGRect)textRectForContentRect:(struct CGRect)fp8; | |
126 | - (struct CGRect)imageRectForContentRect:(struct CGRect)fp8; | |
127 | - (struct CGRect)editRectForBounds:(struct CGRect)fp8; | |
128 | - (struct CGRect)accessoryRectForBounds:(struct CGRect)fp8; | |
129 | - (struct CGRect)reorderRectForBounds:(struct CGRect)fp8; | |
130 | - (void)setTarget:(id)fp8; | |
131 | - (id)target; | |
132 | - (void)setEditAction:(SEL)fp8; | |
133 | - (SEL)editAction; | |
134 | - (void)setAccessoryAction:(SEL)fp8; | |
135 | - (SEL)accessoryAction; | |
136 | - (void)drawRect:(struct CGRect)fp8; | |
5e6f78ac JF |
137 | #if 1 // iPhoneOS 3.x |
138 | - (void)setDrawingEnabled:(BOOL)fp8; | |
139 | #endif | |
2cd8f71b JF |
140 | - (void)_setIsAncestorOfFirstResponder:(BOOL)fp8; |
141 | - (void)removeFromSuperview; | |
142 | - (void)layoutSubviews; | |
143 | - (void)setBackgroundColor:(id)fp8; | |
144 | - (void)touchesBegan:(id)fp8 withEvent:(id)fp12; | |
145 | - (void)touchesMoved:(id)fp8 withEvent:(id)fp12; | |
146 | - (void)touchesEnded:(id)fp8 withEvent:(id)fp12; | |
147 | - (void)touchesCancelled:(id)fp8 withEvent:(id)fp12; | |
148 | - (int)sectionLocation; | |
149 | - (void)_setupSelectedBackgroundView; | |
150 | - (void)setSectionLocation:(int)fp8; | |
151 | - (void)setSectionLocation:(int)fp8 animated:(BOOL)fp12; | |
152 | ||
153 | @end | |
154 |