|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
The Cross Hair Style . More...
#include <qwt3d_enrichment_std.h>
Public Member Functions | |
| CrossHair () | |
| Default constructor . | |
| CrossHair (double rad, double linewidth, bool smooth, bool boxed) | |
| Constructs a CrossHair with specified parameters. | |
| Qwt3D::Enrichment * | clone () const |
| void | configure (double rad, double linewidth, bool smooth, bool boxed) |
| void | drawBegin () |
| void | drawEnd () |
| void | draw (Qwt3D::Triple const &) |
Public Member Functions inherited from Qwt3D::VertexEnrichment | |
| virtual TYPE | type () const |
Public Member Functions inherited from Qwt3D::Enrichment | |
| virtual void | assign (Plot3D const &pl) |
Additional Inherited Members | |
Public Types inherited from Qwt3D::Enrichment | |
| enum | TYPE { VERTEXENRICHMENT , EDGEENRICHMENT , FACEENRICHMENT , VOXELENRICHMENT } |
Protected Attributes inherited from Qwt3D::Enrichment | |
| const Plot3D * | plot |
The Cross Hair Style
.
| CrossHair::CrossHair | ( | ) |
Default constructor .
| CrossHair::CrossHair | ( | double | rad, |
| double | linewidth, | ||
| bool | smooth, | ||
| bool | boxed | ||
| ) |
Constructs a CrossHair with specified parameters.
|
inlinevirtual |
Implements Qwt3D::VertexEnrichment.
|
virtual |
Implements Qwt3D::VertexEnrichment.
|
virtual |
Reimplemented from Qwt3D::Enrichment.
|
virtual |
Reimplemented from Qwt3D::Enrichment.