C# Class MediaPortal.Topbar.GUITopbar

Inheritance: MediaPortal.GUI.Library.GUIInternalOverlayWindow, IRenderLayer
Mostrar archivo Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
CheckFocus ( ) : void
DoesPostRender ( ) : bool
GUITopbar ( ) : System
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
PostRender ( float timePassed, int iLayer ) : void
PreInit ( ) : void
Render ( float timePassed ) : void
RenderLayer ( float timePassed ) : void
ShouldRenderLayer ( ) : bool

Protected Methods

Method Description
ShouldFocus ( MediaPortal.GUI.Library.Action action ) : bool

Method Details

CheckFocus() public method

public CheckFocus ( ) : void
return void

DoesPostRender() public method

public DoesPostRender ( ) : bool
return bool

GUITopbar() public method

public GUITopbar ( ) : System
return System

Init() public method

public Init ( ) : bool
return bool

OnAction() public method

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

PostRender() public method

public PostRender ( float timePassed, int iLayer ) : void
timePassed float
iLayer int
return void

PreInit() public method

public PreInit ( ) : void
return void

Render() public method

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

RenderLayer() public method

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

ShouldFocus() protected method

protected ShouldFocus ( MediaPortal.GUI.Library.Action action ) : bool
action MediaPortal.GUI.Library.Action
return bool

ShouldRenderLayer() public method

public ShouldRenderLayer ( ) : bool
return bool