|
Oolite
|
#include <OOScriptTimer.h>
Inheritance diagram for OOScriptTimer:
Collaboration diagram for OOScriptTimer:Instance Methods | |
| (id) | - initWithNextTime:interval: |
| (id) | - initOneShotTimerWithDelay: |
| (OOTimeAbsolute) | - nextTime |
| (BOOL) | - setNextTime: |
| (OOTimeDelta) | - interval |
| (void) | - setInterval: |
| (void) | - timerFired |
| (BOOL) | - scheduleTimer |
| (void) | - unscheduleTimer |
| (BOOL) | - isScheduled |
| (BOOL) | - isValidForScheduling |
| (NSComparisonResult) | - compareByNextFireTime: |
| (void) | - dealloc [implementation] |
| (NSString *) | - descriptionComponents [implementation] |
Class Methods | |
| (void) | + updateTimers |
| (void) | + noteGameReset |
Private Attributes | |
| OOTimeAbsolute | _nextTime |
| OOTimeDelta | _interval |
| BOOL | _isScheduled |
| BOOL | _hasBeenRun |
Definition at line 39 of file OOScriptTimer.h.
| - (NSComparisonResult) compareByNextFireTime: | (OOScriptTimer *) | other |
Definition at line 36 of file OOScriptTimer.m.
References _hasBeenRun, _interval, _nextTime, interval, nextTime, and nil.
Here is the call graph for this function:
|
implementation |
Reimplemented in OOJSTimer.
Definition at line 36 of file OOScriptTimer.m.
|
implementation |
Reimplemented in OOJSTimer.
Definition at line 36 of file OOScriptTimer.m.
| - (id) initOneShotTimerWithDelay: | (OOTimeDelta) | delay |
Definition at line 36 of file OOScriptTimer.m.
| - (id) initWithNextTime: | (OOTimeAbsolute) | nextTime | |
| interval: | (OOTimeDelta) | interval | |
Definition at line 36 of file OOScriptTimer.m.
| - (OOTimeDelta) interval |
Definition at line 36 of file OOScriptTimer.m.
Referenced by compareByNextFireTime:.
Here is the caller graph for this function:| - (BOOL) isScheduled |
Definition at line 36 of file OOScriptTimer.m.
| - (BOOL) isValidForScheduling |
Definition at line 36 of file OOScriptTimer.m.
| - (OOTimeAbsolute) nextTime |
Definition at line 36 of file OOScriptTimer.m.
Referenced by compareByNextFireTime:.
Here is the caller graph for this function:| + (void) noteGameReset |
Definition at line 36 of file OOScriptTimer.m.
| - (BOOL) scheduleTimer |
Definition at line 36 of file OOScriptTimer.m.
Referenced by TimerConstruct().
Here is the caller graph for this function:| - (void) setInterval: | (OOTimeDelta) | interval |
Definition at line 36 of file OOScriptTimer.m.
Referenced by TimerSetProperty().
Here is the caller graph for this function:| - (BOOL) setNextTime: | (OOTimeAbsolute) | nextTime |
Definition at line 36 of file OOScriptTimer.m.
| - (void) timerFired |
Reimplemented in OOJSTimer.
Definition at line 36 of file OOScriptTimer.m.
| - (void) unscheduleTimer |
Definition at line 36 of file OOScriptTimer.m.
Referenced by OOJSTimer::dealloc.
Here is the caller graph for this function:| + (void) updateTimers |
Definition at line 36 of file OOScriptTimer.m.
|
private |
Definition at line 45 of file OOScriptTimer.h.
Referenced by compareByNextFireTime:.
|
private |
Definition at line 43 of file OOScriptTimer.h.
Referenced by compareByNextFireTime:.
|
private |
Definition at line 44 of file OOScriptTimer.h.
|
private |
Definition at line 42 of file OOScriptTimer.h.
Referenced by compareByNextFireTime:.