C# Class TraktPlugin.GUI.GUINetwork

Inheritance: MediaPortal.GUI.Library.GUIWindow
显示文件 Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Private Properties

Property Type Description
ApproveFollowerRequest void
ClearCache void
ClearProperties void
DenyFollowerRequest void
FollowUser void
GetViewTypeName string
InitProperties void
LoadActivityTypes void
LoadFollowerList void
LoadFollowerRequestList void
LoadFollowingList void
LoadFriendList void
LoadView void
OnActivityTypeSelected void
OnUserSelected void
PublishUserSkinProperties void
SearchForUser void
SendFollowerRequestsToFacade void
SendFollowerToFacade void
SendFollowingToFacade void
SendFriendsToFacade void
SetCurrentView void
ShowViewMenu void
UnfollowUser void

Public Methods

Method Description
GUINetwork ( ) : 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
ApproveFollowerRequest ( int id, bool followBack = false ) : void
ClearCache ( ) : void
ClearProperties ( ) : void
DenyFollowerRequest ( int id ) : void
FollowUser ( TraktUser user ) : void
GetViewTypeName ( View viewType ) : string
InitProperties ( ) : void
LoadActivityTypes ( ) : void
LoadFollowerList ( ) : void
LoadFollowerRequestList ( ) : void
LoadFollowingList ( ) : void
LoadFriendList ( ) : void
LoadView ( ) : void
OnActivityTypeSelected ( GUIListItem item, GUIControl parent ) : void
OnUserSelected ( GUIListItem item, GUIControl parent ) : void
PublishUserSkinProperties ( TraktUserSummary user ) : void
SearchForUser ( ) : void
SendFollowerRequestsToFacade ( IEnumerable requests ) : void
SendFollowerToFacade ( IEnumerable followers ) : void
SendFollowingToFacade ( IEnumerable following ) : void
SendFriendsToFacade ( IEnumerable friends ) : void
SetCurrentView ( ) : void
ShowViewMenu ( ) : void
UnfollowUser ( TraktUser user ) : void

Method Details

GUINetwork() public method

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