#include <ScreenOptions.h>
Collaboration diagram for ScreenOptions::Row:

Public Types | |
| enum | { ROW_NORMAL, ROW_EXIT } |
Public Member Functions | |
| Row () | |
| ~Row () | |
| int | GetOneSelection (PlayerNumber pn) const |
| int | GetOneSharedSelection () const |
| void | SetOneSelection (PlayerNumber pn, int iChoice) |
| void | SetOneSharedSelection (int iChoice) |
Public Attributes | |
| OptionRowData | m_RowDef |
| enum ScreenOptions::Row:: { ... } | Type |
| vector< BitmapText * > | m_textItems |
| vector< OptionsCursor * > | m_Underline [NUM_PLAYERS] |
| Sprite | m_sprBullet |
| BitmapText | m_textTitle |
| OptionIcon | m_OptionIcons [NUM_PLAYERS] |
| float | m_fY |
| bool | m_bRowIsLong |
| bool | m_bHidden |
| int | m_iChoiceInRowWithFocus [NUM_PLAYERS] |
| vector< bool > | m_vbSelected [NUM_PLAYERS] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7