![]() |
VR-Forces 4.1 Class Documentation
|
A dialog for registering users. More...

Public Member Functions | |
| DtRegistrationDlg (DtDe &de, QWidget *parent, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtRegistrationDlg () |
| DTOR. | |
| virtual QString | firstName () |
| Get the first name from user input. | |
| virtual QString | lastName () |
| Get the last name from user input. | |
| virtual QString | companyName () |
| Get the company name from user input. | |
| virtual QString | email () |
| Get the email address from user input. | |
| virtual void | endDlg () |
| Close down the dialog. | |
Public Member Functions inherited from makVrv::DtRegistrationDlgInterface | |
| DtRegistrationDlgInterface () | |
| CTOR. | |
| virtual | ~DtRegistrationDlgInterface () |
| Virtual DTOR. | |
Protected Slots | |
| virtual void | registerNow () |
| Attempt to register the user. | |
| virtual void | registerLater () |
| Close down the registration dialog. | |
Protected Attributes | |
| DtRegistrationDlgLogic * | myLogic |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtRegistrationDlgInterface | |
| boost::signal< void()> | signal_register |
A dialog for registering users.
| makVrv::DtRegistrationDlg::DtRegistrationDlg | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the first name from user input.
Implements makVrv::DtRegistrationDlgInterface.
|
virtual |
Get the last name from user input.
Implements makVrv::DtRegistrationDlgInterface.
|
virtual |
Get the company name from user input.
Implements makVrv::DtRegistrationDlgInterface.
|
virtual |
Get the email address from user input.
Implements makVrv::DtRegistrationDlgInterface.
|
virtual |
Close down the dialog.
Implements makVrv::DtRegistrationDlgInterface.
|
protectedvirtualslot |
Attempt to register the user.
|
protectedvirtualslot |
Close down the registration dialog.
|
protected |