C# Class MediaPortal.GUI.Video.GUIVideoTitle

Summary description for Class1.
Inheritance: MediaPortal.GUI.Video.GUIVideoBaseWindow
Show file Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
GUIVideoTitle ( ) : System
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

Protected Methods

Method Description
LoadDirectory ( string strNewDirectory ) : void
OnClick ( int itemIndex ) : void
OnInfo ( int itemIndex ) : void
OnPageDestroy ( int newWindowId ) : void
OnPageLoad ( ) : void
OnQueueItem ( int itemIndex ) : void
OnSearchNew ( ) : void
OnShowContextMenu ( ) : void
SetActorThumbs ( ArrayList itemlist ) : void
SetGenreThumbs ( ArrayList itemlist ) : void
SetItemThumb ( GUIListItem aItem, string aThumbPath ) : void
SetMovieCollectionThumbs ( ArrayList itemlist ) : void
SetUserGroupsThumbs ( ArrayList itemlist ) : void
SetView ( int selectedViewId ) : void
SetYearThumbs ( ArrayList itemlist ) : void

Private Methods

Method Description
DialogProtectedContent ( MediaPortal.Dialogs.GUIDialogMenu dlg ) : void
DoDeleteItem ( GUIListItem item ) : void
GetItemViewHistory ( string view, ArrayList mList, int currentLvl ) : void
GetNfoFiles ( string path, ArrayList &nfoFiles ) : void
GetProtectedShares ( ArrayList &shares ) : void
IsItemPinProtected ( GUIListItem item, MediaPortal.Util.VirtualDirectory vDir ) : bool
OnAddToCollection ( IMDBMovie movie, int itemIndex ) : void
OnAddToUserGroup ( IMDBMovie movie, int itemIndex ) : void
OnAddUserGroup ( ) : void
OnChangeSortTitle ( IMDBMovie movie, int itemIndex ) : void
OnContentLock ( ) : void
OnCreateNfoFile ( int movieId ) : void
OnCreateNfoFiles ( ) : void
OnDeleteItem ( GUIListItem item ) : void
OnItemSelected ( GUIListItem item, GUIControl parent ) : void
OnRemoveFromCollection ( IMDBMovie movie, int itemIndex ) : void
OnRemoveFromUserGroup ( IMDBMovie movie, int itemIndex ) : void
OnRemoveUserGroup ( string group ) : void
OnRenameTitle ( int itemIndex ) : void
OnResetSearch ( ) : void
OnSearchActor ( ) : void
OnSearchMovie ( ) : void
OnVideoArtistInfo ( MediaPortal.Video.Database.IMDBActor actor ) : void
ReleaseResources ( ) : void
RequestPin ( ) : bool
SelectItem ( ) : void
SetDefaultIcon ( GUIListItem listItem ) : void
SetIMDBThumbs ( ArrayList items ) : void
SetItemViewHistory ( ) : string
SetLabel ( GUIListItem item ) : void
SetMovieListGroupedBy ( GUIListItem item ) : string
SetPinLockProperties ( ) : void
SetRandomMovieId ( ArrayList mList ) : void
SetWhere ( string value, string field ) : string
ThreadSetActorsThumbs ( ) : void
ThreadSetIMDBThumbs ( ) : void

Method Details

GUIVideoTitle() public method

public GUIVideoTitle ( ) : System
return System

Init() public method

public Init ( ) : bool
return bool

LoadDirectory() protected method

protected LoadDirectory ( string strNewDirectory ) : void
strNewDirectory string
return void

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

OnClick() protected method

protected OnClick ( int itemIndex ) : void
itemIndex int
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

OnInfo() protected method

protected OnInfo ( int itemIndex ) : void
itemIndex int
return void

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

OnQueueItem() protected method

protected OnQueueItem ( int itemIndex ) : void
itemIndex 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

OnSearchNew() protected method

protected OnSearchNew ( ) : void
return void

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

SetActorThumbs() protected method

protected SetActorThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
return void

SetGenreThumbs() protected method

protected SetGenreThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
return void

SetItemThumb() protected method

protected SetItemThumb ( GUIListItem aItem, string aThumbPath ) : void
aItem MediaPortal.GUI.Library.GUIListItem
aThumbPath string
return void

SetMovieCollectionThumbs() protected method

protected SetMovieCollectionThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
return void

SetUserGroupsThumbs() protected method

protected SetUserGroupsThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
return void

SetView() protected method

protected SetView ( int selectedViewId ) : void
selectedViewId int
return void

SetYearThumbs() protected method

protected SetYearThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
return void