![]() |
VR-Forces 4.1 Class Documentation
|
The logic for the user registration dialog. More...

Public Member Functions | |
| DtRegistrationDlgLogic (DtDe &de, DtRegistrationDlgInterface &iFace) | |
| CTOR. | |
| virtual | ~DtRegistrationDlgLogic () |
| DTOR. | |
| virtual void | registerUser () |
| Validate user input and register the user with MAK. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static size_t | writer (char *ptr, size_t a, size_t b, void *file) |
Protected Member Functions | |
| virtual bool | validEntry () |
| Validates the dialog's fields: checks whether first and last name consist of allowed characters, company name is filled in, and email address is formatted correctly. | |
Protected Attributes | |
| DtDe & | myDe |
| DtRegistrationDlgInterface & | myInterface |
| QString | myFirstName |
| QString | myLastName |
| QString | myCompanyName |
| QString | myEmail |
Static Protected Attributes | |
| static DtRegistrationDlgLogic * | myMe |
The logic for the user registration dialog.
| makVrv::DtRegistrationDlgLogic::DtRegistrationDlgLogic | ( | DtDe & | de, |
| DtRegistrationDlgInterface & | iFace | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Validate user input and register the user with MAK.
|
static |
|
protectedvirtual |
Validates the dialog's fields: checks whether first and last name consist of allowed characters, company name is filled in, and email address is formatted correctly.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |