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

CBGGUI Class Reference

CBGGUI. More...

#include <BGGUI.h>

List of all members.

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


Detailed Description

CBGGUI.

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

Limitations: NONE


Constructor & Destructor Documentation

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

CBGGUI.

Description: Class constructor

Limitations: NONE

CBGGUI::~CBGGUI  ) 
 

~CBGGUI

Description: Class deconstructor

Limitations: NONE


Member Function Documentation

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