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

Public Member Functions | |
| virtual DtEventLoop * | create (DtDe &theIG)=0 |
| Create a DtEventLoop. | |
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 DtEventLoopCreator& makVrv::DtEventLoopCreator::instance | ( | DtDe & | theIG | ) | [static] |
Get the creator instance for this IG object.
| DtCorruptedState | if it is unable to get the instance. |
| static void makVrv::DtEventLoopCreator::registerInstance | ( | DtDe & | theIG, |
| DtEventLoopCreator * | anInstance | ||
| ) | [static] |
Register the creator instance with an IG.
| virtual DtEventLoop* makVrv::DtEventLoopCreator::create | ( | DtDe & | theIG | ) | [pure virtual] |
Create a DtEventLoop.
Implemented in makVrv::DtQtEventLoopCreator, and makVrv::DtAppEventLoopCreator.