C# Class GnomeSubtitles.Core.Command.ChangeFrameRateCommand

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

Public Methods

Method Description
ChangeFrameRateCommand ( string description, float frameRate ) : GnomeSubtitles.Ui.View

Protected Methods

Method Description
ChangeValues ( ) : bool
GetFrameRate ( ) : float
SetFrameRate ( float frameRate ) : void
UpdateMenuItem ( ) : void

Method Details

ChangeFrameRateCommand() public method

public ChangeFrameRateCommand ( string description, float frameRate ) : GnomeSubtitles.Ui.View
description string
frameRate float
return GnomeSubtitles.Ui.View

ChangeValues() protected method

protected ChangeValues ( ) : bool
return bool

GetFrameRate() protected abstract method

protected abstract GetFrameRate ( ) : float
return float

SetFrameRate() protected abstract method

protected abstract SetFrameRate ( float frameRate ) : void
frameRate float
return void

UpdateMenuItem() protected abstract method

protected abstract UpdateMenuItem ( ) : void
return void