]>
Commit | Line | Data |
---|---|---|
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, UIRemoveControlMinusButton; | |
10 | ||
11 | @interface UIRemoveControl : UIView | |
12 | { | |
13 | UIView *_target; | |
14 | id _delegate; | |
15 | UIView *_removeConfirmationButton; | |
16 | UIRemoveControlMinusButton *_minusButton; | |
17 | NSString *_label; | |
18 | struct { | |
19 | unsigned int removeButtonVisible:1; | |
20 | unsigned int removeConfirmationVisible:1; | |
21 | unsigned int removedFromTargetWhenHidden:1; | |
22 | unsigned int disableToggleRotate:1; | |
23 | unsigned int tableCellTarget:1; | |
24 | unsigned int alwaysHideRemoveButton:1; | |
25 | unsigned int showAsPlus:1; | |
26 | unsigned int reserved:25; | |
27 | } _removeControlFlags; | |
28 | } | |
29 | ||
30 | + (float)removeButtonWidth; | |
31 | + (BOOL)removeConfirmationsVisibleInView:(id)fp8; | |
32 | + (void)hideAllRemoveConfirmationsInView:(id)fp8; | |
33 | - (id)initWithTarget:(id)fp8; | |
34 | - (void)dealloc; | |
35 | - (void)removeFromSuperview; | |
36 | - (void)setTarget:(id)fp8; | |
37 | - (void)setDelegate:(id)fp8; | |
38 | - (id)delegate; | |
39 | - (void)setRemovedFromTargetWhenHidden:(BOOL)fp8; | |
40 | - (void)setAlwaysHideRemoveButton:(BOOL)fp8; | |
41 | - (BOOL)removedFromTargetWhenHidden; | |
42 | - (void)_setInterceptMouseEvent:(BOOL)fp8; | |
43 | - (void)minusButtonDidHide:(id)fp8; | |
44 | - (void)_minusButtonFadeAnimationStopped; | |
45 | - (struct CGRect)defaultRemoveButtonStartingFrame; | |
46 | - (struct CGRect)defaultRemoveButtonEndingFrame; | |
47 | - (struct CGRect)removeButtonStartingFrame; | |
48 | - (struct CGRect)removeButtonEndingFrame; | |
49 | - (float)removeButtonAnimationDuration; | |
50 | - (void)showRemoveButton:(BOOL)fp8 animated:(BOOL)fp12; | |
51 | - (BOOL)isRemoveButtonVisible; | |
52 | - (void)_confirmationAnimationDidEnd; | |
53 | - (struct CGRect)targetContentBounds; | |
54 | - (void)_setRemoveConfirmationShowing:(BOOL)fp8 animated:(BOOL)fp12; | |
55 | - (BOOL)isRemoveConfirmationVisible; | |
56 | - (void)setRemoveConfirmationVisible:(BOOL)fp8; | |
57 | - (void)setRemoveConfirmationVisible:(BOOL)fp8 animated:(BOOL)fp12; | |
58 | - (id)removeConfirmationView; | |
59 | - (id)_interceptMouseEvent:(struct __GSEvent *)fp8; | |
60 | - (id)_interceptEvent:(id)fp8; | |
61 | - (void)setAlpha:(float)fp8; | |
62 | - (void)hideControlsUsingRemoveAnimation; | |
63 | - (void)setLabel:(id)fp8; | |
64 | - (void)setRemoveConfirmationLabel:(id)fp8; | |
65 | - (id)removeConfirmationButton; | |
66 | - (id)_scriptingInfo; | |
67 | - (float)_verticalOffsetFromTarget; | |
68 | - (BOOL)_isInsertControl; | |
69 | - (void)_setInsertControl:(BOOL)fp8; | |
70 | - (void)addConfirmationButtonSubview:(id)fp8 withWidth:(float)fp12 target:(id)fp16; | |
71 | - (void)_hideRemoveConfirmation; | |
72 | - (void)_showDeleteConfirmation:(id)fp8; | |
73 | - (void)_doInsert:(id)fp8; | |
74 | - (void)_doRemove:(id)fp8; | |
75 | - (void)_shouldRemoveTarget; | |
76 | - (void)animator:(id)fp8 stopAnimation:(id)fp12; | |
77 | - (void)_hideRemoveAnimationDone; | |
78 | ||
79 | @end | |
80 |