![]() |
VR-Forces 4.10 Class Documentation
|
Creator for DtWindowTextInstance, will throw if you create on it. More...

Public Member Functions | |
| DtWindowTextInstanceCreator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWindowTextInstanceCreator () |
| DTOR. More... | |
| virtual DtWindowTextInstance * | create () |
| Create a DtWindowTextInstance, and calls createText() on it. 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 DtWindowTextInstanceCreator & | instance (DtDe &de) |
| Get DtWindowTextInstanceCreator for this display engine object. More... | |
| static void | registerInstance (DtDe &de, DtWindowTextInstanceCreator *instance) |
| Register the creator instance with the IG. More... | |
Protected Attributes | |
| DtDe & | myDe |
Creator for DtWindowTextInstance, will throw if you create on it.
osg creator is registered in vrvOsg.
| makVrv::DtWindowTextInstanceCreator::DtWindowTextInstanceCreator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get DtWindowTextInstanceCreator for this display engine object.
|
static |
Register the creator instance with the IG.
|
virtual |
Create a DtWindowTextInstance, and calls createText() on it.
Reimplemented in makVrv::DtOsgWindowTextInstanceCreator.
|
protected |