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

Public Member Functions | |
| DtBaseDrawerColl () | |
| DtBaseDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtBaseDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| — functions — | |
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 Attributes | |
| DtNullDrawer | myNullDrawer |
| DtBMPDrawer | myBMPDrawer |
Protected Attributes inherited from DtDrawerColl | |
| DtDrawerColl * | myComponent |
| DtNullDrawer | myNullDrawer |
| DtDrawerMap | myMap |
| Map of symbol types to drawers. | |
Private Member Functions | |
| DtBaseDrawerColl (const DtBaseDrawerColl &orig) | |
| ! Not implemented. Class is a singleton. | |
| DtBaseDrawerColl & | operator= (const DtBaseDrawerColl &orig) |
| ! Not implemented. Class is a singleton. | |
Additional Inherited Members | |
Protected Member Functions inherited from DtDrawerColl | |
| DtDrawerColl (const DtDrawerColl &orig) | |
| DtDrawerColl & | operator= (const DtDrawerColl &orig) |
TM includes.
Concrete class holds the set of base drawers – those which are available on all operating systems.
| DtBaseDrawerColl::DtBaseDrawerColl | ( | ) |
| DtBaseDrawerColl::DtBaseDrawerColl | ( | DtDrawerColl * | nextComponent | ) |
|
virtual |
|
private |
! Not implemented. Class is a singleton.
|
virtual |
— functions —
Implements DtDrawerColl.
|
private |
! Not implemented. Class is a singleton.
|
protected |
|
protected |