C# Class MediaPortal.GUI.Library.GUIActionGroup

Summary description for GUIExpandingGroup.
Inheritance: GUIGroup
Show file Open project: MediaPortal/MediaPortal-1

Protected Properties

Property Type Description
_buttonState NextButtonStates
_imageFocused GUIAnimation
_imageNonFocused GUIAnimation
_isOverlayAllowed bool
_isWinOverlayAllowed bool
_parentWin GUIWindow

Public Methods

Method 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

Protected Methods

Method Description
SetDefaultControl ( ) : void

Method Details

AllocResources() public method

Allocates the control its DirectX resources.
public AllocResources ( ) : void
return void

Dispose() public method

Frees the control its DirectX resources.
public Dispose ( ) : void
return void

FinalizeConstruction() public method

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
return void

GUIActionGroup() public method

public GUIActionGroup ( int parentId ) : System
parentId int
return System

HitTest() public method

public HitTest ( int x, int y, int &controlID, bool &focused ) : bool
x int
y int
controlID int
focused bool
return bool

OnDeInit() public method

public OnDeInit ( ) : void
return void

OnInit() public method

public OnInit ( ) : void
return void

Render() public method

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

ScaleToScreenResolution() public method

public ScaleToScreenResolution ( ) : void
return void

SetDefaultControl() protected method

protected SetDefaultControl ( ) : void
return void

Property Details

_buttonState protected property

protected NextButtonStates _buttonState
return NextButtonStates

_imageFocused protected property

protected GUIAnimation,MediaPortal.GUI.Library _imageFocused
return GUIAnimation

_imageNonFocused protected property

protected GUIAnimation,MediaPortal.GUI.Library _imageNonFocused
return GUIAnimation

_isOverlayAllowed protected property

protected bool _isOverlayAllowed
return bool

_isWinOverlayAllowed protected property

protected bool _isWinOverlayAllowed
return bool

_parentWin protected property

protected GUIWindow,MediaPortal.GUI.Library _parentWin
return GUIWindow