]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITableCell.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UITableCell.h
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 _UITableCellTransientData;
10
11 @interface UITableCell : UIView
12 {
13 _UITableCellTransientData *_transientData;
14 float _rightMargin;
15 struct {
16 unsigned int dontShowSelection:1;
17 unsigned int showDisclosure:1;
18 unsigned int showTopSeparator:1;
19 unsigned int separatorStyle:3;
20 unsigned int selectionStyle:3;
21 unsigned int hideDisclosure:1;
22 unsigned int isBeingDeleted:1;
23 unsigned int disclosureClickable:1;
24 unsigned int selectionFadeFraction:11;
25 unsigned int disclosureStyle:1;
26 unsigned int showingRemoveControl:1;
27 unsigned int alignment:3;
28 unsigned int showDisclosureWhenReordering:1;
29 unsigned int fadeDisclosure:1;
30 unsigned int reserved:2;
31 } _tableCellFlags;
32 UIView *_disclosureView;
33 }
34
35 - (id)disclosureImage;
36 - (id)disclosurePressedImage;
37 - (void)dealloc;
38 - (id)removeControl;
39 - (void)setSelected:(BOOL)fp8 withFade:(BOOL)fp12;
40 - (void)updateHighlightColors;
41 - (BOOL)isAtLeastHalfSelected;
42 - (float)selectionPercent;
43 - (void)_deselectWithFlashCount:(int)fp8 duration:(double)fp12;
44 - (void)setSelected:(BOOL)fp8;
45 - (BOOL)isSelected;
46 - (void)setShowSelection:(BOOL)fp8;
47 - (void)setShowSelectionNoRedisplay:(BOOL)fp8;
48 - (void)setSeparatorStyle:(int)fp8;
49 - (void)setShowDisclosure:(BOOL)fp8;
50 - (void)setSelectionStyle:(int)fp8;
51 - (void)setDisclosureStyle:(int)fp8;
52 - (void)setDisclosureStyleNoUpdate:(int)fp8;
53 - (int)disclosureStyle;
54 - (int)separatorStyle;
55 - (void)setSeparatorStyleOnly:(int)fp8;
56 - (BOOL)showSelection;
57 - (BOOL)showDisclosure;
58 - (void)setAlpha:(float)fp8;
59 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
60 - (BOOL)cancelMouseTracking;
61 - (BOOL)cancelTouchTracking;
62 - (BOOL)_isReordering;
63 - (id)_grabberView;
64 - (void)drawRect:(struct CGRect)fp8;
65 - (void)_releaseGrabber;
66 - (void)_finishedFadingGrabber:(id)fp8 finished:(BOOL)fp12;
67 - (float)disclosureRightMargin;
68 - (BOOL)isReorderingEnabled;
69 - (void)setShowDisclosureWhenReordering:(BOOL)fp8;
70 - (BOOL)showDisclosureWhenReordering;
71 - (void)setEnableReordering:(BOOL)fp8 animated:(BOOL)fp12;
72 - (void)_grabberBeganReorder:(id)fp8;
73 - (void)_grabberDragged:(id)fp8 yDelta:(float)fp12;
74 - (void)_grabberReleased:(id)fp8;
75 - (void)drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
76 - (void)drawSeparatorInRect:(struct CGRect)fp8;
77 - (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
78 - (void)_releaseRemoveControl;
79 - (void)removeFromSuperview;
80 - (void)setDisclosureClickable:(BOOL)fp8;
81 - (id)createRemoveControl;
82 - (id)createInsertControl;
83 - (void)_setDisclosureHidden:(BOOL)fp8;
84 - (void)_setGrabberHidden:(BOOL)fp8;
85 - (void)removeControlWillShowRemoveConfirmation:(id)fp8;
86 - (void)removeControlWillHideRemoveConfirmation:(id)fp8;
87 - (void)_setRightMargin:(float)fp8;
88 - (id)disclosureView;
89 - (void)setDisclosureView:(id)fp8;
90 - (id)_disclosureView;
91 - (float)removeButtonAnimationDuration;
92 - (void)_layoutSubviewsAnimated:(BOOL)fp8;
93 - (void)_setShowIndentSpacer:(BOOL)fp8 animated:(BOOL)fp12;
94 - (BOOL)isRemoveControlVisible;
95 - (void)_showDeleteOrInsertion:(BOOL)fp8 withDisclosure:(BOOL)fp12 animated:(BOOL)fp16 isDelete:(BOOL)fp20 andRemoveConfirmation:(BOOL)fp24;
96 - (void)_uiRemoveControlMinusButtonHideAnimationDone:(id)fp8;
97 - (void)_willBeDeleted;
98 - (BOOL)removeControl:(id)fp8 shouldRemoveTarget:(id)fp12;
99 - (void)removeControl:(id)fp8 willRemoveTarget:(id)fp12;
100 - (void)removeControl:(id)fp8 didRemoveTarget:(id)fp12;
101 - (void)insertControl:(id)fp8 shouldInsertWithTarget:(id)fp12;
102 - (id)_createDisclosureView;
103 - (struct CGRect)contentBounds;
104 - (void)setShowDisclosure:(BOOL)fp8 animated:(BOOL)fp12;
105 - (void)_setRemoveCharge:(float)fp8;
106 - (void)_setDrawsTopSeparator:(BOOL)fp8;
107 - (void)layoutSubviews;
108 - (BOOL)_shouldTryPromoteDescendantToFirstResponder;
109 - (void)_setSelectionFadeFraction:(float)fp8;
110
111 @end
112