C# 클래스 Cocoa.Application

상속: Object
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 메소드들

메소드 설명
Application ( IntPtr native_object ) : System
BeginSheet ( Cocoa sheet, Cocoa docWindow, SheetHandler modalDelegate, System contextInfo ) : void
EndModalSession ( IntPtr modalsession ) : void
EndSheet ( Cocoa sheet ) : void
EndSheet ( Cocoa sheet, int returnCode ) : void
Init ( ) : void
LoadFramework ( string frameworkname ) : void
LoadNib ( string nibname ) : void
ModalSessionForWindow ( Window window ) : IntPtr
Run ( ) : void
RunApplication ( ) : void
RunModalSession ( IntPtr modalsession ) : int
SetAppleMenu ( Menu menu ) : void

비공개 메소드들

메소드 설명
GetCurrentProcess ( IntPtr &psn ) : void
SetFrontProcess ( IntPtr &psn ) : void
TransformProcessType ( IntPtr &psn, uint type ) : void

메소드 상세

Application() 공개 메소드

public Application ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

BeginSheet() 공개 메소드

public BeginSheet ( Cocoa sheet, Cocoa docWindow, SheetHandler modalDelegate, System contextInfo ) : void
sheet Cocoa
docWindow Cocoa
modalDelegate SheetHandler
contextInfo System
리턴 void

EndModalSession() 공개 메소드

public EndModalSession ( IntPtr modalsession ) : void
modalsession System.IntPtr
리턴 void

EndSheet() 공개 메소드

public EndSheet ( Cocoa sheet ) : void
sheet Cocoa
리턴 void

EndSheet() 공개 메소드

public EndSheet ( Cocoa sheet, int returnCode ) : void
sheet Cocoa
returnCode int
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

LoadFramework() 공개 정적인 메소드

public static LoadFramework ( string frameworkname ) : void
frameworkname string
리턴 void

LoadNib() 공개 정적인 메소드

public static LoadNib ( string nibname ) : void
nibname string
리턴 void

ModalSessionForWindow() 공개 메소드

public ModalSessionForWindow ( Window window ) : IntPtr
window Window
리턴 System.IntPtr

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

RunApplication() 공개 메소드

public RunApplication ( ) : void
리턴 void

RunModalSession() 공개 메소드

public RunModalSession ( IntPtr modalsession ) : int
modalsession System.IntPtr
리턴 int

SetAppleMenu() 공개 메소드

public SetAppleMenu ( Menu menu ) : void
menu Menu
리턴 void