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

Public Member Functions | |
| DtOverlayDrawerColl () | |
| DtOverlayDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtOverlayDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| --- functions --- | |
| virtual bool | init () |
Static Public Member Functions | |
| static DtOverlayDrawerColl * | create () |
| Creates a new instance of this class. | |
Protected Member Functions | |
| virtual DtSymbolDrawer * | createDrawer (const DtDrawerKey &drawerKey) |
Protected Attributes | |
| QCache< QString, DtSymbolDrawer > | myCache |
Private Member Functions | |
| DtOverlayDrawerColl (const DtOverlayDrawerColl &orig) | |
| Protected so not used. Prefer class to be singleton. | |
| DtOverlayDrawerColl & | operator= (const DtOverlayDrawerColl &orig) |
| Protected so not used. Prefer class to be singleton. | |
TM includes.
Holds set of drawers that are used to draw overlays
| DtOverlayDrawerColl::DtOverlayDrawerColl | ( | DtDrawerColl * | nextComponent | ) |
| virtual DtOverlayDrawerColl::~DtOverlayDrawerColl | ( | ) | [virtual] |
| DtOverlayDrawerColl::DtOverlayDrawerColl | ( | const DtOverlayDrawerColl & | orig | ) | [private] |
Protected so not used. Prefer class to be singleton.
| static DtOverlayDrawerColl* DtOverlayDrawerColl::create | ( | ) | [static] |
Creates a new instance of this class.
| virtual DtSymbolDrawer* DtOverlayDrawerColl::lookupDrawer | ( | const DtDrawerKey & | key | ) | [virtual] |
--- functions ---
Implements DtDrawerColl.
| virtual bool DtOverlayDrawerColl::init | ( | ) | [virtual] |
Reimplemented from DtDrawerColl.
| virtual DtSymbolDrawer* DtOverlayDrawerColl::createDrawer | ( | const DtDrawerKey & | drawerKey | ) | [protected, virtual] |
| DtOverlayDrawerColl& DtOverlayDrawerColl::operator= | ( | const DtOverlayDrawerColl & | orig | ) | [private] |
Protected so not used. Prefer class to be singleton.
QCache<QString, DtSymbolDrawer> DtOverlayDrawerColl::myCache [protected] |