Project Submission (late)

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

TimerButton Class Reference

TimerButton Class Reference

TimerButton Class. More...

#include <StartMenu.h>

Inherits Button.

Public Member Functions

virtual void run ()
 virtual run function for polymorphism
virtual void runBack ()
 virtual runBack function for polymorphism

Detailed Description

TimerButton Class.

Derived from Button. Toggles the timer on or off. If turned off, the timer will count up instead of down and there is no faliure state. I.e. the program will only end when the maze is finished.

Definition at line 37 of file StartMenu.h.


Member Function Documentation

virtual void run (  ) [virtual]

virtual run function for polymorphism

Reimplemented from Button.

Definition at line 43 of file StartMenu.h.

virtual void runBack (  ) [virtual, inherited]

virtual runBack function for polymorphism

Reimplemented in BrightnessButton, ContrastButton, and SizeButton.

Definition at line 39 of file Menus.h.