C# Class Stetic.Wrapper.Action

Inheritance: Stetic.Wrapper.Object, IRadioGroupManagerProvider
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
ApplyUndoRedoDiff ( object diff ) : object
Clone ( ) : Action
CopyFrom ( Action action ) : void
CreateIcon ( Gtk size ) : Gtk.Widget
Delete ( ) : void
GetUndoDiff ( ) : object
Read ( ObjectReader reader, XmlElement elem ) : void
RenderIcon ( Gtk size ) : Gdk.Pixbuf
Wrap ( object obj, bool initialized ) : void
Write ( ObjectWriter writer ) : XmlElement

Méthodes protégées

Méthode Description
EmitNotify ( string propertyName ) : void
GenerateBuildCode ( GeneratorContext ctx, System.CodeDom.CodeExpression var ) : void
GenerateObjectCreation ( GeneratorContext ctx ) : System.CodeDom.CodeExpression

Private Methods

Méthode Description
GetDefaultName ( ) : string
GetDiffGenerator ( ) : Stetic.Undo.DiffGenerator
GetIdentifier ( string name ) : string
GetUndoManagerInternal ( ) : UndoManager
IRadioGroupManagerProvider ( ) : IRadioGroupManager
SetActionGroup ( ActionGroup g ) : void
UpdateNameIndex ( ) : void

Method Details

ApplyUndoRedoDiff() public méthode

public ApplyUndoRedoDiff ( object diff ) : object
diff object
Résultat object

Clone() public méthode

public Clone ( ) : Action
Résultat Action

CopyFrom() public méthode

public CopyFrom ( Action action ) : void
action Action
Résultat void

CreateIcon() public méthode

public CreateIcon ( Gtk size ) : Gtk.Widget
size Gtk
Résultat Gtk.Widget

Delete() public méthode

public Delete ( ) : void
Résultat void

EmitNotify() protected méthode

protected EmitNotify ( string propertyName ) : void
propertyName string
Résultat void

GenerateBuildCode() protected méthode

protected GenerateBuildCode ( GeneratorContext ctx, System.CodeDom.CodeExpression var ) : void
ctx GeneratorContext
var System.CodeDom.CodeExpression
Résultat void

GenerateObjectCreation() protected méthode

protected GenerateObjectCreation ( GeneratorContext ctx ) : System.CodeDom.CodeExpression
ctx GeneratorContext
Résultat System.CodeDom.CodeExpression

GetUndoDiff() public méthode

public GetUndoDiff ( ) : object
Résultat object

Read() public méthode

public Read ( ObjectReader reader, XmlElement elem ) : void
reader ObjectReader
elem System.Xml.XmlElement
Résultat void

RenderIcon() public méthode

public RenderIcon ( Gtk size ) : Gdk.Pixbuf
size Gtk
Résultat Gdk.Pixbuf

Wrap() public méthode

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
Résultat void

Write() public méthode

public Write ( ObjectWriter writer ) : XmlElement
writer ObjectWriter
Résultat System.Xml.XmlElement