C# 클래스 Xwt.Mac.AppDelegate

상속: MonoMac.AppKit.NSApplicationDelegate
파일 보기 프로젝트 열기: TheBrainTech/xwt 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HandleGetUrlEvent ( NSAppleEventDescriptor descriptor, NSAppleEventDescriptor reply ) : void
ShowWindow ( WindowBackend w ) : void

메소드 상세

AppDelegate() 공개 메소드

public AppDelegate ( bool launched ) : System
launched bool
리턴 System

ApplicationShouldTerminate() 공개 메소드

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
리턴 NSApplicationTerminateReply

DidFinishLaunching() 공개 메소드

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
리턴 void

DidUnhide() 공개 메소드

public DidUnhide ( NSNotification notification ) : void
notification NSNotification
리턴 void

OpenFiles() 공개 메소드

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

ScreenParametersChanged() 공개 메소드

public ScreenParametersChanged ( NSNotification notification ) : void
notification NSNotification
리턴 void

WillFinishLaunching() 공개 메소드

public WillFinishLaunching ( NSNotification notification ) : void
notification NSNotification
리턴 void