#import <InactivityMonitor.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initForWindow:inactivityDuration:delegate: |
| (void) | - restartWithDuration: |
| (void) | - eventObservableWindowWillDeallocate: |
| (void) | - clearDelegate |
| (void) | - dealloc |
| (void) | - _clearTimer |
| (void) | - _createNewTimer |
| (void) | - _postTimerFired |
| (void) | - startMonitoring |
| (void) | - stopMonitoring |
| (void) | - timerFired: |
| (void) | - eventObservableWindow:willSendEvent: |
Geschützte Attribute | |
| double | _inactivityDurationInterval |
| double | _lastActivityTime |
| NSTimer * | _timer |
| id | _delegate |
| int | _pendingMouseUpCount |
| UIEventObservableWindow * | _window |
| unsigned int | _monitoring:1 |
Definiert in Zeile 13 der Datei InactivityMonitor.h.
| - (id) initForWindow: | (id) | fp8 | ||
| inactivityDuration: | (double) | fp12 | ||
| delegate: | (id) | fp20 | ||
| - (void) restartWithDuration: | (double) | fp8 |
| - (void) eventObservableWindowWillDeallocate: | (id) | fp8 |
| - (void) clearDelegate |
| - (void) dealloc |
Implementiert NSObject.
| - (void) _clearTimer |
| - (void) _createNewTimer |
| - (void) _postTimerFired |
| - (void) startMonitoring |
| - (void) stopMonitoring |
| - (void) timerFired: | (id) | fp8 |
| - (void) eventObservableWindow: | (id) | fp8 | ||
| willSendEvent: | (struct __GSEvent *) | fp12 | ||
- (double) _inactivityDurationInterval [protected] |
Definiert in Zeile 15 der Datei InactivityMonitor.h.
- (double) _lastActivityTime [protected] |
Definiert in Zeile 16 der Datei InactivityMonitor.h.
Definiert in Zeile 17 der Datei InactivityMonitor.h.
- (id) _delegate [protected] |
Definiert in Zeile 18 der Datei InactivityMonitor.h.
- (int) _pendingMouseUpCount [protected] |
Definiert in Zeile 19 der Datei InactivityMonitor.h.
- (UIEventObservableWindow*) _window [protected] |
Definiert in Zeile 20 der Datei InactivityMonitor.h.
- (unsigned int) _monitoring [protected] |
Definiert in Zeile 21 der Datei InactivityMonitor.h.