C# Class MediaPortal.GUI.Video.GUIVideoInfo

Inheritance: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer, IMDB.IProgress
Datei anzeigen Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method Description
GUIVideoInfo ( ) : System
GetStringFromKeyboard ( string &strLine ) : void
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnActorInfoStarting ( IMDBFetcher fetcher ) : bool
OnActorsEnd ( IMDBFetcher fetcher ) : bool
OnActorsStarted ( IMDBFetcher fetcher ) : bool
OnActorsStarting ( IMDBFetcher fetcher ) : bool
OnDetailsEnd ( IMDBFetcher fetcher ) : bool
OnDetailsNotFound ( IMDBFetcher fetcher ) : bool
OnDetailsStarted ( IMDBFetcher fetcher ) : bool
OnDetailsStarting ( IMDBFetcher fetcher ) : bool
OnDisableCancel ( IMDBFetcher fetcher ) : bool
OnMovieNotFound ( IMDBFetcher fetcher ) : bool
OnProgress ( string line1, string line2, string line3, int percent ) : void
OnRequestMovieTitle ( IMDBFetcher fetcher, string &movieName ) : bool
OnScanEnd ( ) : bool
OnScanIterated ( int count ) : bool
OnScanIterating ( int count ) : bool
OnScanStart ( int total ) : bool
OnSearchEnd ( IMDBFetcher fetcher ) : bool
OnSearchStarted ( IMDBFetcher fetcher ) : bool
OnSearchStarting ( IMDBFetcher fetcher ) : bool
OnSelectActor ( IMDBFetcher fetcher, int &selectedActor ) : bool
OnSelectMovie ( IMDBFetcher fetcher, int &selectedMovie ) : bool
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
CheckForNfoFile ( string videoFile ) : bool
GetPage ( string strUrl, string strEncode, string &absoluteUri ) : string
LoadState ( ) : void
OnCoverImagesDownloaded ( string aThumbArray ) : void
OnCoverRefresh ( ) : void
OnCreateNfoFile ( ) : void
OnFanartRefresh ( ) : void
OnItemSelected ( GUIListItem item, GUIControl parent ) : void
OnVideoArtistInfo ( MediaPortal.Video.Database.IMDBActor actor, bool refresh ) : void
PlayMovie ( ) : void
Refresh ( ) : void
RefreshImdbData ( ) : void
ReleaseResources ( ) : void
RenameTitle ( ) : void
ResetSpinControl ( ) : void
SaveState ( ) : void
SearchImages ( ) : void
SelectItem ( ) : void
SetActorGUIListItems ( ) : void
SetProperties ( ) : void
ShowActors ( bool update ) : void
ThreadFanartRefresh ( ) : void
ThreadSearchImages ( ) : void
Update ( ) : void
UpdateMovieAfterRefresh ( ) : void
VdbParserStringVideoInfo ( ) : string[]

Method Details

GUIVideoInfo() public method

public GUIVideoInfo ( ) : System
return System

GetStringFromKeyboard() public static method

public static GetStringFromKeyboard ( string &strLine ) : void
strLine string
return void

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

OnActorInfoStarting() public method

public OnActorInfoStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnActorsEnd() public method

public OnActorsEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnActorsStarted() public method

public OnActorsStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnActorsStarting() public method

public OnActorsStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

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

OnDetailsEnd() public method

public OnDetailsEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnDetailsNotFound() public method

public OnDetailsNotFound ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnDetailsStarted() public method

public OnDetailsStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnDetailsStarting() public method

public OnDetailsStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnDisableCancel() public method

public OnDisableCancel ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnMovieNotFound() public method

public OnMovieNotFound ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnPageDestroy() protected method

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

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void

OnProgress() public method

public OnProgress ( string line1, string line2, string line3, int percent ) : void
line1 string
line2 string
line3 string
percent int
return void

OnRequestMovieTitle() public method

public OnRequestMovieTitle ( IMDBFetcher fetcher, string &movieName ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
movieName string
return bool

OnScanEnd() public method

public OnScanEnd ( ) : bool
return bool

OnScanIterated() public method

public OnScanIterated ( int count ) : bool
count int
return bool

OnScanIterating() public method

public OnScanIterating ( int count ) : bool
count int
return bool

OnScanStart() public method

public OnScanStart ( int total ) : bool
total int
return bool

OnSearchEnd() public method

public OnSearchEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnSearchStarted() public method

public OnSearchStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnSearchStarting() public method

public OnSearchStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
return bool

OnSelectActor() public method

public OnSelectActor ( IMDBFetcher fetcher, int &selectedActor ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
selectedActor int
return bool

OnSelectMovie() public method

public OnSelectMovie ( IMDBFetcher fetcher, int &selectedMovie ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
selectedMovie int
return bool

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