Project Submission (late)

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

SizeButton Class Reference

SizeButton Class Reference

SizeButton 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

SizeButton Class.

Derived from Button. Allows the user to pick the size of Maze they wish to solve. Mazes can only be 12x12, 16x16 or 20x20. If enabled, the timer increases in length for larger mazes.

Definition at line 13 of file StartMenu.h.


Member Function Documentation

virtual void run (  ) [virtual]

virtual run function for polymorphism

Reimplemented from Button.

Definition at line 19 of file StartMenu.h.

virtual void runBack (  ) [virtual]

virtual runBack function for polymorphism

Reimplemented from Button.

Definition at line 24 of file StartMenu.h.