]> git.saurik.com Git - iphone-api.git/blobdiff - MediaPlayer/UIEventObservableWindow.h
Adding numerous class dumps.
[iphone-api.git] / MediaPlayer / UIEventObservableWindow.h
diff --git a/MediaPlayer/UIEventObservableWindow.h b/MediaPlayer/UIEventObservableWindow.h
new file mode 100644 (file)
index 0000000..14466fe
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIWindow.h"
+
+@class NSMutableArray;
+
+@interface UIEventObservableWindow : UIWindow
+{
+    NSMutableArray *_eventObservers;
+    int _pendingMouseUpCount;
+    unsigned int _deallocating:1;
+}
+
++ (struct CGRect)constrainFrameToScreen:(struct CGRect)fp8;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)dealloc;
+- (void)addEventMonitor:(id)fp8;
+- (void)removeEventActivityMonitor:(id)fp8;
+- (int)pendingMouseUpCount;
+- (void)_postWillSendEvent:(struct __GSEvent *)fp8;
+- (void)sendEvent:(id)fp8;
+- (void)sendGSEvent:(struct __GSEvent *)fp8;
+
+@end
+