C# Class MediaPortal.GUI.Video.GUIVideoArtistInfo

Inheritance: MediaPortal.Dialogs.GUIDialogWindow
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Méthode Description
GUIVideoArtistInfo ( ) : System
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
PreInit ( ) : void
RenderLayer ( float timePassed ) : void
ShouldRenderLayer ( ) : bool

Méthodes protégées

Méthode Description
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageDestroy ( int newWindowId ) : void
OnPageLoad ( ) : void
OnShowContextMenu ( ) : void

Private Methods

Méthode Description
ExecuteSql ( string columnName, string columnData, GUIListItem item ) : void
GetDetails ( GUIListItem item ) : void
GetMovieDetails ( ) : void
GetPlotImdb ( GUIListItem item ) : string
GetSingleMovieDetails ( ) : void
GetThumbImdb ( GUIListItem item ) : string
ListItemMovieInfo ( GUIListItem item ) : MediaPortal.Video.Database.IMDBActor.IMDBActorMovie
LoadState ( ) : void
OnItemSelected ( GUIListItem item, GUIControl parent ) : void
OnMovieInfo ( GUIListItem item ) : void
OnRefreshMovie ( ) : void
OnRefreshSingleMovie ( ) : void
ReleaseResources ( ) : void
SaveCover ( string fileImgSource, string fileImgTargetL ) : void
SaveState ( ) : void
SelectItem ( ) : void
SetNewproperties ( ) : void
SetOldProperties ( ) : void
SetPlot ( GUIListItem item, string shortPlot ) : void
SetThumb ( GUIListItem &item, string thumb ) : void
ThreadMainGetDetails ( ) : void
ThreadMainGetSingleMovieDetails ( ) : void
Update ( ) : void

Method Details

GUIVideoArtistInfo() public méthode

public GUIVideoArtistInfo ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

OnClicked() protected méthode

protected OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
controlId int
control MediaPortal.GUI.Library.GUIControl
actionType MediaPortal.GUI.Library.Action
Résultat void

OnPageDestroy() protected méthode

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
Résultat void

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void

OnShowContextMenu() protected méthode

protected OnShowContextMenu ( ) : void
Résultat void

PreInit() public méthode

public PreInit ( ) : void
Résultat void

RenderLayer() public méthode

public RenderLayer ( float timePassed ) : void
timePassed float
Résultat void

ShouldRenderLayer() public méthode

public ShouldRenderLayer ( ) : bool
Résultat bool