C# Class Cornerstone.MP.GUIGeneralRating

Inheritance: MediaPortal.Dialogs.GUIDialogWindow
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Свойство Type Description
_displayStars StarDisplay

Méthodes publiques

Méthode Description
DoModal ( int ParentID ) : void
GUIGeneralRating ( ) : System
Init ( ) : bool
OnAction ( MediaPortal 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 actionType ) : void

Private Methods

Méthode Description
GetRatingDescription ( ) : string
UpdateRating ( ) : void
UpdateStarVisibility ( ) : void

Method Details

DoModal() public méthode

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

GUIGeneralRating() public méthode

public GUIGeneralRating ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

public OnAction ( MediaPortal action ) : void
action MediaPortal
Résultat void

OnClicked() protected méthode

protected OnClicked ( int controlId, GUIControl control, MediaPortal actionType ) : void
controlId int
control MediaPortal.GUI.Library.GUIControl
actionType MediaPortal
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

Property Details

_displayStars public_oe property

public StarDisplay _displayStars
Résultat StarDisplay