C# Class MediaPortal.GUI.Video.GUIVideoTitle

Summary description for Class1.
Inheritance: MediaPortal.GUI.Video.GUIVideoBaseWindow
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public GUIVideoTitle ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

LoadDirectory() protected méthode

protected LoadDirectory ( string strNewDirectory ) : void
strNewDirectory string
Résultat void

OnAction() public méthode

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

OnActorInfoStarting() public méthode

public OnActorInfoStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnActorsEnd() public méthode

public OnActorsEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnActorsStarted() public méthode

public OnActorsStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnActorsStarting() public méthode

public OnActorsStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnClick() protected méthode

protected OnClick ( int itemIndex ) : void
itemIndex int
Résultat void

OnDetailsEnd() public méthode

public OnDetailsEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnDetailsNotFound() public méthode

public OnDetailsNotFound ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnDetailsStarted() public méthode

public OnDetailsStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnDetailsStarting() public méthode

public OnDetailsStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnDisableCancel() public méthode

public OnDisableCancel ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnInfo() protected méthode

protected OnInfo ( int itemIndex ) : void
itemIndex int
Résultat void

OnMovieNotFound() public méthode

public OnMovieNotFound ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnPageDestroy() protected méthode

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

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void

OnProgress() public méthode

public OnProgress ( string line1, string line2, string line3, int percent ) : void
line1 string
line2 string
line3 string
percent int
Résultat void

OnQueueItem() protected méthode

protected OnQueueItem ( int itemIndex ) : void
itemIndex int
Résultat void

OnRequestMovieTitle() public méthode

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

OnScanEnd() public méthode

public OnScanEnd ( ) : bool
Résultat bool

OnScanIterated() public méthode

public OnScanIterated ( int count ) : bool
count int
Résultat bool

OnScanIterating() public méthode

public OnScanIterating ( int count ) : bool
count int
Résultat bool

OnScanStart() public méthode

public OnScanStart ( int total ) : bool
total int
Résultat bool

OnSearchEnd() public méthode

public OnSearchEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnSearchNew() protected méthode

protected OnSearchNew ( ) : void
Résultat void

OnSearchStarted() public méthode

public OnSearchStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnSearchStarting() public méthode

public OnSearchStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Résultat bool

OnSelectActor() public méthode

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

OnSelectMovie() public méthode

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

OnShowContextMenu() protected méthode

protected OnShowContextMenu ( ) : void
Résultat void

SetActorThumbs() protected méthode

protected SetActorThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
Résultat void

SetGenreThumbs() protected méthode

protected SetGenreThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
Résultat void

SetItemThumb() protected méthode

protected SetItemThumb ( GUIListItem aItem, string aThumbPath ) : void
aItem MediaPortal.GUI.Library.GUIListItem
aThumbPath string
Résultat void

SetMovieCollectionThumbs() protected méthode

protected SetMovieCollectionThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
Résultat void

SetUserGroupsThumbs() protected méthode

protected SetUserGroupsThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
Résultat void

SetView() protected méthode

protected SetView ( int selectedViewId ) : void
selectedViewId int
Résultat void

SetYearThumbs() protected méthode

protected SetYearThumbs ( ArrayList itemlist ) : void
itemlist System.Collections.ArrayList
Résultat void