Property | Type | Description | |
---|---|---|---|
_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 |
Property | Type | Description | |
---|---|---|---|
Calculate | void | ||
SetText | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnDown ( ) : void | ||
OnLeft ( ) : void | ||
OnPageDown ( ) : void | ||
OnPageUp ( ) : void | ||
OnRight ( ) : void | ||
OnUp ( ) : void |
Method | Description | |
---|---|---|
Calculate ( ) : void | ||
SetText ( string strText ) : void |
public GUITextControl ( int dwParentID ) : System | ||
dwParentID | int | |
return | System |
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 | |
return | System |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
return | bool |
public OnMessage ( |
||
message | ||
return | bool |
public SetImageDimensions ( int iWidth, int iHeight ) : void | ||
iWidth | int | |
iHeight | int | |
return | void |
public SetTextOffsets ( int iXoffset, int iYOffset, int iXoffset2, int iYOffset2 ) : void | ||
iXoffset | int | |
iYOffset | int | |
iXoffset2 | int | |
iYOffset2 | int | |
return | void |
protected GUIFont,MediaPortal.GUI.Library _font | ||
return | MediaPortal.GUI.Library.GUIFont |
protected ArrayList,System.Collections _itemList | ||
return |
protected GUISpinControl,MediaPortal.GUI.Library _upDownControl | ||
return | MediaPortal.GUI.Library.GUISpinControl |