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

Public Member Functions | |
| DtExpandDrawerColl () | |
| DtExpandDrawerColl (DtDrawerColl *nextComponent) | |
| virtual | ~DtExpandDrawerColl () |
| virtual DtSymbolDrawer * | lookupDrawer (const DtDrawerKey &key) |
| — functions — | |
| virtual void | addDrawer (const DtDrawerKey &key, DtSymbolDrawer *) |
| ! Add a drawer. | |
| virtual void | removeDrawer (const DtDrawerKey &key) |
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 | |
| QHash< QString, DtSymbolDrawer * > | myDrawerDict |
Protected Attributes inherited from DtDrawerColl | |
| DtDrawerColl * | myComponent |
| DtNullDrawer | myNullDrawer |
| DtDrawerMap | myMap |
| Map of symbol types to drawers. | |
Private Member Functions | |
| DtExpandDrawerColl (const DtExpandDrawerColl &orig) | |
| DtExpandDrawerColl & | operator= (const DtExpandDrawerColl &orig) |
Additional Inherited Members | |
Protected Member Functions inherited from DtDrawerColl | |
| DtDrawerColl (const DtDrawerColl &orig) | |
| DtDrawerColl & | operator= (const DtDrawerColl &orig) |
! TM includes
! QT includes CClass that allows the programmer to add new drawers to the collection for easy lookup on drawing time.
| DtExpandDrawerColl::DtExpandDrawerColl | ( | ) |
| DtExpandDrawerColl::DtExpandDrawerColl | ( | DtDrawerColl * | nextComponent | ) |
|
virtual |
|
private |
|
virtual |
— functions —
Implements DtDrawerColl.
|
virtual |
! Add a drawer.
Note that as soon as you do this, the DrawerCollection TAKES OVER THE OWNERSHIP of the drawer.
|
virtual |
|
private |
|
protected |