Property | Type | Description | |
---|---|---|---|
_allThumbAnimations | List |
||
_brackedText | string | ||
_enableSMSsearch | bool | ||
_frameFocusControl | |||
_frameNoFocusControl | |||
_lastCommandTime | double | ||
_lastSearchItem | int | ||
_listButtons | List |
||
_listLabels | List |
||
_loopDelay | int | ||
_lowItemHeight | int | ||
_lowItemWidth | int | ||
_lowTextureHeight | int | ||
_lowTextureWidth | int | ||
_scrollContinuously | bool | ||
_scrollOffset | double | ||
_scrollText | string | ||
_searchString | string | ||
_timeElapsed | double | ||
_verticalScrollBar | MediaPortal.GUI.Library.GUIVerticalScrollbar |
Method | Description | |
---|---|---|
Add ( |
||
AllocResources ( ) : void | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
FinalizeConstruction ( ) : void | ||
GUIThumbnailPanel ( int dwParentID ) : System | ||
GUIThumbnailPanel ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strImageIcon, string strImageIconFocus, int dwitemWidth, int dwitemHeight, int dwSpinWidth, int dwSpinHeight, string strUp, string strDown, string strUpFocus, string strDownFocus, long dwSpinColor, int dwSpinX, int dwSpinY, string strFont, long dwTextColor, long dwSelectedColor, string strScrollbarBackground, string strScrollbarTop, string strScrollbarBottom, int dwShadowAngle, int dwShadowDistance, long dwShadowColor ) : System | ||
GetSelectedItem ( string &strLabel, string &strLabel2, string &strThumbnail, string &strIndex ) : int | ||
GetThumbDimensions ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
GetThumbDimensionsBig ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
GetThumbDimensionsLow ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
Insert ( int index, |
||
MoveItemDown ( int iItem ) : int | ||
MoveItemUp ( int iItem ) : int | ||
NeedRefresh ( ) : bool | ||
OnAction ( Action action ) : void | ||
OnMessage ( |
||
PreAllocResources ( ) : void | ||
RemoveItem ( int iItem ) : int | ||
Render ( float timePassed ) : void | ||
Replace ( int index, |
||
ScaleToScreenResolution ( ) : void | ||
SetNeedRefresh ( ) : void | ||
SetTextureDimensions ( int iWidth, int iHeight ) : void | ||
SetThumbDimensions ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
SetThumbDimensionsBig ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
SetThumbDimensionsLow ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
ShowBigIcons ( bool bOnOff ) : void | ||
Sort ( IComparer |
||
this ( int index ) : |
Method | Description | |
---|---|---|
CalculatePages ( int item ) : int | ||
CalculateRows ( int item ) : int | ||
OnSelectionChanged ( ) : void | ||
ScrollItems ( int itemInc ) : void |
Method | Description | |
---|---|---|
Calculate ( ) : void | ||
CheckTimer ( ) : void | ||
OnDown ( ) : void | ||
OnLeft ( ) : void | ||
OnPageDown ( ) : void | ||
OnPageUp ( ) : void | ||
OnRight ( ) : void | ||
OnUp ( ) : void | ||
Press ( char Key ) : void |
Handle keypress events for SMS style search (key '1'..'9')
|
|
RenderItem ( float timePassed, int iButton, bool bFocus, int dwPosX, int dwPosY, |
||
RenderScrollbar ( float timePassed, int y ) : void | ||
SearchItem ( string SearchKey, SearchType iSearchMethode ) : void |
Search for first item starting with searchkey
|
|
SelectItem ( int iItem ) : void | ||
SetDownFocus ( Action action, int offsetDecrease ) : void | ||
ValidItem ( int iX, int iY ) : bool |
public GUIThumbnailPanel ( int dwParentID ) : System | ||
dwParentID | int | |
return | System |
public GUIThumbnailPanel ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strImageIcon, string strImageIconFocus, int dwitemWidth, int dwitemHeight, int dwSpinWidth, int dwSpinHeight, string strUp, string strDown, string strUpFocus, string strDownFocus, long dwSpinColor, int dwSpinX, int dwSpinY, string strFont, long dwTextColor, long dwSelectedColor, string strScrollbarBackground, string strScrollbarTop, string strScrollbarBottom, int dwShadowAngle, int dwShadowDistance, long dwShadowColor ) : System | ||
dwParentID | int | |
dwControlId | int | |
dwPosX | int | |
dwPosY | int | |
dwWidth | int | |
dwHeight | int | |
strImageIcon | string | |
strImageIconFocus | string | |
dwitemWidth | int | |
dwitemHeight | int | |
dwSpinWidth | int | |
dwSpinHeight | int | |
strUp | string | |
strDown | string | |
strUpFocus | string | |
strDownFocus | string | |
dwSpinColor | long | |
dwSpinX | int | |
dwSpinY | int | |
strFont | string | |
dwTextColor | long | |
dwSelectedColor | long | |
strScrollbarBackground | string | |
strScrollbarTop | string | |
strScrollbarBottom | string | |
dwShadowAngle | int | |
dwShadowDistance | int | |
dwShadowColor | long | |
return | System |
public GetSelectedItem ( string &strLabel, string &strLabel2, string &strThumbnail, string &strIndex ) : int | ||
strLabel | string | |
strLabel2 | string | |
strThumbnail | string | |
strIndex | string | |
return | int |
public GetThumbDimensions ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
return | void |
public GetThumbDimensionsBig ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
return | void |
public GetThumbDimensionsLow ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
return | void |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
return | bool |
public Insert ( int index, |
||
index | int | |
item | ||
return | void |
public OnMessage ( |
||
message | ||
return | bool |
public Replace ( int index, |
||
index | int | |
item | ||
return | void |
public SetTextureDimensions ( int iWidth, int iHeight ) : void | ||
iWidth | int | |
iHeight | int | |
return | void |
public SetThumbDimensions ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
return | void |
public SetThumbDimensionsBig ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
return | void |
public SetThumbDimensionsLow ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
return | void |
protected GUIAnimation,MediaPortal.GUI.Library _frameFocusControl | ||
return |
protected GUIAnimation,MediaPortal.GUI.Library _frameNoFocusControl | ||
return |