C# Class TraktPlugin.GUI.GUIListItems

Inheritance: MediaPortal.GUI.Library.GUIWindow
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Private Properties

Свойство Type Description
AddItemToCollection void
AddItemToWatchList void
AddItemToWatchedHistory void
CheckAndPlayEpisode void
CheckAndPlayMovie void
ClearProperties void
GetListItemLabel string
GetListItemSecondLabel string
GetSyncItems TraktPlugin.TraktAPI.DataStructures.TraktSyncAll
GetTmdbImage GUITmdbImage
InitProperties void
ListItemMatch bool
LoadListItems void
OnItemSelected void
PublishEpisodeSkinProperties void
PublishMovieSkinProperties void
PublishPersonSkinProperties void
PublishSeasonSkinProperties void
PublishShowSkinProperties void
RateItem void
RemoveItemFromCollection void
RemoveItemFromWatchList void
RemoveItemFromWatchedHistory void
SendListItemsToFacade void

Méthodes publiques

Méthode Description
GUIListItems ( ) : System
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void

Méthodes protégées

Méthode Description
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
OnPageDestroy ( int new_windowId ) : void
OnPageLoad ( ) : void
OnShowContextMenu ( ) : void

Private Methods

Méthode Description
AddItemToCollection ( TraktListItem item ) : void
AddItemToWatchList ( TraktListItem item ) : void
AddItemToWatchedHistory ( TraktListItem item ) : void
CheckAndPlayEpisode ( bool jumpTo ) : void
CheckAndPlayMovie ( bool jumpTo ) : void
ClearProperties ( ) : void
GetListItemLabel ( TraktListItem listItem ) : string
GetListItemSecondLabel ( TraktListItem listItem ) : string
GetSyncItems ( TraktListItem listItem ) : TraktSyncAll
GetTmdbImage ( TraktListItem listItem ) : GUITmdbImage
InitProperties ( ) : void
ListItemMatch ( TraktListItem currentItem, TraktListItem itemToMatch ) : bool
LoadListItems ( ) : void
OnItemSelected ( GUIListItem item, GUIControl parent ) : void
PublishEpisodeSkinProperties ( TraktListItem item ) : void
PublishMovieSkinProperties ( TraktListItem item ) : void
PublishPersonSkinProperties ( TraktListItem item ) : void
PublishSeasonSkinProperties ( TraktListItem item ) : void
PublishShowSkinProperties ( TraktListItem item ) : void
RateItem ( TraktListItem item ) : void
RemoveItemFromCollection ( TraktListItem item ) : void
RemoveItemFromWatchList ( TraktListItem item ) : void
RemoveItemFromWatchedHistory ( TraktListItem item ) : void
SendListItemsToFacade ( IEnumerable listItems ) : void

Method Details

GUIListItems() public méthode

public GUIListItems ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

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

OnClicked() protected méthode

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

OnPageDestroy() protected méthode

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

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void

OnShowContextMenu() protected méthode

protected OnShowContextMenu ( ) : void
Résultat void