#include <UserNameDialog.h>
Public Member Functions | |
| CUserNameDialog (QWidget *pParent=0, const char *name=0) | |
| CUserNameDialog. | |
| ~CUserNameDialog (void) | |
| ~CUserNameDialog | |
| uint64 | GetStudentID () const |
| GetStudentID. | |
| QString | GetStudentName () const |
| GetStudentName. | |
| void | init () |
| init | |
Description: This class represents a dialog box that prompts the user for their student ID number and name.
Limitations: NONE
|
||||||||||||
|
CUserNameDialog. Description: Class constructor
|
|
|
~CUserNameDialog Description: Class deconstructor Limitations: NONE |
|
|
GetStudentID. Description: Returns the ID number set by the user.
|
|
|
GetStudentName. Description: Returns the student name entered in the dialog box.
|
|
|
init Description: Initializes the validators for the line edit boxes.
|