C# Class Xwt.Mac.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Mostra file Open project: TheBrainTech/xwt Class Usage Examples

Public Methods

Method Description
AppDelegate ( bool launched ) : System
ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
DidFinishLaunching ( NSNotification notification ) : void
DidUnhide ( NSNotification notification ) : void
OpenFiles ( NSApplication sender, string filenames ) : void
ScreenParametersChanged ( NSNotification notification ) : void
WillFinishLaunching ( NSNotification notification ) : void

Private Methods

Method Description
HandleGetUrlEvent ( NSAppleEventDescriptor descriptor, NSAppleEventDescriptor reply ) : void
ShowWindow ( WindowBackend w ) : void

Method Details

AppDelegate() public method

public AppDelegate ( bool launched ) : System
launched bool
return System

ApplicationShouldTerminate() public method

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
return NSApplicationTerminateReply

DidFinishLaunching() public method

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void

DidUnhide() public method

public DidUnhide ( NSNotification notification ) : void
notification NSNotification
return void

OpenFiles() public method

public OpenFiles ( NSApplication sender, string filenames ) : void
sender MonoMac.AppKit.NSApplication
filenames string
return void

ScreenParametersChanged() public method

public ScreenParametersChanged ( NSNotification notification ) : void
notification NSNotification
return void

WillFinishLaunching() public method

public WillFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void