C# 클래스 MediaPortal.GUI.Library.GUIListItem

An implementation of an item that is part of a collection. (E.g, a GUIThumbnailPanel).
상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_bigIconName string
_duration int
_dvdLabel string
_folder string
_hasProgressBar bool
_imageBigPinIcon GUIImage
_imageIcon GUIImage
_imagePinIcon GUIImage
_isDownloading bool
_isFolder bool
_isPlayed bool
_isRemote bool
_isSelected bool
_label string
_label2 string
_label3 string
_progressBarPercentage int
_smallIconName string
_thumbNailName string
_thumbnailImage GUIImage

공개 메소드들

메소드 설명
Dispose ( ) : void

Free the memory that is used by the icons.

FreeMemory ( ) : void

Free the memory that is used.

GUIListItem ( ) : System

The (empty) constructor of the GUIListItem.

GUIListItem ( GUIListItem item ) : System

Creates a GUIListItem based on another GUIListItem.

GUIListItem ( string strLabel ) : System

Creates a GUIListItem.

GUIListItem ( string aLabel, string aLabel2, string aPath, bool aIsFolder, MediaPortal.Util.FileInformation aFileInformation ) : System
ItemSelected ( GUIControl parent ) : void

this method will raise the OnItemSelected() event to let any listener know that this item has been selected by the user in a list,thumbnail, filmstrip, or coverflow control

RefreshCoverArt ( ) : void

비공개 메소드들

메소드 설명
DisposeImage ( GUIImage &image ) : void
DoRetrieveArt ( ) : void

This method will raise the OnRetrieveArt() event to ask the listener to supply the thumbnail(s) for this item

itemSelectedCallback ( IAsyncResult ar ) : void

메소드 상세

Dispose() 공개 메소드

Free the memory that is used by the icons.
public Dispose ( ) : void
리턴 void

FreeMemory() 공개 메소드

Free the memory that is used.
public FreeMemory ( ) : void
리턴 void

GUIListItem() 공개 메소드

The (empty) constructor of the GUIListItem.
public GUIListItem ( ) : System
리턴 System

GUIListItem() 공개 메소드

Creates a GUIListItem based on another GUIListItem.
public GUIListItem ( GUIListItem item ) : System
item GUIListItem The item on which the new item is based.
리턴 System

GUIListItem() 공개 메소드

Creates a GUIListItem.
public GUIListItem ( string strLabel ) : System
strLabel string The text of the first label of the item.
리턴 System

GUIListItem() 공개 메소드

public GUIListItem ( string aLabel, string aLabel2, string aPath, bool aIsFolder, MediaPortal.Util.FileInformation aFileInformation ) : System
aLabel string
aLabel2 string
aPath string
aIsFolder bool
aFileInformation MediaPortal.Util.FileInformation
리턴 System

ItemSelected() 공개 메소드

this method will raise the OnItemSelected() event to let any listener know that this item has been selected by the user in a list,thumbnail, filmstrip, or coverflow control
public ItemSelected ( GUIControl parent ) : void
parent GUIControl
리턴 void

RefreshCoverArt() 공개 메소드

public RefreshCoverArt ( ) : void
리턴 void

프로퍼티 상세

_bigIconName 보호되어 있는 프로퍼티

protected string _bigIconName
리턴 string

_duration 보호되어 있는 프로퍼티

protected int _duration
리턴 int

_dvdLabel 보호되어 있는 프로퍼티

protected string _dvdLabel
리턴 string

_folder 보호되어 있는 프로퍼티

protected string _folder
리턴 string

_hasProgressBar 보호되어 있는 프로퍼티

protected bool _hasProgressBar
리턴 bool

_imageBigPinIcon 보호되어 있는 프로퍼티

protected GUIImage,MediaPortal.GUI.Library _imageBigPinIcon
리턴 GUIImage

_imageIcon 보호되어 있는 프로퍼티

protected GUIImage,MediaPortal.GUI.Library _imageIcon
리턴 GUIImage

_imagePinIcon 보호되어 있는 프로퍼티

protected GUIImage,MediaPortal.GUI.Library _imagePinIcon
리턴 GUIImage

_isDownloading 보호되어 있는 프로퍼티

protected bool _isDownloading
리턴 bool

_isFolder 보호되어 있는 프로퍼티

protected bool _isFolder
리턴 bool

_isPlayed 보호되어 있는 프로퍼티

protected bool _isPlayed
리턴 bool

_isRemote 보호되어 있는 프로퍼티

protected bool _isRemote
리턴 bool

_isSelected 보호되어 있는 프로퍼티

protected bool _isSelected
리턴 bool

_label 보호되어 있는 프로퍼티

protected string _label
리턴 string

_label2 보호되어 있는 프로퍼티

protected string _label2
리턴 string

_label3 보호되어 있는 프로퍼티

protected string _label3
리턴 string

_progressBarPercentage 보호되어 있는 프로퍼티

protected int _progressBarPercentage
리턴 int

_smallIconName 보호되어 있는 프로퍼티

protected string _smallIconName
리턴 string

_thumbNailName 보호되어 있는 프로퍼티

protected string _thumbNailName
리턴 string

_thumbnailImage 보호되어 있는 프로퍼티

protected GUIImage,MediaPortal.GUI.Library _thumbnailImage
리턴 GUIImage