C# Class GnomeSubtitles.Core.Command.AdjustTimingsCommand

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

Public Methods

Method Description
AdjustTimingsCommand ( System.TimeSpan firstTime, System.TimeSpan lastTime, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View
AdjustTimingsCommand ( int firstFrame, int lastFrame, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View

Protected Methods

Method Description
ChangeValues ( ) : bool

Private Methods

Method Description
AdjustAllSubtitlesFrames ( ) : void
AdjustAllSubtitlesTime ( ) : void
AdjustSubtitlesFrames ( ) : void
AdjustSubtitlesTime ( ) : void

Method Details

AdjustTimingsCommand() public method

public AdjustTimingsCommand ( System.TimeSpan firstTime, System.TimeSpan lastTime, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View
firstTime System.TimeSpan
lastTime System.TimeSpan
selectionIntended SelectionIntended
return GnomeSubtitles.Ui.View

AdjustTimingsCommand() public method

public AdjustTimingsCommand ( int firstFrame, int lastFrame, SelectionIntended selectionIntended ) : GnomeSubtitles.Ui.View
firstFrame int
lastFrame int
selectionIntended SelectionIntended
return GnomeSubtitles.Ui.View

ChangeValues() protected method

protected ChangeValues ( ) : bool
return bool