Property | Type | Description | |
---|---|---|---|
_buttonState | NextButtonStates | ||
_imageFocused | |||
_imageNonFocused | |||
_isOverlayAllowed | bool | ||
_isWinOverlayAllowed | bool | ||
_parentWin |
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 |
Method | Description | |
---|---|---|
SetDefaultControl ( ) : void |
public GUIActionGroup ( int parentId ) : System | ||
parentId | int | |
return | System |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
return | bool |
protected GUIAnimation,MediaPortal.GUI.Library _imageFocused | ||
return |
protected GUIAnimation,MediaPortal.GUI.Library _imageNonFocused | ||
return |