Main menu for the SoloController application.
More...
#include <Menu.h>
|
| void | begin (void) override |
| | Initializes the MainMenu object. Should be called before first use.
|
| |
| void | update (void) override |
| | Updates the values and graphics displayed in the menu.
|
| |
| void | show (void) override |
| | Shows the menu in the TFT.
|
| |
Main menu for the SoloController application.
This menu provides the primary user interface for the SoloController application. Note that the callback functions used by MainMenu are contained within the CB:::MAIN namespace. This object uses significant DRAM resources. So, it has been implemented as a Singleton object.
◆ begin()
| void MainMenu::begin |
( |
void | | ) |
|
|
overridevirtual |
Initializes the MainMenu object. Should be called before first use.
- Parameters
- None.
Reimplemented from SoloMenu.
◆ getInstance()
| static MainMenu & MainMenu::getInstance |
( |
void | | ) |
|
|
inlinestatic |
Returns reference to the ErrMsg object.
- Returns
- Reference to the ErrMsg object
◆ show()
| void MainMenu::show |
( |
void | | ) |
|
|
inlineoverridevirtual |
Shows the menu in the TFT.
- Parameters
- None.
Implements SoloMenu.
◆ update()
| void MainMenu::update |
( |
void | | ) |
|
|
overridevirtual |
Updates the values and graphics displayed in the menu.
- Parameters
- None.
Reimplemented from SoloMenu.
The documentation for this class was generated from the following files:
- C:/Users/david/Documents/PlatformIO/Solo_Controller/Solo_Controller_Repo/src/Menu.h
- C:/Users/david/Documents/PlatformIO/Solo_Controller/Solo_Controller_Repo/src/Menu.cpp