C# Class TraktPlugin.GUI.GUIRecommendationsShows

Inheritance: MediaPortal.GUI.Library.GUIWindow
Mostrar archivo Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
ClearCache ( ) : void
GUIRecommendationsShows ( ) : System
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void

Protected Methods

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

Private Methods

Method 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 method

public static ClearCache ( ) : void
return void

GUIRecommendationsShows() public method

public GUIRecommendationsShows ( ) : System
return System

Init() public method

public Init ( ) : bool
return bool

OnAction() public method

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

OnClicked() protected method

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

OnPageDestroy() protected method

protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
return void

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void

OnShowContextMenu() protected method

protected OnShowContextMenu ( ) : void
return void