C# Class Stetic.Wrapper.ActionTreeNode

Inheritance: IDisposable
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
ActionTreeNode ( ) : System
ActionTreeNode ( Gtk type, string name, Action action ) : System
Clone ( ) : ActionTreeNode
Dispose ( ) : void
GenerateBuildCode ( GeneratorContext ctx, CodeVariableReferenceExpression uiManager, string path ) : void
GenerateUiString ( StringBuilder sb ) : void
Read ( Wrapper baseWidget, XmlElement elem ) : void
Write ( XmlDocument doc, FileFormat format ) : XmlElement

Méthodes protégées

Méthode Description
GetRequiredGroups ( ArrayList list ) : void

Private Methods

Méthode Description
NotifyChanged ( ) : void
NotifyChildAdded ( ActionTreeNode node ) : void
NotifyChildRemoved ( ActionTreeNode node ) : void
OnActionChanged ( object s, ObjectWrapperEventArgs args ) : void
OnActionDeleted ( object s, EventArgs args ) : void

Method Details

ActionTreeNode() public méthode

public ActionTreeNode ( ) : System
Résultat System

ActionTreeNode() public méthode

public ActionTreeNode ( Gtk type, string name, Action action ) : System
type Gtk
name string
action Action
Résultat System

Clone() public méthode

public Clone ( ) : ActionTreeNode
Résultat ActionTreeNode

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GenerateBuildCode() public méthode

public GenerateBuildCode ( GeneratorContext ctx, CodeVariableReferenceExpression uiManager, string path ) : void
ctx GeneratorContext
uiManager System.CodeDom.CodeVariableReferenceExpression
path string
Résultat void

GenerateUiString() public méthode

public GenerateUiString ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

GetRequiredGroups() protected méthode

protected GetRequiredGroups ( ArrayList list ) : void
list System.Collections.ArrayList
Résultat void

Read() public méthode

public Read ( Wrapper baseWidget, XmlElement elem ) : void
baseWidget Wrapper
elem System.Xml.XmlElement
Résultat void

Write() public méthode

public Write ( XmlDocument doc, FileFormat format ) : XmlElement
doc System.Xml.XmlDocument
format FileFormat
Résultat System.Xml.XmlElement