]>
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 NSArray, NSMutableArray, UIImageView, UIToolbar; | |
10 | ||
11 | @interface UIButtonBarCustomizeView : UIView | |
12 | { | |
13 | UIToolbar *_buttonBar; | |
14 | NSArray *_availableButtons; | |
15 | NSArray *_currentButtons; | |
16 | NSMutableArray *_fixedButtons; | |
17 | UIView *_draggingView; | |
18 | UIImageView *_ghostView; | |
19 | UIImageView *_replacementGlow; | |
20 | UIView *_replaceButton; | |
21 | struct CGPoint _startPoint; | |
22 | } | |
23 | ||
24 | - (void)dealloc; | |
25 | - (void)setButtonBar:(id)fp8 currentButtons:(id)fp12 availableButtons:(id)fp16; | |
26 | - (void)layoutSubviews; | |
27 | - (void)adjustDragImage:(struct __GSEvent *)fp8; | |
28 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
29 | - (id)buttonAtEvent:(struct __GSEvent *)fp8; | |
30 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
31 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
32 | - (BOOL)canHandleSwipes; | |
33 | - (void)buttonBarMouseDown:(struct __GSEvent *)fp8; | |
34 | - (void)buttonBarMouseDragged:(struct __GSEvent *)fp8; | |
35 | - (void)buttonBarMouseUp:(struct __GSEvent *)fp8; | |
36 | - (void)_finishCustomizeMouseUpChangeAnimation:(id)fp8 finished:(id)fp12 context:(id)fp16; | |
37 | ||
38 | @end | |
39 |