QwtPlotSpectroCurve(3) | Qwt User's Guide | QwtPlotSpectroCurve(3) |
QwtPlotSpectroCurve - Curve that displays 3D points as dots, where the z coordinate is mapped to a color.
#include <qwt_plot_spectrocurve.h>
Inherits QwtPlotSeriesItem, and QwtSeriesStore< QwtPoint3D >.
enum PaintAttribute { ClipPoints = 1 }
Paint attributes. typedef QFlags< PaintAttribute >
PaintAttributes
Paint attributes.
QwtPlotSpectroCurve (const QString
&title=QString())
QwtPlotSpectroCurve (const QwtText &title)
virtual ~QwtPlotSpectroCurve ()
Destructor. virtual int rtti () const
void setPaintAttribute (PaintAttribute, bool on=true)
bool testPaintAttribute (PaintAttribute) const
void setSamples (const QVector< QwtPoint3D > &)
void setSamples (QwtSeriesData< QwtPoint3D > *)
void setColorMap (QwtColorMap *)
const QwtColorMap * colorMap () const
void setColorRange (const QwtInterval &)
QwtInterval & colorRange () const
virtual void drawSeries (QPainter *, const QwtScaleMap
&xMap, const QwtScaleMap &yMap, const QRectF &canvasRect,
int from, int to) const
void setPenWidth (double)
double penWidth () const
virtual void drawDots (QPainter *, const QwtScaleMap
&xMap, const QwtScaleMap &yMap, const QRectF &canvasRect,
int from, int to) const
Curve that displays 3D points as dots, where the z coordinate is mapped to a color.
Paint attributes.
Enumerator
Constructor
Parameters:
Constructor
Parameters:
Returns:
See also:
Returns:
See also:
Draw a subset of the points
Parameters:
See also:
Draw a subset of the points
Parameters:
See also:
Implements QwtPlotSeriesItem.
Returns:
See also:
Returns:
Reimplemented from QwtPlotItem.
Change the color map
Often it is useful to display the mapping between intensities and colors as an additional plot axis, showing a color bar.
Parameters:
See also:
Set the value interval, that corresponds to the color map
Parameters:
See also:
Specify an attribute how to draw the curve
Parameters:
Assign a pen width
Parameters:
See also:
Initialize data with an array of samples.
Parameters:
Assign a series of samples
setSamples() is just a wrapper for setData() without any additional value - beside that it is easier to find for the developer.
Parameters:
Warning:
Returns:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |