C# 클래스 LongoMatch.Gui.Dialog.SubCategoryTagsEditor

상속: Gtk.Dialog
파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
SubCategoryTagsEditor ( SubCategory template, List templates ) : System

보호된 메소드들

메소드 설명
OnAddTag ( object sender, System e ) : void
OnFastToggled ( object sender, System e ) : void
OnMultiToggled ( object sender, System e ) : void
OnNameChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddTag ( string tag, bool update ) : void
RemoveTag ( string tag ) : void

메소드 상세

OnAddTag() 보호된 메소드

protected OnAddTag ( object sender, System e ) : void
sender object
e System
리턴 void

OnFastToggled() 보호된 메소드

protected OnFastToggled ( object sender, System e ) : void
sender object
e System
리턴 void

OnMultiToggled() 보호된 메소드

protected OnMultiToggled ( object sender, System e ) : void
sender object
e System
리턴 void

OnNameChanged() 보호된 메소드

protected OnNameChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SubCategoryTagsEditor() 공개 메소드

public SubCategoryTagsEditor ( SubCategory template, List templates ) : System
template SubCategory
templates List
리턴 System