Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Menu.cpp File Reference
#include "Menu.h"
#include "ROM_Images.h"

Variables

auto * _mainMenu = &MainMenu::getInstance()
 
auto * _setupVolMenu = &SetupVolMenu::getInstance()
 
auto * _setupTempMenu = &SetupTempMenu::getInstance()
 
auto * _setupPID_Menu = &SetupPID_Menu::getInstance()
 
SoloMenumenu = _mainMenu
 Pointer to the current, active menu used by the application.
 
SoloMenusetupMenu = _setupVolMenu
 Pointer to the current setup menu.
 

Variable Documentation

◆ _mainMenu

auto* _mainMenu = &MainMenu::getInstance()

◆ _setupPID_Menu

auto* _setupPID_Menu = &SetupPID_Menu::getInstance()

◆ _setupTempMenu

auto* _setupTempMenu = &SetupTempMenu::getInstance()

◆ _setupVolMenu

auto* _setupVolMenu = &SetupVolMenu::getInstance()

◆ menu

Pointer to the current, active menu used by the application.

Initially, menu points to a MainMenu object. Later, the application may elect to point menu at another menu, such as a SetupMenu object.

◆ setupMenu

SoloMenu* setupMenu = _setupVolMenu

Pointer to the current setup menu.

Initially, setupMenu points to the volume setup menu. Later on, this will be updated to keep track of which setup menu has been last selected by the user.