C# Class TraktPlugin.GUI.GUIEpisodeListItem

Inheritance: MediaPortal.GUI.Library.GUIListItem
Show file Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Protected Properties

Property Type Description
_Images GUITmdbImage

Private Properties

Property Type Description
GetImages void

Public Methods

Method Description
GUIEpisodeListItem ( string strLabel, int windowID ) : System

Protected Methods

Method Description
SetImageToGui ( string imageFilePath ) : void

Loads an Image from memory into a facade item

Private Methods

Method Description
GetImages ( List itemsWithThumbs ) : void

Download all images attached to the GUI List Control TODO: Make part of a GUI Base Window

Method Details

GUIEpisodeListItem() public method

public GUIEpisodeListItem ( string strLabel, int windowID ) : System
strLabel string
windowID int
return System

SetImageToGui() protected method

Loads an Image from memory into a facade item
protected SetImageToGui ( string imageFilePath ) : void
imageFilePath string Filename of image
return void

Property Details

_Images protected property

protected GUITmdbImage,TraktPlugin.GUI _Images
return GUITmdbImage