C# Class WPFQuiz.Game

Afficher le fichier Open project: nccgroup/44Con2013Game Class Usage Examples

Méthodes publiques

Méthode Description
AskQuestion ( ) : void
Game ( QuestionCollection qCollectionIn, MainWindow myMain, Random myPRNG ) : System

Parent object of the game

GameOver ( ) : void

Get5050 ( ) : string[]
GetAnswer ( ) : string
GetTimestamp ( System.DateTime value ) : String
GiveMoreTime ( ) : void
GreenProgressBar ( ) : void
PlayGame ( ) : void

How we start asking questions

QuestionAnswered ( string strButton, System.Windows.Controls.Button btnPushed ) : void

Event interface for when buttons are pushed

RedProgressBar ( ) : void
SaveGame ( ) : void
StopTheClock ( ) : void
Winrar ( ) : void
YellowProgressBar ( ) : void
nextQuestion ( ) : Question

Get the next question

Private Methods

Méthode Description
timer_Tick ( object sender, EventArgs e ) : void

Method Details

AskQuestion() public méthode

public AskQuestion ( ) : void
Résultat void

Game() public méthode

Parent object of the game
public Game ( QuestionCollection qCollectionIn, MainWindow myMain, Random myPRNG ) : System
qCollectionIn QuestionCollection
myMain MainWindow
myPRNG System.Random
Résultat System

GameOver() public méthode

public GameOver ( ) : void
Résultat void

Get5050() public méthode

public Get5050 ( ) : string[]
Résultat string[]

GetAnswer() public méthode

public GetAnswer ( ) : string
Résultat string

GetTimestamp() public static méthode

public static GetTimestamp ( System.DateTime value ) : String
value System.DateTime
Résultat String

GiveMoreTime() public méthode

public GiveMoreTime ( ) : void
Résultat void

GreenProgressBar() public méthode

public GreenProgressBar ( ) : void
Résultat void

PlayGame() public méthode

How we start asking questions
public PlayGame ( ) : void
Résultat void

QuestionAnswered() public méthode

Event interface for when buttons are pushed
public QuestionAnswered ( string strButton, System.Windows.Controls.Button btnPushed ) : void
strButton string
btnPushed System.Windows.Controls.Button
Résultat void

RedProgressBar() public méthode

public RedProgressBar ( ) : void
Résultat void

SaveGame() public méthode

public SaveGame ( ) : void
Résultat void

StopTheClock() public méthode

public StopTheClock ( ) : void
Résultat void

Winrar() public méthode

public Winrar ( ) : void
Résultat void

YellowProgressBar() public méthode

public YellowProgressBar ( ) : void
Résultat void

nextQuestion() public méthode

Get the next question
public nextQuestion ( ) : Question
Résultat Question