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

Public Member Functions | |
| DtBaseDrawerColl () | |
| DtBaseDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtBaseDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| --- functions --- | |
Protected Attributes | |
| DtNullDrawer | myNullDrawer |
| DtBMPDrawer | myBMPDrawer |
Private Member Functions | |
| DtBaseDrawerColl (const DtBaseDrawerColl &orig) | |
| ! Not implemented. Class is a singleton. | |
| DtBaseDrawerColl & | operator= (const DtBaseDrawerColl &orig) |
| ! Not implemented. Class is a singleton. | |
TM includes.
Concrete class holds the set of base drawers -- those which are available on all operating systems.
| DtBaseDrawerColl::DtBaseDrawerColl | ( | DtDrawerColl * | nextComponent | ) |
| virtual DtBaseDrawerColl::~DtBaseDrawerColl | ( | ) | [virtual] |
| DtBaseDrawerColl::DtBaseDrawerColl | ( | const DtBaseDrawerColl & | orig | ) | [private] |
! Not implemented. Class is a singleton.
| virtual DtSymbolDrawer* DtBaseDrawerColl::lookupDrawer | ( | const DtDrawerKey & | key | ) | [virtual] |
--- functions ---
Implements DtDrawerColl.
| DtBaseDrawerColl& DtBaseDrawerColl::operator= | ( | const DtBaseDrawerColl & | orig | ) | [private] |
! Not implemented. Class is a singleton.
DtNullDrawer DtBaseDrawerColl::myNullDrawer [protected] |
Reimplemented from DtDrawerColl.
DtBMPDrawer DtBaseDrawerColl::myBMPDrawer [protected] |