C# Class TvPlugin.TvZapOsd

Inheritance: MediaPortal.GUI.Library.GUIInternalWindow
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : bool
NeedRefresh ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnMessage ( GUIMessage message ) : bool
Render ( float timePassed ) : void
ResetAllControls ( ) : void
TvZapOsd ( ) : System
UpdateChannelInfo ( ) : void

Méthodes protégées

Méthode Description
OnPageDestroy ( int newWindowId ) : void
OnPageLoad ( ) : void

Private Methods

Méthode Description
GetChannelName ( ) : string
GetChannelNumber ( ) : string
GetIdChannel ( ) : int
Get_TimeInfo ( ) : void
OnNextChannel ( ) : void
OnPreviousChannel ( ) : void
SetCurrentChannelLogo ( ) : void
ShowPrograms ( ) : void
UpdateProgressBar ( ) : void

Method Details

Init() public méthode

public Init ( ) : bool
Résultat bool

NeedRefresh() public méthode

public NeedRefresh ( ) : bool
Résultat bool

OnAction() public méthode

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

OnMessage() public méthode

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

OnPageDestroy() protected méthode

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
Résultat void

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void

Render() public méthode

public Render ( float timePassed ) : void
timePassed float
Résultat void

ResetAllControls() public méthode

public ResetAllControls ( ) : void
Résultat void

TvZapOsd() public méthode

public TvZapOsd ( ) : System
Résultat System

UpdateChannelInfo() public méthode

public UpdateChannelInfo ( ) : void
Résultat void