C# Class GnomeSubtitles.Dialog.SearchDialog

Inheritance: GladeDialog
显示文件 Open project: GNOME/gnome-subtitles

Public Methods

Method Description
SearchDialog ( ) : Glade
Show ( ) : void
Show ( bool useReplace ) : void

Protected Methods

Method Description
ProcessResponse ( ResponseType response ) : bool

Private Methods

Method Description
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

Method Details

ProcessResponse() protected method

protected ProcessResponse ( ResponseType response ) : bool
response ResponseType
return bool

SearchDialog() public method

public SearchDialog ( ) : Glade
return Glade

Show() public method

public Show ( ) : void
return void

Show() public method

public Show ( bool useReplace ) : void
useReplace bool
return void