Свойство | Тип | Описание | |
---|---|---|---|
_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 |
Метод | Описание | |
---|---|---|
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 ) : |
Метод | Описание | |
---|---|---|
CalculatePages ( int item ) : int | ||
CalculateRows ( int item ) : int | ||
OnSelectionChanged ( ) : void | ||
ScrollItems ( int itemInc ) : void |
Метод | Описание | |
---|---|---|
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 |
protected CalculatePages ( int item ) : int | ||
item | int | |
Результат | int |
public GUIThumbnailPanel ( int dwParentID ) : System | ||
dwParentID | int | |
Результат | 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 | |
Результат | System |
public GetSelectedItem ( string &strLabel, string &strLabel2, string &strThumbnail, string &strIndex ) : int | ||
strLabel | string | |
strLabel2 | string | |
strThumbnail | string | |
strIndex | string | |
Результат | int |
public GetThumbDimensions ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
Результат | void |
public GetThumbDimensionsBig ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
Результат | void |
public GetThumbDimensionsLow ( int &iXpos, int &iYpos, int &iWidth, int &iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
Результат | void |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
Результат | bool |
public Insert ( int index, |
||
index | int | |
item | ||
Результат | void |
public OnMessage ( |
||
message | ||
Результат | bool |
public Replace ( int index, |
||
index | int | |
item | ||
Результат | void |
protected ScrollItems ( int itemInc ) : void | ||
itemInc | int | |
Результат | void |
public SetTextureDimensions ( int iWidth, int iHeight ) : void | ||
iWidth | int | |
iHeight | int | |
Результат | void |
public SetThumbDimensions ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
Результат | void |
public SetThumbDimensionsBig ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
Результат | void |
public SetThumbDimensionsLow ( int iXpos, int iYpos, int iWidth, int iHeight ) : void | ||
iXpos | int | |
iYpos | int | |
iWidth | int | |
iHeight | int | |
Результат | void |
public ShowBigIcons ( bool bOnOff ) : void | ||
bOnOff | bool | |
Результат | void |
protected GUIAnimation,MediaPortal.GUI.Library _frameFocusControl | ||
Результат |
protected GUIAnimation,MediaPortal.GUI.Library _frameNoFocusControl | ||
Результат |