#include <BGGUI.h>
| Public Member Functions | |
| CBGGUI (QWidget *pParent=0, const char *name=0, bool bUsingCaffeine=false, uint64 studentID=0, const QString &studentName="") | |
| CBGGUI. | |
| ~CBGGUI () | |
| ~CBGGUI | |
| Protected Member Functions | |
| void | closeEvent (QCloseEvent *) | 
| closeEvent | |
| void | customEvent (QCustomEvent *) | 
| customEvent | |
Description: This class represents the main window of the Backgammon GUI. It handles user input.
Limitations: NONE
| 
 | ||||||||||||||||||||||||
| CBGGUI. Description: Class constructor Limitations: NONE | 
| 
 | 
| ~CBGGUI 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. 
 
 
 |