C# 클래스 TraktPlugin.GUI.GUIEpisodeListItem

상속: MediaPortal.GUI.Library.GUIListItem
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_Images GUITmdbImage

Private Properties

프로퍼티 타입 설명
GetImages void

공개 메소드들

메소드 설명
GUIEpisodeListItem ( string strLabel, int windowID ) : System

보호된 메소드들

메소드 설명
SetImageToGui ( string imageFilePath ) : void

Loads an Image from memory into a facade item

비공개 메소드들

메소드 설명
GetImages ( List itemsWithThumbs ) : void

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

메소드 상세

GUIEpisodeListItem() 공개 메소드

public GUIEpisodeListItem ( string strLabel, int windowID ) : System
strLabel string
windowID int
리턴 System

SetImageToGui() 보호된 메소드

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

프로퍼티 상세

_Images 보호되어 있는 프로퍼티

protected GUITmdbImage,TraktPlugin.GUI _Images
리턴 GUITmdbImage