]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/InactivityMonitor.h
Added UISystemFont*.
[iphone-api.git] / MediaPlayer / InactivityMonitor.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 "NSObject.h"
8
9 #import "GSEventMonitor-Protocol.h"
10
11 @class NSTimer, UIEventObservableWindow;
12
13 @interface InactivityMonitor : NSObject <GSEventMonitor>
14 {
15 double _inactivityDurationInterval;
16 double _lastActivityTime;
17 NSTimer *_timer;
18 id _delegate;
19 int _pendingMouseUpCount;
20 float _referenceTolerance;
21 struct CGPoint _referencePoint;
22 UIEventObservableWindow *_window;
23 unsigned int _monitoring:1;
24 unsigned int _ignorePendingMouseUp:1;
25 }
26
27 - (id)initForWindow:(id)fp8 inactivityDuration:(double)fp12 delegate:(id)fp20;
28 - (void)setActivityTolerance:(float)fp8 withReferencePoint:(struct CGPoint)fp12;
29 - (void)restartWithDuration:(double)fp8;
30 - (void)eventObservableWindowWillDeallocate:(id)fp8;
31 - (void)clearDelegate;
32 - (void)dealloc;
33 - (void)_clearTimer;
34 - (void)setIgnorePendingMouseUp:(BOOL)fp8;
35 - (void)_createNewTimer;
36 - (void)_postTimerFired;
37 - (void)startMonitoring;
38 - (void)stopMonitoring;
39 - (void)timerFired:(id)fp8;
40 - (void)_coreEventObservableWindow:(id)fp8 willSendEventAtPoint:(struct CGPoint)fp12;
41 - (void)eventObservableWindow:(id)fp8 willSendEvent:(struct __GSEvent *)fp12;
42 - (void)eventObservableWindow:(id)fp8 willSendUIEvent:(id)fp12;
43
44 @end
45