C# Class GnomeSubtitles.Dialog.SearchDialog

Inheritance: GladeDialog
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
SearchDialog ( ) : Glade
Show ( ) : void
Show ( bool useReplace ) : void

Méthodes protégées

Méthode Description
ProcessResponse ( ResponseType response ) : bool

Private Methods

Méthode 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 méthode

protected ProcessResponse ( ResponseType response ) : bool
response ResponseType
Résultat bool

SearchDialog() public méthode

public SearchDialog ( ) : Glade
Résultat Glade

Show() public méthode

public Show ( ) : void
Résultat void

Show() public méthode

public Show ( bool useReplace ) : void
useReplace bool
Résultat void