C# Class TraktPlugin.GUI.GUIEpisodeListItem

Inheritance: MediaPortal.GUI.Library.GUIListItem
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Protected Properties

Свойство Type Description
_Images GUITmdbImage

Private Properties

Свойство Type Description
GetImages void

Méthodes publiques

Méthode Description
GUIEpisodeListItem ( string strLabel, int windowID ) : System

Méthodes protégées

Méthode Description
SetImageToGui ( string imageFilePath ) : void

Loads an Image from memory into a facade item

Private Methods

Méthode 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 méthode

public GUIEpisodeListItem ( string strLabel, int windowID ) : System
strLabel string
windowID int
Résultat System

SetImageToGui() protected méthode

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

Property Details

_Images protected_oe property

protected GUITmdbImage,TraktPlugin.GUI _Images
Résultat GUITmdbImage