#include <OthelloGUI.h>
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 |
Description: This class represents the main window of the Othello GUI. It handles user input.
Limitations: NONE
|
COthelloGUI. Description: Class constructor Limitations: NONE |
|
~COthelloGUI Description: Class deconstructor Limitations: NONE |
|
closeEvent Description: Handles the close event message generated when the user wants to close the window.
|
|
customEvent Description: Handles custom event messages sent to this widget.
|