C# Class TvPlugin.TvOsd

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
TvOsd ( ) : System
UpdateChannelInfo ( ) : void

Private Methods

Méthode Description
CanStopTimeshifting ( ) : bool
FocusControl ( int dwSenderId, int dwControlID, int dwParam ) : void
GetChannel ( ) : TvDatabase.Channel
GetChannelName ( ) : string
GetSliderValue ( int iControlID ) : float
Get_TimeInfo ( ) : void
Handle_ControlSetting ( int iControlID, long wID ) : void
HideControl ( int dwSenderId, int dwControlID ) : void
OnNextChannel ( ) : void
OnPreviousChannel ( ) : void
PopulateAudioStreams ( ) : void
PopulateSubTitles ( ) : void
Reset ( ) : void
SetCheckmarkValue ( bool bValue, int iControlID ) : void
SetCurrentChannelLogo ( ) : void
SetRecorderStatus ( ) : void
SetRecorderStatus ( bool forced ) : void
SetSliderValue ( float fMin, float fMax, float fValue, int iControlID ) : void
SetVideoProgress ( ) : void
ShowControl ( int dwSenderId, int dwControlID ) : void
ShowPrograms ( ) : void
ToggleButton ( int iButtonID, bool bSelected ) : void
ToggleSubMenu ( int iButtonID, int iBackID ) : void
UpdateGammaContrastBrightness ( ) : void
UpdatePostProcessing ( ) : 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

Render() public méthode

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

ResetAllControls() public méthode

public ResetAllControls ( ) : void
Résultat void

TvOsd() public méthode

public TvOsd ( ) : System
Résultat System

UpdateChannelInfo() public méthode

public UpdateChannelInfo ( ) : void
Résultat void