GuiGameListOptionsCtrl::Row Struct Reference

#include <guiGameListOptionsCtrl.h>

Inheritance diagram for GuiGameListOptionsCtrl::Row:

Inheritance graph
[legend]
List of all members.

Detailed Description

An extension to the parent's row, adding the ability to keep a collection of options and track status related to them.


Public Attributes

Vector< StringTableEntrymOptions
 Collection of options available to display.
S32 mSelectedOption
 Index into mOptions pointing at the selected option.
bool mWrapOptions
 Determines if options should "wrap around" at the ends.


Member Data Documentation

Collection of options available to display.

Index into mOptions pointing at the selected option.

Determines if options should "wrap around" at the ends.