C# Class TraktPlugin.GUI.GUIRecentShouts

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

Private Properties

Свойство Type Description
ClearProperties void
GetCommentItemTitle string
GetCommentText string
GetContextMenuItemsForComment List
GetTmdbImage GUITmdbImage
InitProperties void
LoadRecentComments void
OnCommentSelected void
PlayCommentItem void
PublishCommentSkinProperties void
SendRecentCommentsToFacade void

Méthodes publiques

Méthode Description
GUIRecentShouts ( ) : 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
ClearProperties ( ) : void
GetCommentItemTitle ( TraktCommentItem comment ) : string
GetCommentText ( TraktCommentItem item ) : string
GetContextMenuItemsForComment ( TraktCommentItem commentItem ) : List
GetTmdbImage ( TraktCommentItem comment ) : GUITmdbImage
InitProperties ( ) : void
LoadRecentComments ( ) : void
OnCommentSelected ( GUIListItem item, GUIControl parent ) : void
PlayCommentItem ( bool jumpTo ) : void
PublishCommentSkinProperties ( TraktCommentItem item ) : void
SendRecentCommentsToFacade ( IEnumerable comments ) : void

Method Details

GUIRecentShouts() public méthode

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