]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIPreferencesTableCell.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIPreferencesTableCell.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/UIImageAndTextTableCell.h>
8
9 @class UIBezierPath, UIImageView, UITextLabel;
10
11 @interface UIPreferencesTableCell : UIImageAndTextTableCell
12 {
13 int _cellOutline;
14 id _value;
15 SEL _action;
16 id _target;
17 UIImageView *_checkedImageView;
18 UIBezierPath *_fillPath;
19 UIBezierPath *_strokePath;
20 UITextLabel *_valueTextLabel;
21 unsigned int _radioGroupItem:1;
22 unsigned int _ignoreRemoveFromSuperView:1;
23 unsigned int _drawAsLabel:1;
24 unsigned int _drawAsGroupTitle:1;
25 unsigned int _drawsBackground:1;
26 unsigned int _blueDisclosureCircle:1;
27 unsigned int _checkStyle:4;
28 unsigned int _superViewIsPrefTable:1;
29 unsigned int _dontHighlightOnMouseDown:1;
30 unsigned int _tracking:1;
31 unsigned int _valueChanged:1;
32 unsigned int _removeControlVisible:1;
33 unsigned int _dontIndentForRemoveControl:1;
34 unsigned int _checkPosition:1;
35 unsigned int _truncatesTitleBeforeValue:1;
36 unsigned int _reserved:14;
37 }
38
39 + (id)defaultTitleFont;
40 + (Class)valueTextLabelClass;
41 - (float)_cellInset;
42 - (struct CGRect)buttonBounds;
43 - (struct CGRect)contentBounds;
44 - (id)enclosingPreferencesTable;
45 - (void)_setSuperviewsIsPrefTable:(BOOL)fp8;
46 - (void)movedToSuperview:(id)fp8;
47 - (BOOL)pointMostlyInside:(struct CGPoint)fp8 withEvent:(id)fp16;
48 - (BOOL)pointMostlyInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
49 - (void)setHighlighted:(BOOL)fp8;
50 - (void)_setHighlightOnMouseDown:(BOOL)fp8;
51 - (void)mouseDragged:(struct __GSEvent *)fp8;
52 - (void)_unhighlight;
53 - (void)mouseUp:(struct __GSEvent *)fp8;
54 - (void)mouseDown:(struct __GSEvent *)fp8;
55 - (void)_createBezierPathWithCornerRadius:(float)fp8 bottomRadius:(float)fp12 animating:(BOOL)fp16;
56 - (void)setNeedsDisplay;
57 - (id)initWithFrame:(struct CGRect)fp8;
58 - (void)dealloc;
59 - (void)removeFromSuperview;
60 - (void)_invalidatePaths;
61 - (void)setDrawsBackground:(BOOL)fp8;
62 - (void)setFrame:(struct CGRect)fp8;
63 - (void)drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
64 - (struct CGContext *)_createContextForCaching;
65 - (struct CGImage *)_createCachedPrefImage;
66 - (struct CGImage *)_cachedBackgroundImage;
67 - (void)_layoutSubviewsAnimated:(BOOL)fp8;
68 - (void)setCellOutline:(int)fp8;
69 - (int)cellOutline;
70 - (void)_removeContextFromSuperview:(id)fp8 finished:(id)fp12 context:(id)fp16;
71 - (void)_removeContextFromSuperviewAndRedislaySelf:(id)fp8 finished:(id)fp12 context:(id)fp16;
72 - (id)_copyBackgroundButtonViewWithFrame:(struct CGRect)fp8;
73 - (float)removeButtonAnimationDuration;
74 - (void)_animateRemoveControlVisible:(BOOL)fp8;
75 - (void)_updateButtonSizeForRemoveControlVisible:(BOOL)fp8 animated:(BOOL)fp12;
76 - (void)removeControlWillShowRemoveButton:(id)fp8 animated:(BOOL)fp12;
77 - (void)removeControlWillHideRemoveButton:(id)fp8 animated:(BOOL)fp12;
78 - (void)removeControl:(id)fp8 willRemoveTarget:(id)fp12;
79 - (id)valueColor;
80 - (id)outlineColor;
81 - (id)_getTitleColor;
82 - (id)valueTextLabel;
83 - (void)setValue:(id)fp8;
84 - (id)value;
85 - (void)setTruncatesTitleBeforeValue:(BOOL)fp8;
86 - (BOOL)truncatesTitleBeforeValue;
87 - (float)disclosureRightMargin;
88 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
89 - (void)setTarget:(id)fp8;
90 - (id)target;
91 - (void)setAction:(SEL)fp8;
92 - (SEL)action;
93 - (id)_checkMarkImage;
94 - (void)_setRadioGroupItem:(BOOL)fp8;
95 - (void)setCheckStyle:(int)fp8;
96 - (void)setCheckPosition:(int)fp8;
97 - (void)setChecked:(BOOL)fp8;
98 - (BOOL)isChecked;
99 - (void)setUsesBlueDisclosureCircle:(BOOL)fp8;
100 - (id)disclosureImage;
101 - (id)disclosurePressedImage;
102 - (void)_setDrawAsGroupTitle:(BOOL)fp8;
103 - (void)_setDrawAsLabel:(BOOL)fp8;
104 - (void)sizeToFit;
105 - (void)setIndentsBackgroundForRemoveControl:(BOOL)fp8;
106 - (BOOL)indentsBackgroundForRemoveControl;
107 - (id)createRemoveControl;
108 - (void)_layoutDisclosureIfNeeded;
109 - (struct CGPoint)iconInset;
110 - (struct CGPoint)textInset;
111 - (void)layoutSubviews;
112 - (void)setIcon:(id)fp8;
113 - (void)updateHighlightColors;
114 - (void)setSelected:(BOOL)fp8 withFade:(BOOL)fp12;
115 - (void)_setIgnoreRemoveFromSuperView:(BOOL)fp8;
116 - (void)setUserInteractionEnabled:(BOOL)fp8;
117 - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
118 - (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
119 - (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
120 - (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
121
122 @end
123