C# Class MediaPortal.GUI.Video.GUIVideoArtistInfo

Inheritance: MediaPortal.Dialogs.GUIDialogWindow
Datei anzeigen Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

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

Protected Methods

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

Private Methods

Method 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 method

public GUIVideoArtistInfo ( ) : System
return System

Init() public method

public Init ( ) : bool
return bool

OnAction() public method

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
return void

OnClicked() protected method

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

OnPageDestroy() protected method

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
return void

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void

OnShowContextMenu() protected method

protected OnShowContextMenu ( ) : void
return void

PreInit() public method

public PreInit ( ) : void
return void

RenderLayer() public method

public RenderLayer ( float timePassed ) : void
timePassed float
return void

ShouldRenderLayer() public method

public ShouldRenderLayer ( ) : bool
return bool