]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UITabBarCustomizeView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UITabBarCustomizeView.h
... / ...
CommitLineData
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 NSMutableArray, UIImageView, UITabBar, UITabBarItem, UITabBarItemProxy;
10
11@interface UITabBarCustomizeView : UIView
12{
13 UITabBar *_tabBar;
14 NSMutableArray *_proxies;
15 NSMutableArray *_fixedItems;
16 UITabBarItemProxy *_draggingProxy;
17 UITabBarItem *_draggingItem;
18 UIImageView *_dragImage;
19 UIImageView *_replacementGlow;
20 UITabBarItem *_replaceItem;
21 struct CGPoint _startPoint;
22}
23
24- (void)setTabBar:(id)fp8 currentItems:(id)fp12 availableItems:(id)fp16;
25- (void)dealloc;
26- (void)layoutSubviews;
27- (BOOL)canHandleSwipes;
28- (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
29- (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
30- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
31- (void)adjustDragImageWithTouches:(id)fp8 withEvent:(id)fp12;
32- (id)itemInTabBarWithTouches:(id)fp8 withEvent:(id)fp12;
33- (void)tabBarTouchesBegan:(id)fp8 withEvent:(id)fp12;
34- (void)tabBarTouchesMoved:(id)fp8 withEvent:(id)fp12;
35- (void)tabBarTouchesEnded:(id)fp8 withEvent:(id)fp12;
36- (void)_finishTouchesEndedChangeAnimation:(id)fp8 finished:(id)fp12 context:(id)fp16;
37
38@end
39