#include <ListDisplay.h>
Inheritance diagram for ListDisplay:
Public Member Functions | |
ListDisplay () | |
virtual void | Update (float fDeltaTime) |
virtual void | DrawPrimitives () |
void | Load (const vector< Actor * > &m_vpItems, int iNumItemsToShow, float fItemWidth, float fItemHeight, bool bLoop, float fSecondsPerItem, float fSecondsPauseBetweenItems, bool bSlide) |
float | GetSecondsForCompleteScrollThrough () |
Protected Attributes | |
int | m_iNumItemsToShow |
float | m_fItemWidth |
float | m_fItemHeight |
bool | m_bLoop |
float | m_fSecondsPerItem |
float | m_fSecondsPauseBetweenItems |
bool | m_bSlide |
float | m_fItemAtTopOfList |
float | m_fSecondsPauseCountdown |
Quad | m_quadMask |
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|