![]() |
VR-Forces 4.8 Class Documentation
|
Creator class for the DtInputDriver. More...

Public Member Functions | |
| DtInputDriverCreator () | |
| CTOR. More... | |
| virtual | ~DtInputDriverCreator () |
| DTOR. More... | |
| virtual DtInputDriver * | create (DtAgentManager &sm) |
| Create a DtInput Driver. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtInputDriverCreator & | instance (DtDe &de) |
| Get a static instance of this creator. More... | |
| static void | registerInstance (DtDe &de, DtInputDriverCreator *creator) |
| Register an instance with an IG. More... | |
Creator class for the DtInputDriver.
| makVrv::DtInputDriverCreator::DtInputDriverCreator | ( | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get a static instance of this creator.
|
static |
Register an instance with an IG.
This is done automatically for this implementation. Call this function when replacing the creator with a subclass.
|
virtual |
Create a DtInput Driver.
Reimplemented in makVrf::DtVrfInputDriverCreator.