Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CTicTacToeGUI Class Reference

CTicTacToeGUI. More...

#include <TicTacToeGUI.h>

List of all members.

Public Member Functions

 CTicTacToeGUI (QWidget *pParent=0, const char *name=0, bool bUsingCaffeine=false, uint64 studentID=0, const QString &studentName="")
 CTicTacToeGUI.
 ~CTicTacToeGUI ()
 ~CTicTacToeGUI

Protected Member Functions

void closeEvent (QCloseEvent *)
 closeEvent
void customEvent (QCustomEvent *)
 customEvent


Detailed Description

CTicTacToeGUI.

Description: This class represents the main window of the Othello GUI. It handles user input.

Limitations: NONE


Constructor & Destructor Documentation

CTicTacToeGUI::CTicTacToeGUI QWidget *  pParent = 0,
const char *  name = 0,
bool  bUsingCaffeine = false,
uint64  studentID = 0,
const QString &  studentName = ""
 

CTicTacToeGUI.

Description: Class constructor

Limitations: NONE

CTicTacToeGUI::~CTicTacToeGUI  ) 
 

~CTicTacToeGUI

Description: Class deconstructor

Limitations: NONE


Member Function Documentation

void CTicTacToeGUI::closeEvent QCloseEvent *  ce  )  [protected]
 

closeEvent

Description: Handles the close event message generated when the user wants to close the window.

Parameters:
ce is the close event.
Returns:
void
Limitations: NONE

void CTicTacToeGUI::customEvent QCustomEvent *  event  )  [protected]
 

customEvent

Description: Handles custom event messages sent to this widget.

Parameters:
event is the custom event
Returns:
void
Limitations: NONE


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo