Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
201
12.5.2.2 enum MENU_KEYS
Enumerator
MENU_KEY_ENTER
Enter (select) key.
MENU_KEY_UP
Up key.
MENU_KEY_DOWN
Down key.
MENU_KEY_LEFT
Left key.
MENU_KEY_RIGHT
Right key.
12.5.3 Member Function Documentation
12.5.3.1 virtual MM_ERROR Close ( ) [inline], [virtual]
Close the menu
12.5.3.2 MM_ERROR Draw ( ) [inline]
Redraw the menu if required.
Return values
MML_OK
on success. Otherwise the related error code or MML_ERR.
12.5.3.3 CMenuItem
∗
Find ( MM_U32 id, CMenuItem
∗
pBase ) [inline]
Search a menu item in the menu.
Parameters
in
id
ID of the menu item to find.
in
pBase
Base menu item to start the search.
Return the menu item on success. Otherwise NULL.
12.5.3.4 CMenuItem
∗
FindNext ( CMenuItem
∗
pBase, CMenuItem
∗
pSearch,
CMenuItem::MENU_ITEM_FIND find ) [inline]
Search a menu item in the menu.
Parameters
in
pBase
Base menu item to start the search.
in
pSearch
Reverence menu item for the search.
in
find
Relation of the new item related to pSearch.
Return the menu item on success. Otherwise NULL.
12.5.3.5 CMenuItem
∗
FindSelected ( CMenuItem
∗
pBase ) [inline]
Find the current selected menu item.
Parameters
in
pBase
Base menu item to start the search.
Return the menu item on success. Otherwise NULL.