C# Class TraktPlugin.GUI.GUIRecommendationsShows

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

Private Properties

Свойство Type Description
CheckAndPlayEpisode void
ClearProperties void
DismissRecommendation void
GetEndYearTitle string
GetStartYearTitle string
InitProperties void
LoadRecommendedShows void
OnShowSelected void
PublishShowSkinProperties void
ReloadRecommendations void
SendRecommendedShowsToFacade void
SetRecommendationProperties void
ShowGenreMenu void
UpdateButtonState void

Méthodes publiques

Méthode Description
ClearCache ( ) : void
GUIRecommendationsShows ( ) : 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
CheckAndPlayEpisode ( bool jumpTo ) : void
ClearProperties ( ) : void
DismissRecommendation ( TraktShow show ) : void
GetEndYearTitle ( int endYear ) : string
GetStartYearTitle ( int startYear ) : string
InitProperties ( ) : void
LoadRecommendedShows ( ) : void
OnShowSelected ( GUIListItem item, GUIControl parent ) : void
PublishShowSkinProperties ( TraktShowSummary show ) : void
ReloadRecommendations ( ) : void
SendRecommendedShowsToFacade ( IEnumerable shows ) : void
SetRecommendationProperties ( ) : void
ShowGenreMenu ( ) : void
UpdateButtonState ( ) : void

Method Details

ClearCache() public static méthode

public static ClearCache ( ) : void
Résultat void

GUIRecommendationsShows() public méthode

public GUIRecommendationsShows ( ) : 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 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