프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_font | MediaPortal.GUI.Library.GUIFont | ||
_frames | int | ||
_imageHeight | int | ||
_imageWidth | int | ||
_itemHeight | int | ||
_itemList | |||
_itemsPerPage | int | ||
_lastItem | int | ||
_offset | int | ||
_scrollPosition | int | ||
_scrollPosititionX | int | ||
_spaceBetweenItems | int | ||
_startFrame | int | ||
_suffix | string | ||
_textOffsetX | int | ||
_textOffsetX2 | int | ||
_textOffsetY | int | ||
_textOffsetY2 | int | ||
_upDownControl | MediaPortal.GUI.Library.GUISpinControl | ||
_upDownEnabled | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Calculate | void | ||
SetText | void |
메소드 | 설명 | |
---|---|---|
AllocResources ( ) : void | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
FinalizeConstruction ( ) : void | ||
GUITextControl ( int dwParentID ) : System | ||
GUITextControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFontName, int dwSpinWidth, int dwSpinHeight, string strUp, string strDown, string strUpFocus, string strDownFocus, long dwSpinColor, int dwSpinX, int dwSpinY, long dwTextColor ) : System | ||
HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
OnAction ( Action action ) : void | ||
OnMessage ( |
||
PreAllocResources ( ) : void | ||
Render ( float timePassed ) : void | ||
ScaleToScreenResolution ( ) : void | ||
SetImageDimensions ( int iWidth, int iHeight ) : void | ||
SetTextOffsets ( int iXoffset, int iYOffset, int iXoffset2, int iYOffset2 ) : void |
메소드 | 설명 | |
---|---|---|
OnDown ( ) : void | ||
OnLeft ( ) : void | ||
OnPageDown ( ) : void | ||
OnPageUp ( ) : void | ||
OnRight ( ) : void | ||
OnUp ( ) : void |
메소드 | 설명 | |
---|---|---|
Calculate ( ) : void | ||
SetText ( string strText ) : void |
public GUITextControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFontName, int dwSpinWidth, int dwSpinHeight, string strUp, string strDown, string strUpFocus, string strDownFocus, long dwSpinColor, int dwSpinX, int dwSpinY, long dwTextColor ) : System | ||
dwParentID | int | |
dwControlId | int | |
dwPosX | int | |
dwPosY | int | |
dwWidth | int | |
dwHeight | int | |
strFontName | string | |
dwSpinWidth | int | |
dwSpinHeight | int | |
strUp | string | |
strDown | string | |
strUpFocus | string | |
strDownFocus | string | |
dwSpinColor | long | |
dwSpinX | int | |
dwSpinY | int | |
dwTextColor | long | |
리턴 | System |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
리턴 | bool |
public SetImageDimensions ( int iWidth, int iHeight ) : void | ||
iWidth | int | |
iHeight | int | |
리턴 | void |
public SetTextOffsets ( int iXoffset, int iYOffset, int iXoffset2, int iYOffset2 ) : void | ||
iXoffset | int | |
iYOffset | int | |
iXoffset2 | int | |
iYOffset2 | int | |
리턴 | void |
protected GUIFont,MediaPortal.GUI.Library _font | ||
리턴 | MediaPortal.GUI.Library.GUIFont |
protected ArrayList,System.Collections _itemList | ||
리턴 |
protected GUISpinControl,MediaPortal.GUI.Library _upDownControl | ||
리턴 | MediaPortal.GUI.Library.GUISpinControl |