![]() |
VR-Forces 4.3 Class Documentation
|
The abstract DtEventLoop creator for the abstract DtEventLoops class. More...

Public Member Functions | |
| virtual DtEventLoop * | create (DtDe &theIG)=0 |
| Create a DtEventLoop. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtEventLoopCreator & | instance (DtDe &theIG) |
| Get the creator instance for this IG object. | |
| static void | registerInstance (DtDe &theIG, DtEventLoopCreator *anInstance) |
| Register the creator instance with an IG. | |
The abstract DtEventLoop creator for the abstract DtEventLoops class.
|
static |
Get the creator instance for this IG object.
| DtCorruptedState | if it is unable to get the instance. |
|
static |
Register the creator instance with an IG.
|
pure virtual |
Create a DtEventLoop.
Implemented in makVrv::DtQtEventLoopCreator, and makVrv::DtAppEventLoopCreator.