Arduino menU-Ui magic 1.0
Arduino menu user interface library
Public Member Functions | Public Attributes | List of all members
changeScreenMenuOption Class Reference

#include <menu.h>

Inheritance diagram for changeScreenMenuOption:
menuOption

Public Member Functions

 changeScreenMenuOption (screenMenu *menuDesti)
 
void run ()
 
bool refresh ()
 
- Public Member Functions inherited from menuOption
 menuOption ()
 
 menuOption (const char *text)
 
virtual void run ()
 
virtual bool refresh ()
 
virtual bool pushRt ()
 
virtual bool pushLt ()
 

Public Attributes

screenMenu_menuDesti
 
- Public Attributes inherited from menuOption
char text [menuTextArrayLength]
 
bool autoRefresh = true
 

Detailed Description

Utility menuoption used to change the displayed screenMenu, no need to customize or

Constructor & Destructor Documentation

◆ changeScreenMenuOption()

changeScreenMenuOption::changeScreenMenuOption ( screenMenu menuDesti)

constructor needs target screen to jump to

Member Function Documentation

◆ refresh()

bool changeScreenMenuOption::refresh ( )
virtual

called when autoRefresh is set here and screenMenu

Reimplemented from menuOption.

◆ run()

void changeScreenMenuOption::run ( )
virtual

to be called by menu

Reimplemented from menuOption.


The documentation for this class was generated from the following files: