MainMenu Class Reference

#include <MainMenu.h>

List of all members.


Public Types

enum  MenuSelection {
  MENU_SELECTION_NONE, MENU_SELECTION_LOGIN, MENU_SELECTION_OPTIONS, MENU_SELECTION_CREDITS,
  MENU_SELECTION_QUIT
}
 Enumeration of valid menu selections. More...

Public Member Functions

 MainMenu ()
 Public constructor.
virtual ~MainMenu ()
 Virtual destructor.
MenuSelection GetSelection ()
 Gets menu selection.

Private Attributes

gui::Desktop m_Desktop
 Desktop object.

Detailed Description

(*** add brief description here ***)
Full Description
(*** add full description here ***)

Member Enumeration Documentation

Enumeration of valid menu selections.

Enumerator:
MENU_SELECTION_NONE 
MENU_SELECTION_LOGIN 
MENU_SELECTION_OPTIONS 
MENU_SELECTION_CREDITS 
MENU_SELECTION_QUIT 


Constructor & Destructor Documentation

MainMenu (  ) 

Public constructor.

Full Description
This method creates a new instance of the class.
Returns:
New instance of the class.

~MainMenu (  )  [virtual]

Virtual destructor.

Full Description
This method destroys an existing instance of the class.
Returns:
None.


Member Function Documentation

MainMenu::MenuSelection GetSelection (  ) 

Gets menu selection.

Full Description
(*** add full description here ***)
Returns:
(*** add return description here ***)


Member Data Documentation

Desktop object.


The documentation for this class was generated from the following files: