C# Class GnomeSubtitles.Core.Command.FixedMultipleSelectionCommand

Represents a Command in which the selection never changes during execution/undo/redo.
Inheritance: MultipleSelectionCommand
Mostra file Open project: GNOME/gnome-subtitles

Public Methods

Method Description
Execute ( ) : bool
FixedMultipleSelectionCommand ( string description, bool canGroup, SelectionIntended selectionIntended, Gtk.TreePath paths, bool reselect ) : GnomeSubtitles.Ui.View

Creates a new instance of the MultipleFixedSelectionCommand class.

Redo ( ) : void
Undo ( ) : void

Protected Methods

Method Description
ChangeValues ( ) : bool
PostProcess ( ) : void

Method Details

ChangeValues() protected method

protected ChangeValues ( ) : bool
return bool

Execute() public method

public Execute ( ) : bool
return bool

FixedMultipleSelectionCommand() public method

Creates a new instance of the MultipleFixedSelectionCommand class.
public FixedMultipleSelectionCommand ( string description, bool canGroup, SelectionIntended selectionIntended, Gtk.TreePath paths, bool reselect ) : GnomeSubtitles.Ui.View
description string The description of the command.
canGroup bool Whether to possibly group the command with the previous command.
selectionIntended SelectionIntended The intended selection.
paths Gtk.TreePath The paths to select, or null to use auto selection.
reselect bool Whether to reselect the command when executing. Note that this doesn't apply to Undo nor to Redo.
return GnomeSubtitles.Ui.View

PostProcess() protected method

protected PostProcess ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void