C# Class GnomeSubtitles.Core.Command.ChangeStyleCommand

Inheritance: FixedMultipleSelectionCommand
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
ChangeStyleCommand ( string description, bool newStyleValue ) : GnomeSubtitles.Ui.View

Méthodes protégées

Méthode Description
ChangeValues ( ) : bool
SetStyle ( Subtitle subtitle, bool style ) : void

Private Methods

Méthode Description
ToggleStyleValue ( ) : void

Method Details

ChangeStyleCommand() public méthode

public ChangeStyleCommand ( string description, bool newStyleValue ) : GnomeSubtitles.Ui.View
description string
newStyleValue bool
Résultat GnomeSubtitles.Ui.View

ChangeValues() protected méthode

protected ChangeValues ( ) : bool
Résultat bool

SetStyle() protected abstract méthode

protected abstract SetStyle ( Subtitle subtitle, bool style ) : void
subtitle SubLib.Core.Domain.Subtitle
style bool
Résultat void