NSRunLoop

Undocumented in source.

Alias This

parent

Members

Functions

addTimer
void addTimer(NSTimer aTimer, NSString forMode)
Undocumented in source. Be warned that the author may not have intended to support it.
runUntilDate
void runUntilDate(NSDate limitDate)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NSObjectTemplate!(NSRunLoop, "NSRunLoop")
Undocumented in source.

Static functions

currentRunLoop
NSRunLoop currentRunLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
mainRunLoop
NSRunLoop mainRunLoop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parent
NSObject parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSRunLoop, "NSRunLoop")

this
this(id id_)
Undocumented in source.
alloc
T alloc()

Allocates, but do not init

getClass
Class getClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id getClassID()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta