Library to display menus on TextLCDs. Interaction with functions Up,Down and Select (Buttons or RPG) Based on menu-library from pyeh9
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
