C# 클래스 macdoc.MyDocument

상속: MonoMac.AppKit.NSDocument
파일 보기 프로젝트 열기: kangaroo/monomac 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HandleWebViewDecidePolicyForNavigation void
LoadImages void
MyDocument System
ScrollToVisible int
ShowNode void

공개 메소드들

메소드 설명
LoadHtml ( string html ) : void
MyDocument ( IntPtr handle ) : System
WindowControllerDidLoadNib ( NSWindowController windowController ) : void

비공개 메소드들

메소드 설명
HandleWebViewDecidePolicyForNavigation ( object sender, WebNavigatioPolicyEventArgs e ) : void
LoadImages ( ) : void
MyDocument ( MonoMac.Foundation.NSCoder coder ) : System
ScrollToVisible ( Monodoc.Node n ) : int
ShowNode ( Monodoc.Node n ) : void

메소드 상세

LoadHtml() 공개 메소드

public LoadHtml ( string html ) : void
html string
리턴 void

MyDocument() 공개 메소드

public MyDocument ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

WindowControllerDidLoadNib() 공개 메소드

public WindowControllerDidLoadNib ( NSWindowController windowController ) : void
windowController NSWindowController
리턴 void