![]() |
VR-Forces 4.0.4 Class Documentation
|
! class DtBaseSymbolDrawer: More...

Public Member Functions | |
| DtBaseSymbolDrawer () | |
| virtual | ~DtBaseSymbolDrawer () |
| virtual bool | doDrawing (QPainter &paint, const DtSymbol *const symbol) |
| ! Initializes any drawing information and then calls internal draw() method | |
Protected Member Functions | |
| virtual QRgb | opaqueColor () const |
| ! Returns color that will be ignored during transparent draw | |
Private Member Functions | |
| DtBaseSymbolDrawer (const DtBaseSymbolDrawer &orig) | |
| ! Not implemented. Class is a singleton. | |
| DtBaseSymbolDrawer & | operator= (const DtBaseSymbolDrawer &orig) |
| ! Not implemented. Class is a singleton. | |
! class DtBaseSymbolDrawer:
Will implement transparent drawing if symbol being drawn has a transparency level.
| virtual DtBaseSymbolDrawer::~DtBaseSymbolDrawer | ( | ) | [virtual] |
| DtBaseSymbolDrawer::DtBaseSymbolDrawer | ( | const DtBaseSymbolDrawer & | orig | ) | [private] |
! Not implemented. Class is a singleton.
| virtual bool DtBaseSymbolDrawer::doDrawing | ( | QPainter & | paint, |
| const DtSymbol *const | symbol | ||
| ) | [virtual] |
! Initializes any drawing information and then calls internal draw() method
Reimplemented from DtSymbolDrawer.
| virtual QRgb DtBaseSymbolDrawer::opaqueColor | ( | ) | const [protected, virtual] |
! Returns color that will be ignored during transparent draw
| DtBaseSymbolDrawer& DtBaseSymbolDrawer::operator= | ( | const DtBaseSymbolDrawer & | orig | ) | [private] |
! Not implemented. Class is a singleton.