My Project
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
View.MenuModule.MainMenu Class Reference

The Main Menu class. This window is displayed upon starting game, and can link you to HowToPlay playing the Game. More...

Inheritance diagram for View.MenuModule.MainMenu:

Public Member Functions

 MainMenu ()
 
void setInstructFalse ()
 
Boolean getInstruct ()
 

Public Attributes

bool start = false
 
bool instruct = false
 
bool quit = false
 
bool load = false
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

The Main Menu class. This window is displayed upon starting game, and can link you to HowToPlay playing the Game.

Constructor & Destructor Documentation

§ MainMenu()

View.MenuModule.MainMenu.MainMenu ( )
inline

Constructor for Main Menu window

Member Function Documentation

§ Dispose()

override void View.MenuModule.MainMenu.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

§ getInstruct()

Boolean View.MenuModule.MainMenu.getInstruct ( )
inline

returns current instruct boolean

§ setInstructFalse()

void View.MenuModule.MainMenu.setInstructFalse ( )
inline

sets instruct to false when no longer on how-to-play gameState

Member Data Documentation

§ instruct

bool View.MenuModule.MainMenu.instruct = false

boolean that checks if instruct button is clicked

§ load

bool View.MenuModule.MainMenu.load = false

boolean that checks if load button is clicked

§ quit

bool View.MenuModule.MainMenu.quit = false

boolean that checks if quit button is clicked

§ start

bool View.MenuModule.MainMenu.start = false

boolean that checks if start button is clicked


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