Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Menu by
Menu Class Reference
Menu: Create Menues with Submenues, MenuItems, actions,... More...
#include <Menu.h>
Public Member Functions | |
| Menu (char *) | |
| a menu | |
| void | add (const MenuItem &toAdd) |
| add an Item to the menu | |
| void | changeText (int position, char *newText) |
| change the text of an menu-item | |
| char * | getText (int) |
| get current text of menu-item | |
Data Fields | |
| vector< MenuItem > | selections |
| vector of of Menu-Items | |
| char * | menuID |
| name of a menu | |
Detailed Description
Menu: Create Menues with Submenues, MenuItems, actions,...
Definition at line 13 of file Menu.h.
Constructor & Destructor Documentation
Member Function Documentation
| void changeText | ( | int | position, |
| char * | newText | ||
| ) |
| char* getText | ( | int | ) |
get current text of menu-item
Field Documentation
| vector<MenuItem> selections |
Generated on Fri Jul 15 2022 06:41:56 by
1.7.2
