C# Class TraktPlugin.GUI.GUINetwork

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

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
GUINetwork ( ) : 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
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 méthode

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