C# 클래스 Stetic.Editor.Translatable

상속: Gtk.VBox, IPropertyEditor
파일 보기 프로젝트 열기: mono/stetic

공개 메소드들

메소드 설명
AttachObject ( object ob ) : void
Initialize ( PropertyDescriptor prop ) : void

보호된 메소드들

메소드 설명
CheckType ( PropertyDescriptor prop ) : void
OnAdded ( Gtk child ) : void
OnValueChanged ( ) : void

비공개 메소드들

메소드 설명
AddComment ( object o, EventArgs args ) : void
AddContext ( object o, EventArgs args ) : void
ButtonPressed ( object o, Gtk args ) : void
CommentChanged ( object o, EventArgs args ) : void
ContextChanged ( object o, EventArgs args ) : void
MenuPosition ( Gtk menu, int &x, int &y, bool &push_in ) : void
RemoveComment ( object o, EventArgs args ) : void
RemoveContext ( object o, EventArgs args ) : void
ToggleMark ( object o, EventArgs args ) : void

메소드 상세

AttachObject() 공개 메소드

public AttachObject ( object ob ) : void
ob object
리턴 void

CheckType() 보호된 메소드

protected CheckType ( PropertyDescriptor prop ) : void
prop PropertyDescriptor
리턴 void

Initialize() 공개 메소드

public Initialize ( PropertyDescriptor prop ) : void
prop PropertyDescriptor
리턴 void

OnAdded() 보호된 메소드

protected OnAdded ( Gtk child ) : void
child Gtk
리턴 void

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void