C# Class TraktPlugin.GUI.GUIDialogPinCode

Inheritance: MediaPortal.Dialogs.GUIDialogWindow
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Méthodes publiques

Méthode Description
DoModal ( int ParentID ) : void
GUIDialogPinCode ( ) : System.Threading
GetModuleName ( ) : string

MediaPortal will set #currentmodule with GetModuleName()

Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnMessage ( GUIMessage message ) : bool
Reset ( ) : void
SetHeading ( string HeadingLine ) : void
SetLine ( int LineNr, string Line ) : void

Méthodes protégées

Méthode Description
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void

Private Methods

Méthode Description
ClearPinCode ( ) : void
ConfirmPinCode ( ) : void
UpdatePinCode ( int pinLength ) : void

Method Details

DoModal() public méthode

public DoModal ( int ParentID ) : void
ParentID int
Résultat void

GUIDialogPinCode() public méthode

public GUIDialogPinCode ( ) : System.Threading
Résultat System.Threading

GetModuleName() public méthode

MediaPortal will set #currentmodule with GetModuleName()
public GetModuleName ( ) : string
Résultat string

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

OnMessage() public méthode

public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

SetHeading() public méthode

public SetHeading ( string HeadingLine ) : void
HeadingLine string
Résultat void

SetLine() public méthode

public SetLine ( int LineNr, string Line ) : void
LineNr int
Line string
Résultat void