프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_bigIconName | string | ||
_duration | int | ||
_dvdLabel | string | ||
_folder | string | ||
_hasProgressBar | bool | ||
_imageBigPinIcon | |||
_imageIcon | |||
_imagePinIcon | |||
_isDownloading | bool | ||
_isFolder | bool | ||
_isPlayed | bool | ||
_isRemote | bool | ||
_isSelected | bool | ||
_label | string | ||
_label2 | string | ||
_label3 | string | ||
_progressBarPercentage | int | ||
_smallIconName | string | ||
_thumbNailName | string | ||
_thumbnailImage |
메소드 | 설명 | |
---|---|---|
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 ( |
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 ( |
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 ( |
||
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 |
public GUIListItem ( |
||
item | The item on which the new item is based. | |
리턴 | System |
public GUIListItem ( string strLabel ) : System | ||
strLabel | string | The text of the first label of the item. |
리턴 | System |
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 |
protected GUIImage,MediaPortal.GUI.Library _imageBigPinIcon | ||
리턴 |