19#ifndef STARTUPSCREEN_H
20#define STARTUPSCREEN_H
UserConfirmationAction
User confirmation action data types available.
Definition UserConfirmationInterface.h:23
UserSelectionAction
User selection action data types available.
Definition UserSelectionInterface.h:23
Interface class to abstract construction of what is displayed on screen from the physical implementat...
Definition DisplayInterface.h:29
Definition ScreenInterface.h:27
Class to display startup information on screen and respond to user interactions Displays the DCC-EX S...
Definition StartupScreen.h:27
void drawScreen(DisplayInterface *display) override
Draw this screen on the specified display.
Definition StartupScreen.cpp:28
StartupScreen()
Constructor for the object.
Definition StartupScreen.cpp:22
void handleUserConfirmationAction(UserConfirmationAction action) override
Respond to user confirmation actions.
Definition StartupScreen.cpp:24
void handleUserSelectionAction(UserSelectionAction action, bool throttleInverted) override
Respond to user selection actions.
Definition StartupScreen.cpp:26