C# Class MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesSkinSettings

Inheritance: Cornerstone.MP.SkinSettings
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsViewAvailable ( BrowserViewMode view ) : bool

Returns true if the specified view is implemented by the current skin.

MovingPicturesSkinSettings ( string skinFileName ) : Cornerstone.MP

Creates a SkinSettings object based on a Moving Pictures skin file.

UseBackdrop ( BrowserViewMode view ) : bool

Returns true if the backdrop should be displayed for the specified view.

Method Details

IsViewAvailable() public méthode

Returns true if the specified view is implemented by the current skin.
public IsViewAvailable ( BrowserViewMode view ) : bool
view BrowserViewMode
Résultat bool

MovingPicturesSkinSettings() public méthode

Creates a SkinSettings object based on a Moving Pictures skin file.
public MovingPicturesSkinSettings ( string skinFileName ) : Cornerstone.MP
skinFileName string
Résultat Cornerstone.MP

UseBackdrop() public méthode

Returns true if the backdrop should be displayed for the specified view.
public UseBackdrop ( BrowserViewMode view ) : bool
view BrowserViewMode
Résultat bool