C# Class GnomeSubtitles.Core.Command.ReplaceAllCommand

Inheritance: MultipleSelectionCommand
Mostra file Open project: GNOME/gnome-subtitles

Public Methods

Method Description
Execute ( ) : bool
Redo ( ) : void
ReplaceAllCommand ( Regex regex, string replacement ) : GnomeSubtitles.Ui.View
Undo ( ) : void

Private Methods

Method Description
GetCommandData ( Gtk.TreePath &paths, CommandTarget &target ) : void

Method Details

Execute() public method

public Execute ( ) : bool
return bool

Redo() public method

public Redo ( ) : void
return void

ReplaceAllCommand() public method

public ReplaceAllCommand ( Regex regex, string replacement ) : GnomeSubtitles.Ui.View
regex System.Text.RegularExpressions.Regex
replacement string
return GnomeSubtitles.Ui.View

Undo() public method

public Undo ( ) : void
return void