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

Inheritance: Cornerstone.MP.SkinSettings
Datei anzeigen Open project: damienhaynes/moving-pictures Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

MovingPicturesSkinSettings() public method

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

UseBackdrop() public method

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