C# Class GnomeSubtitles.Core.Command.ChangeBoldStyleCommand

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

Public Methods

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

Protected Methods

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

Method Details

ChangeBoldStyleCommand() public method

public ChangeBoldStyleCommand ( 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