Method | Description | |
---|---|---|
AppDelegate ( bool launched ) : System | ||
ApplicationShouldTerminate ( |
||
DidFinishLaunching ( NSNotification notification ) : void | ||
DidUnhide ( NSNotification notification ) : void | ||
OpenFiles ( |
||
ScreenParametersChanged ( NSNotification notification ) : void | ||
WillFinishLaunching ( NSNotification notification ) : void |
Method | Description | |
---|---|---|
HandleGetUrlEvent ( NSAppleEventDescriptor descriptor, NSAppleEventDescriptor reply ) : void | ||
ShowWindow ( |
public AppDelegate ( bool launched ) : System | ||
launched | bool | |
return | System |
public ApplicationShouldTerminate ( |
||
sender | ||
return | NSApplicationTerminateReply |
public DidFinishLaunching ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public DidUnhide ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public OpenFiles ( |
||
sender | ||
filenames | string | |
return | void |
public ScreenParametersChanged ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public WillFinishLaunching ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |