C# Class TraktPlugin.GUI.GUISettingsPlugins

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

Private Properties

Свойство Type Description
InitProperties bool

Méthodes publiques

Méthode Description
GUISettingsPlugins ( ) : System
Init ( ) : bool

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

Private Methods

Méthode Description
InitProperties ( ) : bool

Method Details

GUISettingsPlugins() public méthode

public GUISettingsPlugins ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

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