Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Fetching contributors…
Cannot retrieve contributors at this time
250 lines (239 sloc) 9.54 KB
/**
* This header is generated by class-dump-z 0.1-11o.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/
#import "NSCoding.h"
#import "UIKit-Structs.h"
#import <UIKit/UIView.h>
#import <UIKit/UITableViewCell.h>
#import <Availability2.h>
@class UILabel, UIButton, NSTimer, UIImageView, NSString, UITextField, UIColor, _UITableViewCellOldEditingData, UITableViewCellLayoutManager;
@interface UITableViewCell ()
@property(retain,nonatomic) UITableViewCellLayoutManager* layoutManager;
-(void)_updateSeparatorContent;
-(id)init;
-(id)initWithFrame:(CGRect)frame;
-(void)_setupTableViewCellCommon __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(id)initWithFrame:(CGRect)frame reuseIdentifier:(id)identifier;
-(id)initWithCoder:(id)coder;
-(void)_populateArchivedSubviews:(id)subviews;
-(void)encodeWithCoder:(id)coder;
-(void)dealloc;
-(void)_didCreateContentView;
-(BOOL)drawingEnabled;
-(void)setDrawingEnabled:(BOOL)enabled;
-(BOOL)_canDrawContent;
-(void)setText:(id)text;
-(id)text;
-(void)_setFont:(id)font layout:(BOOL)layout;
-(void)setFont:(id)font;
-(id)font;
-(void)setTextAlignment:(int)alignment;
-(int)textAlignment;
-(void)setLineBreakMode:(int)mode;
-(int)lineBreakMode;
-(void)setTextColor:(id)color;
-(id)textColor;
-(void)setSelectedTextColor:(id)color;
-(id)selectedTextColor;
-(void)setImage:(id)image;
-(id)image;
-(void)setSelectedImage:(id)image;
-(id)selectedImage;
-(void)setSeparatorStyle:(int)style;
-(int)separatorStyle;
-(void)_setTableBackgroundCGColor:(CGColorRef)color;
-(id)_contentBackgroundColor;
-(void)setTableBackgroundColor:(id)color;
-(id)tableBackgroundColor;
-(void)setSeparatorColor:(id)color;
-(id)separatorColor;
-(void)setReuseIdentifier:(id)identifier;
-(void)prepareForReuse;
-(void)_saveOpaqueViewState:(id)state;
-(id)_multiselectBackgroundColor;
-(void)_setOpaque:(BOOL)opaque forSubview:(id)subview;
-(void)showSelectedBackgroundView:(BOOL)view animated:(BOOL)animated;
-(void)_cancelInternalPerformRequests __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated;
-(void)_deselectAnimationFinished;
-(void)_delayedDeselect;
-(void)setSelected:(BOOL)selected animated:(BOOL)animated;
-(BOOL)isAtLeastHalfSelected;
-(float)selectionPercent;
-(BOOL)_isHighlighted;
-(void)_updateHighlightColors;
-(void)_drawContentInRect:(CGRect)rect selected:(BOOL)selected;
-(void)setEditingStyle:(int)style;
-(void)_syncAccessoryViewsIfNecessary;
-(void)setHidesAccessoryWhenEditing:(BOOL)editing;
-(BOOL)hidesAccessoryWhenEditing;
-(unsigned)currentStateMask;
-(void)setEditing:(BOOL)editing animated:(BOOL)animated;
-(void)setShowingDeleteConfirmation:(BOOL)confirmation;
-(CGRect)_delegateConfirmationRect;
-(CGRect)backgroundRectForBounds:(CGRect)bounds;
-(CGRect)contentRectForBounds:(CGRect)bounds;
-(CGRect)textRectForContentRect:(CGRect)contentRect;
-(CGRect)imageRectForContentRect:(CGRect)contentRect;
-(CGRect)editRectForBounds:(CGRect)bounds;
-(CGRect)accessoryRectForBounds:(CGRect)bounds;
-(CGRect)reorderRectForBounds:(CGRect)bounds;
-(void)setFrame:(CGRect)frame;
-(void)setTarget:(id)target;
-(id)target;
-(void)setEditAction:(SEL)action;
-(SEL)editAction;
-(void)setAccessoryAction:(SEL)action;
-(SEL)accessoryAction;
-(void)_setIsAncestorOfFirstResponder:(BOOL)firstResponder;
-(void)removeFromSuperview;
-(void)willMoveToSuperview:(id)superview;
-(void)didMoveToSuperview;
-(void)layoutSubviews;
-(void)willTransitionToState:(unsigned)state;
-(void)didTransitionToState:(unsigned)state;
-(CGRect)contentRectForState:(unsigned)state;
-(void)setBackgroundColor:(id)color;
-(id)backgroundColor;
-(void)touchesBegan:(id)began withEvent:(id)event;
-(void)touchesMoved:(id)moved withEvent:(id)event;
-(void)touchesEnded:(id)ended withEvent:(id)event;
-(void)touchesCancelled:(id)cancelled withEvent:(id)event;
-(int)sectionLocation;
-(void)_setupSelectedBackgroundView;
-(void)setSectionLocation:(int)location;
-(void)setSectionLocation:(int)location animated:(BOOL)animated;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
-(void)_setupMenuGesture;
-(void)selectedBackgroundViewChange:(id)change finished:(id)finished context:(id)context;
-(void)setSelectedBackgroundView:(id)view animated:(BOOL)animated;
-(void)setTopShadowColor:(id)color;
-(id)topShadowColor;
-(void)setBottomShadowColor:(id)color;
-(id)bottomShadowColor;
-(void)_clearOpaqueViewState:(id)state;
-(void)_setUnhighlightedBackgroundColor:(id)color forSubview:(id)subview;
-(int)style;
-(void)setClipsContents:(BOOL)contents;
-(BOOL)clipsContents;
-(void)setSelectionFadeDuration:(float)duration;
-(float)selectionFadeDuration;
-(void)setAllowsIsolatedLayout:(BOOL)layout;
-(BOOL)allowsIsolatedLayout;
#endif
@end
@interface UITableViewCell (UITableViewEditableTextFieldCell)
@property(assign, nonatomic, setter=setTextFieldOffset:) float textFieldOffset;
@property(readonly, retain, nonatomic) UITextField* editableTextField;
-(void)setPlaceHolderValue:(id)value;
-(void)textFieldDidBecomeFirstResponder:(id)textField;
-(void)setReturnAction:(SEL)action;
-(SEL)returnAction;
@end
@interface UITableViewCell (UITableViewCellInternal)
@property(assign, nonatomic) BOOL wasSwiped;
-(id)_tableView;
-(UILabel*)_textLabel:(BOOL)noCache;
-(UILabel*)_detailTextLabel:(BOOL)noCache;
-(UITextField*)_editableTextField:(BOOL)noCache;
-(UIImageView*)_imageView:(BOOL)noCache;
-(void)_setShowsReorderControl:(BOOL)control;
-(void)_setEditingStyle:(int)style;
-(void)_setShowingDeleteConfirmation:(BOOL)confirmation;
-(void)_setShouldIndentWhileEditing:(BOOL)_set;
-(void)_setDrawsTopSeparator:(BOOL)separator;
-(void)_drawSeparatorInRect:(CGRect)rect;
-(void)_animateFloatingSeparatorForInsertion:(BOOL)insertion withRowAnimation:(int)rowAnimation;
-(void)_removeFloatingSeparator;
-(id)_removeControl;
-(void)_grabberBeganReorder:(id)reorder;
-(void)_grabberDragged:(id)dragged yDelta:(float)delta;
-(void)_grabberReleased:(id)released;
-(void)_uiRemoveControlMinusButtonHideAnimationDone:(id)done;
-(void)_willBeDeleted;
-(void)removeControl:(id)control willRemoveTarget:(id)target;
-(void)insertControl:(id)control shouldInsertWithTarget:(id)target;
-(void)removeControlWillHideRemoveConfirmation:(id)removeControl;
-(void)editControlWasClicked:(id)clicked;
-(void)deleteConfirmationControlWasClicked:(id)clicked;
-(void)deleteConfirmationControlWasCancelled:(id)cancelled;
-(BOOL)_isReorderable;
-(float)_editingButtonOffset;
-(id)editingData:(BOOL)data;
-(void)removeEditingData;
-(id)_accessoryView:(BOOL)view;
-(id)_editingAccessoryView:(BOOL)view;
-(id)_customAccessoryView:(BOOL)view;
-(id)_customEditingAccessoryView:(BOOL)view;
-(id)_titleForDeleteConfirmationButton;
-(BOOL)_hasAccessoryView;
-(BOOL)_hasEditingAccessoryView;
-(void)_setTarget:(id)target;
-(id)_target;
-(void)_setAccessoryAction:(SEL)action;
-(SEL)_accessoryAction;
-(CGRect)removeControl:(id)control startFrameForTarget:(id)target;
-(CGRect)removeControl:(id)control endFrameForTarget:(id)target;
-(void)removeControl:(id)control wasCanceledForTarget:(id)target;
-(int)tableViewStyle;
-(void)setTableViewStyle:(int)style;
-(id)_scriptingInfo;
-(void)_startToEditTextField;
-(void)_multiselectColorChanged;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
-(float)_backgroundInset;
-(id)_backgroundView:(BOOL)view;
-(id)_selectedBackgroundView:(BOOL)view;
-(id)_topShadowView:(BOOL)view;
-(void)_didAddContentSubview:(id)subview;
-(void)_willRemoveContentSubview:(id)subview;
#endif
@end
@interface UITableViewCell (UITableViewCellStatic)
@property(retain, nonatomic) _UITableViewCellOldEditingData* oldEditingData;
-(void)_createReorderControlIfNeeded;
-(id)_reorderingControl;
-(id)_reorderingSeparatorView;
-(void)_releaseReorderingControl;
-(void)_setGrabberHidden:(BOOL)hidden;
-(void)_finishedFadingGrabber:(id)grabber finished:(BOOL)finished;
-(id)_disclosureImage:(BOOL)image;
-(id)_disclosurePressedImage:(BOOL)image;
-(id)_currentAccessoryView:(BOOL)view;
-(id)_createRemoveControlForStyle:(int)style;
-(void)_releaseRemoveControl;
-(void)_removeRemoveControl;
-(void)_layoutSubviewsAnimated:(BOOL)animated;
-(void)_updateHighlightColorsForView:(id)view highlighted:(BOOL)highlighted;
-(BOOL)_isCurrentlyConsideredHighlighted;
-(void)_updateHighlightColorsForAnimationHalfwayPoint;
-(void)_showReorderControl;
-(id)_defaultFont;
-(id)_textLabel;
-(id)_detailTextLabel;
-(id)_editableTextField;
-(id)_imageView;
-(CGSize)_textInsetSize;
-(CGSize)_imageInsetSize;
-(void)_editingTransitionAnimationDidStop:(id)_editingTransitionAnimation finished:(id)finished context:(void*)context;
-(BOOL)longPressGestureCanTransitionToRecognizedState:(id)recognizedState __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)_longPressGestureRecognized:(id)recognized __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)_menuDismissed:(id)dismissed __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
// inherited: -(BOOL)canPerformAction:(SEL)action withSender:(id)sender __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)_performAction:(SEL)action sender:(id)sender __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)cut:(id)cut __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)copy:(id)copy __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
-(void)paste:(id)paste __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_1);
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
-(void)_updateAndCacheBackgroundColorForHighlightIgnoringSelection:(BOOL)highlightIgnoringSelection;
-(void)_updateContentClip;
-(void)_updateTopShadowView;
-(void)_resetSelectionTimer;
#else
-(void)_updateAndCacheBackgroundColorForHighlight;
#endif
@end
@interface UITableViewCell (UIKitAccessibilityInterfaceBuilderSupport)
-(BOOL)isElementAccessibilityExposedToInterfaceBuilder;
@end
Jump to Line
Something went wrong with that request. Please try again.