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

Public Member Functions | |
| DtTTSDrawerColl () | |
| DtTTSDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtTTSDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| override parent implementation. | |
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 Attributes | |
| QCache< QString, DtTTSDrawer > | myCache |
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 | ( | DtDrawerColl * | nextComponent | ) |
| virtual DtTTSDrawerColl::~DtTTSDrawerColl | ( | ) | [virtual] |
| DtTTSDrawerColl::DtTTSDrawerColl | ( | const DtTTSDrawerColl & | orig | ) | [private] |
| virtual DtSymbolDrawer* DtTTSDrawerColl::lookupDrawer | ( | const DtDrawerKey & | key | ) | [virtual] |
override parent implementation.
Implements DtDrawerColl.
| virtual bool DtTTSDrawerColl::insertDrawer | ( | const QString & | cacheKey, |
| DtTTSDrawer * | drawer | ||
| ) | [protected, virtual] |
Insert drawer into cache.
| virtual DtTTSDrawer* DtTTSDrawerColl::createDrawer | ( | const DtDrawerKey & | drawerKey | ) | const [protected, virtual] |
Create drawer corresponding to key.
| virtual DtTTSDrawer* DtTTSDrawerColl::lookupTTSDrawer | ( | const DtDrawerKey & | drawerKey | ) | [protected, virtual] |
Find drawer corresponding to key.
| virtual QString DtTTSDrawerColl::calcCacheKey | ( | const DtDrawerKey & | drawerKey | ) | const [protected, virtual] |
Create a single string key based on the drawer key class member data.
| DtTTSDrawerColl& DtTTSDrawerColl::operator= | ( | const DtTTSDrawerColl & | orig | ) | [private] |
QCache<QString, DtTTSDrawer> DtTTSDrawerColl::myCache [protected] |