C# Class TvPlugin.TvOsd

Inheritance: MediaPortal.GUI.Library.GUIInternalWindow
Mostrar archivo Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method 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

Method 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 method

public Init ( ) : bool
return bool

NeedRefresh() public method

public NeedRefresh ( ) : bool
return bool

OnAction() public method

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
return void

OnMessage() public method

public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
return bool

Render() public method

public Render ( float timePassed ) : void
timePassed float
return void

ResetAllControls() public method

public ResetAllControls ( ) : void
return void

TvOsd() public method

public TvOsd ( ) : System
return System

UpdateChannelInfo() public method

public UpdateChannelInfo ( ) : void
return void