NSApplication

Undocumented in source.

Alias This

parent

Members

Functions

activateIgnoringOtherApps
void activateIgnoringOtherApps(BOOL b)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
sendEvent
void sendEvent(NSEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
setActivationPolicy
void setActivationPolicy(NSApplicationActivationPolicy policy)
Undocumented in source. Be warned that the author may not have intended to support it.
setDelegate
void setDelegate(id object)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

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

Static functions

sharedApplication
NSApplication sharedApplication()
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!(NSApplication, "NSApplication")

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