C# Class MediaPortal.GUI.Library.GUIActionGroup

Summary description for GUIExpandingGroup.
Inheritance: GUIGroup
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Protected Properties

Свойство Type Description
_buttonState NextButtonStates
_imageFocused GUIAnimation
_imageNonFocused GUIAnimation
_isOverlayAllowed bool
_isWinOverlayAllowed bool
_parentWin GUIWindow

Méthodes publiques

Méthode Description
AllocResources ( ) : void

Allocates the control its DirectX resources.

Dispose ( ) : void

Frees the control its DirectX resources.

FinalizeConstruction ( ) : void

This method gets called when the control is created and all properties has been set It allows the control todo any initialization

GUIActionGroup ( int parentId ) : System
HitTest ( int x, int y, int &controlID, bool &focused ) : bool
OnDeInit ( ) : void
OnInit ( ) : void
Render ( float timePassed ) : void
ScaleToScreenResolution ( ) : void

Méthodes protégées

Méthode Description
SetDefaultControl ( ) : void

Method Details

AllocResources() public méthode

Allocates the control its DirectX resources.
public AllocResources ( ) : void
Résultat void

Dispose() public méthode

Frees the control its DirectX resources.
public Dispose ( ) : void
Résultat void

FinalizeConstruction() public méthode

This method gets called when the control is created and all properties has been set It allows the control todo any initialization
public FinalizeConstruction ( ) : void
Résultat void

GUIActionGroup() public méthode

public GUIActionGroup ( int parentId ) : System
parentId int
Résultat System

HitTest() public méthode

public HitTest ( int x, int y, int &controlID, bool &focused ) : bool
x int
y int
controlID int
focused bool
Résultat bool

OnDeInit() public méthode

public OnDeInit ( ) : void
Résultat void

OnInit() public méthode

public OnInit ( ) : void
Résultat void

Render() public méthode

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

ScaleToScreenResolution() public méthode

public ScaleToScreenResolution ( ) : void
Résultat void

SetDefaultControl() protected méthode

protected SetDefaultControl ( ) : void
Résultat void

Property Details

_buttonState protected_oe property

protected NextButtonStates _buttonState
Résultat NextButtonStates

_imageFocused protected_oe property

protected GUIAnimation,MediaPortal.GUI.Library _imageFocused
Résultat GUIAnimation

_imageNonFocused protected_oe property

protected GUIAnimation,MediaPortal.GUI.Library _imageNonFocused
Résultat GUIAnimation

_isOverlayAllowed protected_oe property

protected bool _isOverlayAllowed
Résultat bool

_isWinOverlayAllowed protected_oe property

protected bool _isWinOverlayAllowed
Résultat bool

_parentWin protected_oe property

protected GUIWindow,MediaPortal.GUI.Library _parentWin
Résultat GUIWindow