C# 클래스 Stetic.Wrapper.Action

상속: Stetic.Wrapper.Object, IRadioGroupManagerProvider
파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
EmitNotify ( string propertyName ) : void
GenerateBuildCode ( GeneratorContext ctx, System.CodeDom.CodeExpression var ) : void
GenerateObjectCreation ( GeneratorContext ctx ) : System.CodeDom.CodeExpression

비공개 메소드들

메소드 설명
GetDefaultName ( ) : string
GetDiffGenerator ( ) : Stetic.Undo.DiffGenerator
GetIdentifier ( string name ) : string
GetUndoManagerInternal ( ) : UndoManager
IRadioGroupManagerProvider ( ) : IRadioGroupManager
SetActionGroup ( ActionGroup g ) : void
UpdateNameIndex ( ) : void

메소드 상세

ApplyUndoRedoDiff() 공개 메소드

public ApplyUndoRedoDiff ( object diff ) : object
diff object
리턴 object

Clone() 공개 메소드

public Clone ( ) : Action
리턴 Action

CopyFrom() 공개 메소드

public CopyFrom ( Action action ) : void
action Action
리턴 void

CreateIcon() 공개 메소드

public CreateIcon ( Gtk size ) : Gtk.Widget
size Gtk
리턴 Gtk.Widget

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

EmitNotify() 보호된 메소드

protected EmitNotify ( string propertyName ) : void
propertyName string
리턴 void

GenerateBuildCode() 보호된 메소드

protected GenerateBuildCode ( GeneratorContext ctx, System.CodeDom.CodeExpression var ) : void
ctx GeneratorContext
var System.CodeDom.CodeExpression
리턴 void

GenerateObjectCreation() 보호된 메소드

protected GenerateObjectCreation ( GeneratorContext ctx ) : System.CodeDom.CodeExpression
ctx GeneratorContext
리턴 System.CodeDom.CodeExpression

GetUndoDiff() 공개 메소드

public GetUndoDiff ( ) : object
리턴 object

Read() 공개 메소드

public Read ( ObjectReader reader, XmlElement elem ) : void
reader ObjectReader
elem System.Xml.XmlElement
리턴 void

RenderIcon() 공개 메소드

public RenderIcon ( Gtk size ) : Gdk.Pixbuf
size Gtk
리턴 Gdk.Pixbuf

Wrap() 공개 메소드

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
리턴 void

Write() 공개 메소드

public Write ( ObjectWriter writer ) : XmlElement
writer ObjectWriter
리턴 System.Xml.XmlElement