tMenu Struct Reference

Menu description.


Data Fields

unsigned fdispTitle: 1
const char * Title
int NbItems
int LgMax
int XPos
int YPos
int XSize
int YSize
unsigned int SelectedItem
tMenuItem Items [MENU_MAXITEM]


Field Documentation

unsigned tMenu::fdispTitle

Display title is set.

const char* tMenu::Title

Menu title.

int tMenu::NbItems

Number of items in the menu ( must be <= MENU_MAXITEM )

int tMenu::LgMax

Unused.

int tMenu::XPos

X position of menu bottom-left corner.

int tMenu::YPos

Y position of menu bottom-left corner.

int tMenu::XSize

Unused.

int tMenu::YSize

Unused.

unsigned int tMenu::SelectedItem

ID of selected item (0 for first item, 1 for second item, ...)

tMenuItem tMenu::Items[MENU_MAXITEM]

Items of menu.


The documentation for this struct was generated from the following file: