]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/UIEventObservableWindow.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / UIEventObservableWindow.h
CommitLineData
2cd8f71b
JF
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
dfbdd7ed 7#import <UIKit/UIWindow.h>
2cd8f71b
JF
8
9@class NSMutableArray;
10
11@interface UIEventObservableWindow : UIWindow
12{
13 NSMutableArray *_eventObservers;
14 int _pendingMouseUpCount;
15 unsigned int _deallocating:1;
16}
17
18+ (struct CGRect)constrainFrameToScreen:(struct CGRect)fp8;
19- (id)initWithFrame:(struct CGRect)fp8;
20- (void)dealloc;
21- (void)addEventMonitor:(id)fp8;
22- (void)removeEventActivityMonitor:(id)fp8;
23- (int)pendingMouseUpCount;
24- (void)_postWillSendEvent:(struct __GSEvent *)fp8;
25- (void)sendEvent:(id)fp8;
26- (void)sendGSEvent:(struct __GSEvent *)fp8;
27
28@end
29