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

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

Méthodes publiques

Méthode Description
GetChildren ( TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( TreePath treePath ) : bool

Méthodes protégées

Méthode Description
OnNodesChanged ( TreeModelEventArgs args ) : void
OnNodesInserted ( TreeModelEventArgs args ) : void
OnNodesRemoved ( TreeModelEventArgs args ) : void
OnStructureChanged ( TreePathEventArgs args ) : void

Method Details

GetChildren() public abstract méthode

public abstract GetChildren ( TreePath treePath ) : System.Collections.IEnumerable
treePath TreePath
Résultat System.Collections.IEnumerable

IsLeaf() public abstract méthode

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

OnNodesChanged() protected méthode

protected OnNodesChanged ( TreeModelEventArgs args ) : void
args TreeModelEventArgs
Résultat void

OnNodesInserted() protected méthode

protected OnNodesInserted ( TreeModelEventArgs args ) : void
args TreeModelEventArgs
Résultat void

OnNodesRemoved() protected méthode

protected OnNodesRemoved ( TreeModelEventArgs args ) : void
args TreeModelEventArgs
Résultat void

OnStructureChanged() protected méthode

protected OnStructureChanged ( TreePathEventArgs args ) : void
args TreePathEventArgs
Résultat void