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

How to Play Menu More...

Inheritance diagram for View.MenuModule.HowToPlay:

Public Member Functions

 HowToPlay ()
 
void setQuitFalse ()
 
Boolean getQuit ()
 
void setNextFalse ()
 
Boolean getNext ()
 

Public Attributes

bool quit = false
 
bool next = false
 

Protected Member Functions

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

Detailed Description

How to Play Menu

Constructor & Destructor Documentation

§ HowToPlay()

View.MenuModule.HowToPlay.HowToPlay ( )
inline

Constructor for HowToPlay window

Member Function Documentation

§ Dispose()

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

Clean up any resources being used.

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

§ getNext()

Boolean View.MenuModule.HowToPlay.getNext ( )
inline

returns if quit button is currently clicked

§ getQuit()

Boolean View.MenuModule.HowToPlay.getQuit ( )
inline

returns if quit button is currently clicked

§ setNextFalse()

void View.MenuModule.HowToPlay.setNextFalse ( )
inline

checks if Game State is no longer inside How To Play

§ setQuitFalse()

void View.MenuModule.HowToPlay.setQuitFalse ( )
inline

checks if Game State is no longer inside How To Play

Member Data Documentation

§ next

bool View.MenuModule.HowToPlay.next = false

boolean that checks if next button is clicked

§ quit

bool View.MenuModule.HowToPlay.quit = false

boolean that checks if quit button is clicked


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