C# 클래스 GnomeSubtitles.Dialog.SearchDialog

상속: GladeDialog
파일 보기 프로젝트 열기: GNOME/gnome-subtitles

공개 메소드들

메소드 설명
SearchDialog ( ) : Glade
Show ( ) : void
Show ( bool useReplace ) : void

보호된 메소드들

메소드 설명
ProcessResponse ( ResponseType response ) : bool

비공개 메소드들

메소드 설명
Find ( ) : void
HandleValuesChange ( ) : void
LoadDialogValues ( ) : void
OnBackwardsToggled ( object o, EventArgs args ) : void
OnFindTextChanged ( object o, EventArgs args ) : void
OnMatchCaseToggled ( object o, EventArgs args ) : void
OnReplaceTextChanged ( object o, EventArgs args ) : void
OnUseRegexToggled ( object o, EventArgs args ) : void
OnWrapToggled ( object o, EventArgs args ) : void
Replace ( ) : void
ReplaceAll ( ) : void
SaveDialogValues ( ) : void
SetFindEntryText ( ) : void

Sets the text in the Find entry.

Updating the text will select it and grab the focus to the entry.

UpdateRegex ( ) : void
ValuesHaveChanged ( ) : bool

메소드 상세

ProcessResponse() 보호된 메소드

protected ProcessResponse ( ResponseType response ) : bool
response ResponseType
리턴 bool

SearchDialog() 공개 메소드

public SearchDialog ( ) : Glade
리턴 Glade

Show() 공개 메소드

public Show ( ) : void
리턴 void

Show() 공개 메소드

public Show ( bool useReplace ) : void
useReplace bool
리턴 void