]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIEvent.h
kUIButtonBarButtonAction*, UIAppl, UIProgressIndicatorStyle, NSURL (UIKitAdditions)
[iphone-api.git] / UIKit / UIEvent.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 <Foundation/NSObject.h>
8
9 @class NSMutableSet;
10
11 @interface UIEvent : NSObject
12 {
13 void *_event;
14 double _timestamp;
15 NSMutableSet *_touches;
16 struct __CFDictionary *_keyedTouches;
17 }
18
19 - (id)_init;
20 - (id)_initWithTouches:(id)fp8 keyedTouches:(struct __CFDictionary *)fp12;
21 - (id)_initWithEvent:(struct __GSEvent *)fp8 touches:(id)fp12;
22 - (void)_setGSEvent:(struct __GSEvent *)fp8;
23 - (void)dealloc;
24 - (id)allTouches;
25 - (id)_allTouches;
26 - (id)touchesForWindow:(id)fp8;
27 - (id)touchesForView:(id)fp8;
28 - (void)_addTouch:(id)fp8;
29 - (void)_removeTouch:(id)fp8;
30 - (id)_touchesForKey:(id)fp8;
31 - (void)_removeTouchesForKey:(id)fp8;
32 - (void)_clearTouches;
33 - (id)_touchesForView:(id)fp8 withPhase:(int)fp12;
34 - (id)_windows;
35 - (id)_viewsForWindow:(id)fp8;
36 - (id)_firstTouchForView:(id)fp8;
37 - (void)_moveTouchesFromView:(id)fp8 toView:(id)fp12;
38 - (id)_cloneEvent;
39 - (struct __GSEvent *)_gsEvent;
40 - (id)description;
41 - (double)timestamp;
42
43 @end
44