![]() |
VR-Forces 4.0.4 Class Documentation
|
This class will draw the wireframe around a polygon. More...

Public Member Functions | |
| DtTerrainWireframeDrawer () | |
| DtTerrainWireframeDrawer (const DtTerrainWireframeDrawer &) | |
| virtual | ~DtTerrainWireframeDrawer () |
| const DtTerrainWireframeDrawer & | operator= (const DtTerrainWireframeDrawer &) |
| void | setWireframeColor (const QColor &) |
| const QColor & | wireframeColor () const |
| virtual void | drawWireframe (DtAllTypesPolygon *list, const DtViewportExtents *viewport, DtPrimitiveDrawer *drawer, bool usePolygonColor) |
| Draws a wireframe around the specified polygon using the specified color. | |
Static Public Member Functions | |
| static DtTerrainWireframeDrawer * | create () |
Protected Member Functions | |
| virtual void | drawPolygon (const DtAllTypesPolygon *polygon, const DtHomogeneousTransfMatrix &matrix, const DtViewportExtents *v, DtPrimitiveDrawer *painter) |
Protected Attributes | |
| QColor | myWireframeColor |
This class will draw the wireframe around a polygon.
| virtual DtTerrainWireframeDrawer::~DtTerrainWireframeDrawer | ( | ) | [virtual] |
| const DtTerrainWireframeDrawer& DtTerrainWireframeDrawer::operator= | ( | const DtTerrainWireframeDrawer & | ) |
| void DtTerrainWireframeDrawer::setWireframeColor | ( | const QColor & | c | ) | [inline] |
References myWireframeColor.
| const QColor & DtTerrainWireframeDrawer::wireframeColor | ( | ) | const [inline] |
References myWireframeColor.
| static DtTerrainWireframeDrawer* DtTerrainWireframeDrawer::create | ( | ) | [static] |
Reimplemented from DtTerrainPolygonDrawer.
| virtual void DtTerrainWireframeDrawer::drawWireframe | ( | DtAllTypesPolygon * | list, |
| const DtViewportExtents * | viewport, | ||
| DtPrimitiveDrawer * | drawer, | ||
| bool | usePolygonColor | ||
| ) | [virtual] |
Draws a wireframe around the specified polygon using the specified color.
| virtual void DtTerrainWireframeDrawer::drawPolygon | ( | const DtAllTypesPolygon * | polygon, |
| const DtHomogeneousTransfMatrix & | matrix, | ||
| const DtViewportExtents * | v, | ||
| DtPrimitiveDrawer * | painter | ||
| ) | [protected, virtual] |
Reimplemented from DtTerrainPolygonDrawer.
QColor DtTerrainWireframeDrawer::myWireframeColor [protected] |
Referenced by setWireframeColor(), and wireframeColor().