C# Class Monodoc.Widgets.DocNode

Afficher le fichier Open project: mono/monodoc-widgets Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( DocNode child ) : void
CreateItem ( DocView view ) : DocViewItem
IndexOf ( DocNode child ) : int
RemoveChild ( DocNode child ) : void
this ( int index ) : DocNode

Méthodes protégées

Méthode Description
CompareNodes ( DocNode a, DocNode b ) : int
DocNode ( DocNode parent ) : System
DocNode ( DocNode parent, string caption ) : System
LoadChildren ( ) : void
OnChanged ( ) : void

Private Methods

Méthode Description
LazyLoad ( ) : void

Method Details

AddChild() public méthode

public AddChild ( DocNode child ) : void
child DocNode
Résultat void

CompareNodes() protected méthode

protected CompareNodes ( DocNode a, DocNode b ) : int
a DocNode
b DocNode
Résultat int

CreateItem() public abstract méthode

public abstract CreateItem ( DocView view ) : DocViewItem
view DocView
Résultat DocViewItem

DocNode() protected méthode

protected DocNode ( DocNode parent ) : System
parent DocNode
Résultat System

DocNode() protected méthode

protected DocNode ( DocNode parent, string caption ) : System
parent DocNode
caption string
Résultat System

IndexOf() public méthode

public IndexOf ( DocNode child ) : int
child DocNode
Résultat int

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

RemoveChild() public méthode

public RemoveChild ( DocNode child ) : void
child DocNode
Résultat void

this() public méthode

public this ( int index ) : DocNode
index int
Résultat DocNode