C# Class TraktPlugin.GUI.GUILists

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

Private Properties

Свойство Type Description
CopyList void
CreateList void
DeleteList void
EditList void
InitProperties void
LoadLists void
OnItemSelected void
PublishListProperties void
SendListsToFacade void

Méthodes publiques

Méthode Description
GUILists ( ) : 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
CopyList ( TraktListDetail sourceList, TraktListDetail newList ) : void
CreateList ( TraktList list ) : void
DeleteList ( TraktListDetail list ) : void
EditList ( TraktListDetail list ) : void
InitProperties ( ) : void
LoadLists ( ) : void
OnItemSelected ( GUIListItem item, GUIControl parent ) : void
PublishListProperties ( TraktListDetail list ) : void
SendListsToFacade ( IEnumerable lists ) : void

Method Details

GUILists() public méthode

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