#include <GroupList.h>
Inheritance diagram for GroupList:
Public Member Functions | |
GroupList () | |
~GroupList () | |
void | SetSelection (unsigned sel) |
int | GetSelection () const |
CString | GetSelectionName () const |
void | Up () |
void | Down () |
void | Load (const CStringArray &asGroupNames) |
void | TweenOffScreen () |
void | TweenOnScreen () |
Private Member Functions | |
void | BeforeChange () |
void | AfterChange () |
bool | ItemIsOnScreen (int n) const |
void | ResetTextSize (int item) |
Private Attributes | |
ActorFrame | m_Frame |
vector< Sprite * > | m_sprButtons |
vector< BitmapText * > | m_textLabels |
vector< ActorFrame * > | m_ButtonFrames |
vector< CString > | m_asLabels |
vector< bool > | m_bHidden |
int | m_iSelection |
int | m_iTop |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Actor. |
|
|
|
|
|
|
|
|
|
|
|
|