C# Class Duality.Editor.Controls.TreeModels.FileSystem.FolderBrowserTreeModel

Inheritance: ITreeModel
Afficher le fichier Open project: BraveSirAndrew/duality Class Usage Examples

Méthodes publiques

Méthode Description
FolderBrowserTreeModel ( string basePath = null ) : System
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool

Private Methods

Méthode Description
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

Method Details

FolderBrowserTreeModel() public méthode

public FolderBrowserTreeModel ( string basePath = null ) : System
basePath string
Résultat System

GetChildren() public méthode

public GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
treePath Aga.Controls.Tree.TreePath
Résultat System.Collections.IEnumerable

IsLeaf() public méthode

public IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
treePath Aga.Controls.Tree.TreePath
Résultat bool