C# 클래스 Duality.Editor.Controls.TreeModels.FileSystem.FolderBrowserTreeModel

상속: ITreeModel
파일 보기 프로젝트 열기: BraveSirAndrew/duality 1 사용 예제들

공개 메소드들

메소드 설명
FolderBrowserTreeModel ( string basePath = null ) : System
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool

비공개 메소드들

메소드 설명
GetPath ( Duality.Editor.Controls.TreeModels.FileSystem.BaseItem item ) : Aga.Controls.Tree.TreePath
Worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
Worker_ReadFilesProperties ( object sender, DoWorkEventArgs e ) : void

메소드 상세

FolderBrowserTreeModel() 공개 메소드

public FolderBrowserTreeModel ( string basePath = null ) : System
basePath string
리턴 System

GetChildren() 공개 메소드

public GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
treePath Aga.Controls.Tree.TreePath
리턴 System.Collections.IEnumerable

IsLeaf() 공개 메소드

public IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
treePath Aga.Controls.Tree.TreePath
리턴 bool