![]() |
VR-Forces 4.2 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtCreateCallbackInfo |
| class | DtPostCreateCallbackInfo |
| class | DtMapReaderCallbackInfo |
| class | DtObjectColor |
| class | DtBaseSymbolMapper |
| Base class for all the symbol mappers override with your own mapper functions that know about DIS or HLA or otherwise. More... | |
Typedefs | |
| typedef DtSymbol *(* | DtSymbolCreatorCallback )(const DtBaseSymbolMapper *mapper, const DtModelData &data, void *usr) |
| Callback prototype for symbol creator function. | |
| typedef void(* | DtPostSymbolCreateCallbackFcn )(DtSymbol *, const DtModelData &, const DtBaseSymbolMapper *, void *usr) |
| typedef QHash< int, DtCreateCallbackInfo > | DtSymbolCreators |
| typedef QHash< QString, DtMapReaderCallbackInfo > | DtMapReaders |
Variables | |
| const int | DtCacheMainSymbolAsBitmap = 0x00000001 |
| const int | DtCacheNameLabelAsBitmap = 0x00000002 |
| const int | DtCacheLabelLabelAsBitmap = 0x00000004 |
| typedef DtSymbol*(* DtSymbolCreatorCallback)(const DtBaseSymbolMapper *mapper, const DtModelData &data, void *usr) |
Callback prototype for symbol creator function.
| typedef void(* DtPostSymbolCreateCallbackFcn)(DtSymbol *, const DtModelData &, const DtBaseSymbolMapper *, void *usr) |
| typedef QHash<int, DtCreateCallbackInfo> DtSymbolCreators |
| typedef QHash<QString, DtMapReaderCallbackInfo> DtMapReaders |
| const int DtCacheMainSymbolAsBitmap = 0x00000001 |
| const int DtCacheNameLabelAsBitmap = 0x00000002 |
| const int DtCacheLabelLabelAsBitmap = 0x00000004 |