C# Class TraktPlugin.GUI.GUITrendingShows

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

Private Properties

Свойство Type Description
CheckAndPlayEpisode void
ClearProperties void
GetTrendingShows TraktPlugin.TraktAPI.DataStructures.TraktShowsTrending
InitProperties void
LoadTrendingShows void
OnNextPageSelected void
OnPreviousPageSelected void
OnShowSelected void
PublishShowSkinProperties void
SendTrendingShowsToFacade void
UpdateButtonState void

Méthodes publiques

Méthode Description
GUITrendingShows ( ) : 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 ( bool showsOnly = false ) : void
GetTrendingShows ( int page ) : TraktShowsTrending
InitProperties ( ) : void
LoadTrendingShows ( int page = 1 ) : void
OnNextPageSelected ( GUIListItem item, GUIControl control ) : void
OnPreviousPageSelected ( GUIListItem item, GUIControl control ) : void
OnShowSelected ( GUIListItem item, GUIControl parent ) : void
PublishShowSkinProperties ( TraktShowTrending trendingItem ) : void
SendTrendingShowsToFacade ( TraktShowsTrending trendingItems ) : void
UpdateButtonState ( ) : void

Method Details

GUITrendingShows() public méthode

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