![]() |
VR-Forces 4.2 Class Documentation
|
TM includes. More...

Public Member Functions | |
| DtTTSDrawerColl () | |
| DtTTSDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtTTSDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| override parent implementation. | |
Public Member Functions inherited from DtDrawerColl | |
| DtDrawerColl () | |
| — public constructors / assignment operator / destructor | |
| DtDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtDrawerColl () |
| virtual DtDrawerColl * | component () |
| virtual void | setComponent (DtDrawerColl *c) |
| Sets the component to be the supplied component. | |
| virtual void | addComponent (DtDrawerColl *c) |
| Adds a new component into our component chain by moving to the last component and adding it to that one. | |
| virtual bool | init () |
| virtual void | addDrawerCreator (const QString &str, DtSymbolDrawerCreatorFcn fcn) |
| virtual DtSymbolDrawer * | createDrawer (const QString &str) |
Protected Member Functions | |
| virtual bool | insertDrawer (const QString &cacheKey, DtTTSDrawer *drawer) |
| Insert drawer into cache. | |
| virtual DtTTSDrawer * | createDrawer (const DtDrawerKey &drawerKey) const |
| Create drawer corresponding to key. | |
| virtual DtTTSDrawer * | lookupTTSDrawer (const DtDrawerKey &drawerKey) |
| Find drawer corresponding to key. | |
| virtual QString | calcCacheKey (const DtDrawerKey &drawerKey) const |
| Create a single string key based on the drawer key class member data. | |
Protected Member Functions inherited from DtDrawerColl | |
| DtDrawerColl (const DtDrawerColl &orig) | |
| DtDrawerColl & | operator= (const DtDrawerColl &orig) |
Protected Attributes | |
| QCache< QString, DtTTSDrawer > | myCache |
Protected Attributes inherited from DtDrawerColl | |
| DtDrawerColl * | myComponent |
| DtNullDrawer | myNullDrawer |
| DtDrawerMap | myMap |
| Map of symbol types to drawers. | |
Private Member Functions | |
| DtTTSDrawerColl (const DtTTSDrawerColl &orig) | |
| DtTTSDrawerColl & | operator= (const DtTTSDrawerColl &orig) |
TM includes.
Qt includes class DtTTSDrawerColl:
Concrete class holds the set of drawers which use true type fonts.
| DtTTSDrawerColl::DtTTSDrawerColl | ( | ) |
| DtTTSDrawerColl::DtTTSDrawerColl | ( | DtDrawerColl * | nextComponent | ) |
|
virtual |
|
private |
|
virtual |
override parent implementation.
Implements DtDrawerColl.
|
protectedvirtual |
Insert drawer into cache.
|
protectedvirtual |
Create drawer corresponding to key.
|
protectedvirtual |
Find drawer corresponding to key.
|
protectedvirtual |
Create a single string key based on the drawer key class member data.
|
private |
|
protected |