C# 클래스 MediaPortal.GUI.Video.GUIVideoInfo

상속: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer, IMDB.IProgress
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageDestroy ( int newWindowId ) : void
OnPageLoad ( ) : void
OnShowContextMenu ( ) : void

비공개 메소드들

메소드 설명
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[]

메소드 상세

GUIVideoInfo() 공개 메소드

public GUIVideoInfo ( ) : System
리턴 System

GetStringFromKeyboard() 공개 정적인 메소드

public static GetStringFromKeyboard ( string &strLine ) : void
strLine string
리턴 void

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

OnAction() 공개 메소드

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

OnActorInfoStarting() 공개 메소드

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

OnActorsEnd() 공개 메소드

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

OnActorsStarted() 공개 메소드

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

OnActorsStarting() 공개 메소드

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

OnClicked() 보호된 메소드

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

OnDetailsEnd() 공개 메소드

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

OnDetailsNotFound() 공개 메소드

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

OnDetailsStarted() 공개 메소드

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

OnDetailsStarting() 공개 메소드

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

OnDisableCancel() 공개 메소드

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

OnMovieNotFound() 공개 메소드

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

OnPageDestroy() 보호된 메소드

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
리턴 void

OnPageLoad() 보호된 메소드

protected OnPageLoad ( ) : void
리턴 void

OnProgress() 공개 메소드

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

OnRequestMovieTitle() 공개 메소드

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

OnScanEnd() 공개 메소드

public OnScanEnd ( ) : bool
리턴 bool

OnScanIterated() 공개 메소드

public OnScanIterated ( int count ) : bool
count int
리턴 bool

OnScanIterating() 공개 메소드

public OnScanIterating ( int count ) : bool
count int
리턴 bool

OnScanStart() 공개 메소드

public OnScanStart ( int total ) : bool
total int
리턴 bool

OnSearchEnd() 공개 메소드

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

OnSearchStarted() 공개 메소드

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

OnSearchStarting() 공개 메소드

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

OnSelectActor() 공개 메소드

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

OnSelectMovie() 공개 메소드

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

OnShowContextMenu() 보호된 메소드

protected OnShowContextMenu ( ) : void
리턴 void

PreInit() 공개 메소드

public PreInit ( ) : void
리턴 void

RenderLayer() 공개 메소드

public RenderLayer ( float timePassed ) : void
timePassed float
리턴 void

ShouldRenderLayer() 공개 메소드

public ShouldRenderLayer ( ) : bool
리턴 bool