C# 클래스 MediaPortal.GUI.Library.GUIActionGroup

Summary description for GUIExpandingGroup.
상속: GUIGroup
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

보호된 프로퍼티들

프로퍼티 타입 설명
_buttonState NextButtonStates
_imageFocused GUIAnimation
_imageNonFocused GUIAnimation
_isOverlayAllowed bool
_isWinOverlayAllowed bool
_parentWin GUIWindow

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SetDefaultControl ( ) : void

메소드 상세

AllocResources() 공개 메소드

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

Dispose() 공개 메소드

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

FinalizeConstruction() 공개 메소드

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
리턴 void

GUIActionGroup() 공개 메소드

public GUIActionGroup ( int parentId ) : System
parentId int
리턴 System

HitTest() 공개 메소드

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

OnDeInit() 공개 메소드

public OnDeInit ( ) : void
리턴 void

OnInit() 공개 메소드

public OnInit ( ) : void
리턴 void

Render() 공개 메소드

public Render ( float timePassed ) : void
timePassed float
리턴 void

ScaleToScreenResolution() 공개 메소드

public ScaleToScreenResolution ( ) : void
리턴 void

SetDefaultControl() 보호된 메소드

protected SetDefaultControl ( ) : void
리턴 void

프로퍼티 상세

_buttonState 보호되어 있는 프로퍼티

protected NextButtonStates _buttonState
리턴 NextButtonStates

_imageFocused 보호되어 있는 프로퍼티

protected GUIAnimation,MediaPortal.GUI.Library _imageFocused
리턴 GUIAnimation

_imageNonFocused 보호되어 있는 프로퍼티

protected GUIAnimation,MediaPortal.GUI.Library _imageNonFocused
리턴 GUIAnimation

_isOverlayAllowed 보호되어 있는 프로퍼티

protected bool _isOverlayAllowed
리턴 bool

_isWinOverlayAllowed 보호되어 있는 프로퍼티

protected bool _isWinOverlayAllowed
리턴 bool

_parentWin 보호되어 있는 프로퍼티

protected GUIWindow,MediaPortal.GUI.Library _parentWin
리턴 GUIWindow