C# Class Xwt.Mac.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
HandleGetUrlEvent ( NSAppleEventDescriptor descriptor, NSAppleEventDescriptor reply ) : void
ShowWindow ( WindowBackend w ) : void

Method Details

AppDelegate() public méthode

public AppDelegate ( bool launched ) : System
launched bool
Résultat System

ApplicationShouldTerminate() public méthode

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
Résultat NSApplicationTerminateReply

DidFinishLaunching() public méthode

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
Résultat void

DidUnhide() public méthode

public DidUnhide ( NSNotification notification ) : void
notification NSNotification
Résultat void

OpenFiles() public méthode

public OpenFiles ( NSApplication sender, string filenames ) : void
sender MonoMac.AppKit.NSApplication
filenames string
Résultat void

ScreenParametersChanged() public méthode

public ScreenParametersChanged ( NSNotification notification ) : void
notification NSNotification
Résultat void

WillFinishLaunching() public méthode

public WillFinishLaunching ( NSNotification notification ) : void
notification NSNotification
Résultat void