C# Class GnomeSubtitles.Core.Command.ShiftTimingsCommand

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

Public Methods

Method Description
ShiftTimingsCommand ( System.TimeSpan time, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View
ShiftTimingsCommand ( int frames, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View

Protected Methods

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

Private Methods

Method Description
ShiftFramesAll ( ) : void
ShiftFramesRange ( ) : void
ShiftFramesSimple ( ) : void
ShiftTimesAll ( ) : void
ShiftTimesRange ( ) : void
ShiftTimesSimple ( ) : void

Method Details

ChangeValues() protected method

protected ChangeValues ( ) : bool
return bool

PostProcess() protected method

protected PostProcess ( ) : void
return void

ShiftTimingsCommand() public method

public ShiftTimingsCommand ( System.TimeSpan time, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View
time System.TimeSpan
selectionIntended SelectionIntended
return GnomeSubtitles.Ui.View

ShiftTimingsCommand() public method

public ShiftTimingsCommand ( int frames, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View
frames int
selectionIntended SelectionIntended
return GnomeSubtitles.Ui.View