C# Class GnomeSubtitles.Core.Command.DeleteSubtitlesCommand

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

Public Methods

Method Description
DeleteSubtitlesCommand ( ) : GnomeSubtitles.Ui.View
Execute ( ) : bool
Redo ( ) : void
Undo ( ) : void

Private Methods

Method Description
StoreSubtitles ( ) : void

Method Details

DeleteSubtitlesCommand() public method

public DeleteSubtitlesCommand ( ) : GnomeSubtitles.Ui.View
return GnomeSubtitles.Ui.View

Execute() public method

public Execute ( ) : bool
return bool

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void