C# Class GnomeSubtitles.Core.Command.ChangeTimingCommand

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

Protected Properties

Property Type Description
subtitle SubLib.Core.Domain.Subtitle

Public Methods

Method Description
CanGroupWith ( Command command ) : bool
ChangeTimingCommand ( System.TimeSpan time, string description, bool seekAfterChange ) : Mono.Unix
ChangeTimingCommand ( int frames, string description, bool seekAfterChange ) : Mono.Unix

Protected Methods

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

Method Details

CanGroupWith() public method

public CanGroupWith ( Command command ) : bool
command Command
return bool

ChangeTimingCommand() public method

public ChangeTimingCommand ( System.TimeSpan time, string description, bool seekAfterChange ) : Mono.Unix
time System.TimeSpan
description string
seekAfterChange bool
return Mono.Unix

ChangeTimingCommand() public method

public ChangeTimingCommand ( int frames, string description, bool seekAfterChange ) : Mono.Unix
frames int
description string
seekAfterChange bool
return Mono.Unix

ChangeValues() protected method

protected ChangeValues ( ) : bool
return bool

GetPreviousTime() protected abstract method

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

PostProcess() protected method

protected PostProcess ( ) : void
return void

SetFrames() protected abstract method

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

SetTime() protected abstract method

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

Property Details

subtitle protected_oe property

protected Subtitle,SubLib.Core.Domain subtitle
return SubLib.Core.Domain.Subtitle