C# 클래스 macdoc.DocTreeDataSource

상속: NSOutlineViewDataSource
파일 보기 프로젝트 열기: kangaroo/monomac

공개 메소드들

메소드 설명
DocTreeDataSource ( MyDocument parent ) : System
GetChild ( NSOutlineView outlineView, int index, NSObject item ) : NSObject
GetChildrenCount ( NSOutlineView outlineView, NSObject item ) : int
GetObjectValue ( NSOutlineView outlineView, NSTableColumn tableColumn, NSObject item ) : NSObject
ItemExpandable ( NSOutlineView outlineView, NSObject item ) : bool

비공개 메소드들

메소드 설명
GetNode ( NSObject obj ) : Monodoc.Node

메소드 상세

DocTreeDataSource() 공개 메소드

public DocTreeDataSource ( MyDocument parent ) : System
parent MyDocument
리턴 System

GetChild() 공개 메소드

public GetChild ( NSOutlineView outlineView, int index, NSObject item ) : NSObject
outlineView NSOutlineView
index int
item MonoMac.Foundation.NSObject
리턴 MonoMac.Foundation.NSObject

GetChildrenCount() 공개 메소드

public GetChildrenCount ( NSOutlineView outlineView, NSObject item ) : int
outlineView NSOutlineView
item MonoMac.Foundation.NSObject
리턴 int

GetObjectValue() 공개 메소드

public GetObjectValue ( NSOutlineView outlineView, NSTableColumn tableColumn, NSObject item ) : NSObject
outlineView NSOutlineView
tableColumn NSTableColumn
item MonoMac.Foundation.NSObject
리턴 MonoMac.Foundation.NSObject

ItemExpandable() 공개 메소드

public ItemExpandable ( NSOutlineView outlineView, NSObject item ) : bool
outlineView NSOutlineView
item MonoMac.Foundation.NSObject
리턴 bool