C# Class MediaPortal.Topbar.GUITopbar

Inheritance: MediaPortal.GUI.Library.GUIInternalOverlayWindow, IRenderLayer
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ShouldFocus ( MediaPortal.GUI.Library.Action action ) : bool

Method Details

CheckFocus() public méthode

public CheckFocus ( ) : void
Résultat void

DoesPostRender() public méthode

public DoesPostRender ( ) : bool
Résultat bool

GUITopbar() public méthode

public GUITopbar ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

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

PostRender() public méthode

public PostRender ( float timePassed, int iLayer ) : void
timePassed float
iLayer int
Résultat void

PreInit() public méthode

public PreInit ( ) : void
Résultat void

Render() public méthode

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

RenderLayer() public méthode

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

ShouldFocus() protected méthode

protected ShouldFocus ( MediaPortal.GUI.Library.Action action ) : bool
action MediaPortal.GUI.Library.Action
Résultat bool

ShouldRenderLayer() public méthode

public ShouldRenderLayer ( ) : bool
Résultat bool