C# 클래스 GnomeSubtitles.Core.Command.ChangeBoldStyleCommand

상속: ChangeStyleCommand
파일 보기 프로젝트 열기: GNOME/gnome-subtitles

공개 메소드들

메소드 설명
ChangeBoldStyleCommand ( bool newStyleValue ) : GnomeSubtitles.Ui.View

보호된 메소드들

메소드 설명
SetStyle ( Subtitle subtitle, bool styleValue ) : void

메소드 상세

ChangeBoldStyleCommand() 공개 메소드

public ChangeBoldStyleCommand ( bool newStyleValue ) : GnomeSubtitles.Ui.View
newStyleValue bool
리턴 GnomeSubtitles.Ui.View

SetStyle() 보호된 메소드

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