![]() |
VR-Forces 4.0.4 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. | |
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 makVrv::DtRegistrationManager::~DtRegistrationManager | ( | ) | [virtual] |
DTOR.
| makVrv::DtRegistrationManager::DtRegistrationManager | ( | DtDe & | de | ) | [protected] |
CTOR.
| static DtRegistrationManager& makVrv::DtRegistrationManager::instance | ( | DtDe & | de | ) | [static] |
Lazily create singleton.
| virtual void makVrv::DtRegistrationManager::showDialog | ( | ) | [virtual] |
Shows the dialog if myShowStartupDialog is true.
| virtual void makVrv::DtRegistrationManager::init | ( | ) | [virtual] |
Initializes the manager.
| virtual bool makVrv::DtRegistrationManager::pendingRegistration | ( | ) | const [virtual] |
Tell the manager to show the dialog or not.
| virtual void makVrv::DtRegistrationManager::setPendingRegistration | ( | bool | onoff | ) | [virtual] |
Set whether or not we need to make the user register.
| virtual void makVrv::DtRegistrationManager::verifyRegistration | ( | ) | [protected, virtual] |
Check whether the user has already registered.
DtDe& makVrv::DtRegistrationManager::myDe [protected] |
bool makVrv::DtRegistrationManager::myInitialized [protected] |