![]() |
VR-Forces 4.1.1 Class Documentation
|
A singleton manager for user registration. More...

Public Member Functions | |
| virtual | ~DtRegistrationManager () |
| DTOR. | |
| virtual void | showDialog () |
| Shows the dialog if myShowStartupDialog is true. | |
| virtual void | init () |
| Initializes the manager. | |
| virtual bool | pendingRegistration () const |
| Tell the manager to show the dialog or not. | |
| virtual void | setPendingRegistration (bool onoff) |
| Set whether or not we need to make the user register. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtRegistrationManager & | instance (DtDe &de) |
| Lazily create singleton. | |
Protected Member Functions | |
| DtRegistrationManager (DtDe &de) | |
| CTOR. | |
| virtual void | verifyRegistration () |
| Check whether the user has already registered. | |
Protected Attributes | |
| DtDe & | myDe |
| DtRegistrationDlg * | myRegistrationDlg |
| bool | myInitialized |
| bool | myPendingRegistration |
A singleton manager for user registration.
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Lazily create singleton.
|
virtual |
Shows the dialog if myShowStartupDialog is true.
|
virtual |
Initializes the manager.
|
virtual |
Tell the manager to show the dialog or not.
|
virtual |
Set whether or not we need to make the user register.
|
protectedvirtual |
Check whether the user has already registered.
|
protected |
|
protected |
|
protected |
|
protected |