![]() |
VR-Forces 4.0.4 Class Documentation
|
Version of the QwtSymbol that allows for drawing of a pixmap. More...

Public Member Functions | |
| DtQwtSymbol () | |
| DtQwtSymbol (const QPixmap &pixmap) | |
| void | setDestroyed (bool b) |
| bool | destroyed () const |
| void | setEntityType (const DtEntityType &t) |
| const DtEntityType & | entityType () const |
| void | setLocation (const DtVector &l) |
| const DtVector & | location () const |
| virtual void | drawSymbols (QPainter *painter, const QPointF *points, int numPoints) const |
| Override to paint icon. | |
| void | operator= (const DtQwtSymbol &rhs) |
Protected Attributes | |
| QPixmap | myPixmap |
| DtEntityType | myEntityType |
| bool | myDestroyed |
| DtVector | myLocation |
Version of the QwtSymbol that allows for drawing of a pixmap.
| makVrf::DtQwtSymbol::DtQwtSymbol | ( | ) | [inline] |
| makVrf::DtQwtSymbol::DtQwtSymbol | ( | const QPixmap & | pixmap | ) | [inline] |
| void makVrf::DtQwtSymbol::setDestroyed | ( | bool | b | ) | [inline] |
References myDestroyed.
| bool makVrf::DtQwtSymbol::destroyed | ( | ) | const [inline] |
References myDestroyed.
| void makVrf::DtQwtSymbol::setEntityType | ( | const DtEntityType & | t | ) | [inline] |
References myEntityType.
| const DtEntityType& makVrf::DtQwtSymbol::entityType | ( | ) | const [inline] |
References myEntityType.
| void makVrf::DtQwtSymbol::setLocation | ( | const DtVector & | l | ) | [inline] |
References myLocation.
| const DtVector& makVrf::DtQwtSymbol::location | ( | ) | const [inline] |
References myLocation.
| virtual void makVrf::DtQwtSymbol::drawSymbols | ( | QPainter * | painter, |
| const QPointF * | points, | ||
| int | numPoints | ||
| ) | const [virtual] |
Override to paint icon.
| void makVrf::DtQwtSymbol::operator= | ( | const DtQwtSymbol & | rhs | ) | [inline] |
References myPixmap.
QPixmap makVrf::DtQwtSymbol::myPixmap [protected] |
Referenced by operator=().
DtEntityType makVrf::DtQwtSymbol::myEntityType [protected] |
Referenced by entityType(), and setEntityType().
bool makVrf::DtQwtSymbol::myDestroyed [protected] |
Referenced by destroyed(), and setDestroyed().
DtVector makVrf::DtQwtSymbol::myLocation [protected] |
Referenced by location(), and setLocation().