C# Class GnomeSubtitles.Core.Command.ChangeEndCommand

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

Public Methods

Method Description
ChangeEndCommand ( System.TimeSpan time, bool seekAfterChange ) : Mono.Unix
ChangeEndCommand ( int frames, bool seekAfterChange ) : Mono.Unix

Protected Methods

Method Description
GetPreviousTime ( ) : System.TimeSpan
SetFrames ( int storedFrames ) : void
SetTime ( System.TimeSpan storedTime ) : void

Method Details

ChangeEndCommand() public method

public ChangeEndCommand ( System.TimeSpan time, bool seekAfterChange ) : Mono.Unix
time System.TimeSpan
seekAfterChange bool
return Mono.Unix

ChangeEndCommand() public method

public ChangeEndCommand ( int frames, bool seekAfterChange ) : Mono.Unix
frames int
seekAfterChange bool
return Mono.Unix

GetPreviousTime() protected method

protected GetPreviousTime ( ) : System.TimeSpan
return System.TimeSpan

SetFrames() protected method

protected SetFrames ( int storedFrames ) : void
storedFrames int
return void

SetTime() protected method

protected SetTime ( System.TimeSpan storedTime ) : void
storedTime System.TimeSpan
return void