C# Class TraktPlugin.GUI.GUICustomListItem

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
GUICustomListItem ( 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

SetImageToGui ( string imageFilePath, Size size ) : void

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

GUICustomListItem() public méthode

public GUICustomListItem ( 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

SetImageToGui() protected méthode

protected SetImageToGui ( string imageFilePath, Size size ) : void
imageFilePath string
size System.Drawing.Size
Résultat void

Property Details

_Images protected_oe property

protected GUITmdbImage,TraktPlugin.GUI _Images
Résultat GUITmdbImage