#include <optionComponent.h>

Classes | |
| class | text_t |
| オプション管理する項目情報の管理クラス More... | |
Public Member Functions | |
| Uint16 * | copyString (const char *str) |
| Uint16 * | copyString (const unsigned short *str) |
| optionLine (const VXV::Grid &base_offset) | |
| void | setTitle (const char *name) |
| void | setTitle (const unsigned short *name) |
| void | addItem (const char *item) |
| void | addItem (const unsigned short *item) |
| void | setSelected (int index) |
Public Attributes | |
| unsigned int | selected_col |
| FillSurface * | under_bar |
| text_t * | title |
| std::vector< text_t * > | items |
| VXV::Grid | offset |
Definition at line 42 of file optionComponent.h.
1.5.7.1