C# Class ZForge.Controls.TreeViewAdv.Tree.SortedTreeModel

Inheritance: TreeModelBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
GetChildren ( TreePath treePath ) : IEnumerable
IsLeaf ( TreePath treePath ) : bool
SortedTreeModel ( ITreeModel innerModel ) : System

Private Methods

Méthode Description
_innerModel_NodesChanged ( object sender, TreeModelEventArgs e ) : void
_innerModel_NodesInserted ( object sender, TreeModelEventArgs e ) : void
_innerModel_NodesRemoved ( object sender, TreeModelEventArgs e ) : void
_innerModel_StructureChanged ( object sender, TreePathEventArgs e ) : void

Method Details

GetChildren() public méthode

public GetChildren ( TreePath treePath ) : IEnumerable
treePath TreePath
Résultat IEnumerable

IsLeaf() public méthode

public IsLeaf ( TreePath treePath ) : bool
treePath TreePath
Résultat bool

SortedTreeModel() public méthode

public SortedTreeModel ( ITreeModel innerModel ) : System
innerModel ITreeModel
Résultat System