C# Class TraktPlugin.GUI.GUIRecentShouts

Inheritance: MediaPortal.GUI.Library.GUIWindow
Exibir arquivo Open project: trakt/Trakt-for-Mediaportal

Private Properties

Property Type Description
ClearProperties void
GetCommentItemTitle string
GetCommentText string
GetContextMenuItemsForComment List
GetTmdbImage GUITmdbImage
InitProperties void
LoadRecentComments void
OnCommentSelected void
PlayCommentItem void
PublishCommentSkinProperties void
SendRecentCommentsToFacade void

Public Methods

Method Description
GUIRecentShouts ( ) : 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
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 method

public GUIRecentShouts ( ) : 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 MediaPortal.GUI.Library.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