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

Public Member Functions | |
| DtOverlayDrawerColl () | |
| DtOverlayDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtOverlayDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| — functions — | |
| virtual bool | init () |
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 void | addDrawerCreator (const QString &str, DtSymbolDrawerCreatorFcn fcn) |
| virtual DtSymbolDrawer * | createDrawer (const QString &str) |
Static Public Member Functions | |
| static DtOverlayDrawerColl * | create () |
| Creates a new instance of this class. | |
Protected Member Functions | |
| virtual DtSymbolDrawer * | createDrawer (const DtDrawerKey &drawerKey) |
Protected Member Functions inherited from DtDrawerColl | |
| DtDrawerColl (const DtDrawerColl &orig) | |
| DtDrawerColl & | operator= (const DtDrawerColl &orig) |
Protected Attributes | |
| QCache< QString, DtSymbolDrawer > | myCache |
Protected Attributes inherited from DtDrawerColl | |
| DtDrawerColl * | myComponent |
| DtNullDrawer | myNullDrawer |
| DtDrawerMap | myMap |
| Map of symbol types to drawers. | |
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 | ( | ) |
| DtOverlayDrawerColl::DtOverlayDrawerColl | ( | DtDrawerColl * | nextComponent | ) |
|
virtual |
|
private |
Protected so not used. Prefer class to be singleton.
|
static |
Creates a new instance of this class.
|
virtual |
— functions —
Implements DtDrawerColl.
|
virtual |
Reimplemented from DtDrawerColl.
|
protectedvirtual |
|
private |
Protected so not used. Prefer class to be singleton.
|
protected |