Public Member Functions

Menu Class Reference

Abstract menu class. More...

#include <Menu.h>

Inheritance diagram for Menu:
DifficultyMenu ExtendedTutorial HighScoreTable MainMenu

List of all members.

Public Member Functions

 Menu ()
virtual ~Menu ()
virtual void Draw ()

Detailed Description

Abstract menu class.

Abstract menu class. Derived classes use the draw method so they can be drawn easily during fade transitions between different menus (ie so there is only one Fade() method with a Menu* parameter rather than several identical Fade() methods with different parameters.


Constructor & Destructor Documentation

Menu::Menu (  )  [inline]

Constructor.

Create a menu.

virtual Menu::~Menu (  )  [inline, virtual]

Destructor.

Destroy the menu.


Member Function Documentation

virtual void Menu::Draw (  )  [inline, virtual]

Draw.

Render the menu.

Reimplemented in DifficultyMenu, ExtendedTutorial, HighScoreTable, and MainMenu.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations