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

CUserNameDialog Class Reference

CUserNameDialog. More...

#include <UserNameDialog.h>

List of all members.

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


Detailed Description

CUserNameDialog.

Description: This class represents a dialog box that prompts the user for their student ID number and name.

Limitations: NONE


Constructor & Destructor Documentation

CUserNameDialog::CUserNameDialog QWidget *  pParent = 0,
const char *  name = 0
 

CUserNameDialog.

Description: Class constructor

Parameters:
pParent is the parent widget of this dialog box.
name is the name of this dialog box.
Limitations: NONE

CUserNameDialog::~CUserNameDialog void   ) 
 

~CUserNameDialog

Description: Class deconstructor

Limitations: NONE


Member Function Documentation

uint64 CUserNameDialog::GetStudentID  )  const
 

GetStudentID.

Description: Returns the ID number set by the user.

Returns:
uint64: Returns the student ID number set by the user.
Limitations:

QString CUserNameDialog::GetStudentName  )  const
 

GetStudentName.

Description: Returns the student name entered in the dialog box.

Returns:
QString: Returns the student name given by the user.
Limitations: NONE

void CUserNameDialog::init  ) 
 

init

Description: Initializes the validators for the line edit boxes.

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