C# Class GnomeSubtitles.Core.Command.ChangeUnderlineStyleCommand

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

Public Methods

Method Description
ChangeUnderlineStyleCommand ( bool newStyleValue ) : GnomeSubtitles.Ui.View

Protected Methods

Method Description
SetStyle ( Subtitle subtitle, bool styleValue ) : void

Method Details

ChangeUnderlineStyleCommand() public method

public ChangeUnderlineStyleCommand ( bool newStyleValue ) : GnomeSubtitles.Ui.View
newStyleValue bool
return GnomeSubtitles.Ui.View

SetStyle() protected method

protected SetStyle ( Subtitle subtitle, bool styleValue ) : void
subtitle SubLib.Core.Domain.Subtitle
styleValue bool
return void