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

COthelloGUI Class Reference

COthelloGUI. More...

#include <OthelloGUI.h>

List of all members.

Public Member Functions

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

Protected Member Functions

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


Detailed Description

COthelloGUI.

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

Limitations: NONE


Constructor & Destructor Documentation

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

COthelloGUI.

Description: Class constructor

Limitations: NONE

COthelloGUI::~COthelloGUI  ) 
 

~COthelloGUI

Description: Class deconstructor

Limitations: NONE


Member Function Documentation

void COthelloGUI::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 COthelloGUI::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