123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- .TH "QwtPlotSpectroCurve" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- QwtPlotSpectroCurve \- Curve that displays 3D points as dots, where the z coordinate is mapped to a color\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <qwt_plot_spectrocurve\&.h>\fP
- .PP
- Inherits \fBQwtPlotSeriesItem\fP, and \fBQwtSeriesStore< QwtPoint3D >\fP\&.
- .SS "Public Types"
- .in +1c
- .ti -1c
- .RI "enum \fBPaintAttribute\fP { \fBClipPoints\fP = 1 }"
- .br
- .RI "Paint attributes\&. "
- .ti -1c
- .RI "typedef QFlags< \fBPaintAttribute\fP > \fBPaintAttributes\fP"
- .br
- .RI "Paint attributes\&. "
- .in -1c
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "\fBQwtPlotSpectroCurve\fP (const QString &\fBtitle\fP=QString())"
- .br
- .ti -1c
- .RI "\fBQwtPlotSpectroCurve\fP (const \fBQwtText\fP &\fBtitle\fP)"
- .br
- .ti -1c
- .RI "virtual \fB~QwtPlotSpectroCurve\fP ()"
- .br
- .RI "Destructor\&. "
- .ti -1c
- .RI "virtual int \fBrtti\fP () const"
- .br
- .ti -1c
- .RI "void \fBsetPaintAttribute\fP (\fBPaintAttribute\fP, bool on=true)"
- .br
- .ti -1c
- .RI "bool \fBtestPaintAttribute\fP (\fBPaintAttribute\fP) const"
- .br
- .ti -1c
- .RI "void \fBsetSamples\fP (const QVector< \fBQwtPoint3D\fP > &)"
- .br
- .ti -1c
- .RI "void \fBsetSamples\fP (\fBQwtSeriesData\fP< \fBQwtPoint3D\fP > *)"
- .br
- .ti -1c
- .RI "void \fBsetColorMap\fP (\fBQwtColorMap\fP *)"
- .br
- .ti -1c
- .RI "const \fBQwtColorMap\fP * \fBcolorMap\fP () const"
- .br
- .ti -1c
- .RI "void \fBsetColorRange\fP (const \fBQwtInterval\fP &)"
- .br
- .ti -1c
- .RI "\fBQwtInterval\fP & \fBcolorRange\fP () const"
- .br
- .ti -1c
- .RI "virtual void \fBdrawSeries\fP (QPainter *, const \fBQwtScaleMap\fP &xMap, const \fBQwtScaleMap\fP &yMap, const QRectF &canvasRect, int from, int to) const"
- .br
- .ti -1c
- .RI "void \fBsetPenWidth\fP (double)"
- .br
- .ti -1c
- .RI "double \fBpenWidth\fP () const"
- .br
- .in -1c
- .SS "Protected Member Functions"
- .in +1c
- .ti -1c
- .RI "virtual void \fBdrawDots\fP (QPainter *, const \fBQwtScaleMap\fP &xMap, const \fBQwtScaleMap\fP &yMap, const QRectF &canvasRect, int from, int to) const"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- Curve that displays 3D points as dots, where the z coordinate is mapped to a color\&.
- .SH "Member Enumeration Documentation"
- .PP
- .SS "enum \fBQwtPlotSpectroCurve::PaintAttribute\fP"
- .PP
- Paint attributes\&.
- .PP
- \fBEnumerator\fP
- .in +1c
- .TP
- \fB\fIClipPoints \fP\fP
- Clip points outside the canvas rectangle\&.
- .SH "Constructor & Destructor Documentation"
- .PP
- .SS "QwtPlotSpectroCurve::QwtPlotSpectroCurve (const QString & title = \fCQString()\fP)\fC [explicit]\fP"
- Constructor
- .PP
- \fBParameters\fP
- .RS 4
- \fItitle\fP Title of the curve
- .RE
- .PP
- .SS "QwtPlotSpectroCurve::QwtPlotSpectroCurve (const \fBQwtText\fP & title)\fC [explicit]\fP"
- Constructor
- .PP
- \fBParameters\fP
- .RS 4
- \fItitle\fP Title of the curve
- .RE
- .PP
- .SH "Member Function Documentation"
- .PP
- .SS "const \fBQwtColorMap\fP * QwtPlotSpectroCurve::colorMap () const"
- .PP
- \fBReturns\fP
- .RS 4
- Color Map used for mapping the intensity values to colors
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBsetColorMap()\fP, \fBsetColorRange()\fP, \fBQwtColorMap::color()\fP
- .RE
- .PP
- .SS "\fBQwtInterval\fP & QwtPlotSpectroCurve::colorRange () const"
- .PP
- \fBReturns\fP
- .RS 4
- Value interval, that corresponds to the color map
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBsetColorRange()\fP, \fBsetColorMap()\fP, \fBQwtColorMap::color()\fP
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::drawDots (QPainter * painter, const \fBQwtScaleMap\fP & xMap, const \fBQwtScaleMap\fP & yMap, const QRectF & canvasRect, int from, int to) const\fC [protected]\fP, \fC [virtual]\fP"
- Draw a subset of the points
- .PP
- \fBParameters\fP
- .RS 4
- \fIpainter\fP Painter
- .br
- \fIxMap\fP Maps x-values into pixel coordinates\&.
- .br
- \fIyMap\fP Maps y-values into pixel coordinates\&.
- .br
- \fIcanvasRect\fP Contents rectangle of the canvas
- .br
- \fIfrom\fP Index of the first sample to be painted
- .br
- \fIto\fP Index of the last sample to be painted\&. If to < 0 the series will be painted to its last sample\&.
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBdrawSeries()\fP
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::drawSeries (QPainter * painter, const \fBQwtScaleMap\fP & xMap, const \fBQwtScaleMap\fP & yMap, const QRectF & canvasRect, int from, int to) const\fC [virtual]\fP"
- Draw a subset of the points
- .PP
- \fBParameters\fP
- .RS 4
- \fIpainter\fP Painter
- .br
- \fIxMap\fP Maps x-values into pixel coordinates\&.
- .br
- \fIyMap\fP Maps y-values into pixel coordinates\&.
- .br
- \fIcanvasRect\fP Contents rectangle of the canvas
- .br
- \fIfrom\fP Index of the first sample to be painted
- .br
- \fIto\fP Index of the last sample to be painted\&. If to < 0 the series will be painted to its last sample\&.
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBdrawDots()\fP
- .RE
- .PP
- .PP
- Implements \fBQwtPlotSeriesItem\fP\&.
- .SS "double QwtPlotSpectroCurve::penWidth () const"
- .PP
- \fBReturns\fP
- .RS 4
- Pen width used to draw a dot
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBsetPenWidth()\fP
- .RE
- .PP
- .SS "int QwtPlotSpectroCurve::rtti () const\fC [virtual]\fP"
- .PP
- \fBReturns\fP
- .RS 4
- \fBQwtPlotItem::Rtti_PlotSpectroCurve\fP
- .RE
- .PP
- .PP
- Reimplemented from \fBQwtPlotItem\fP\&.
- .SS "void QwtPlotSpectroCurve::setColorMap (\fBQwtColorMap\fP * colorMap)"
- Change the color map
- .PP
- Often it is useful to display the mapping between intensities and colors as an additional plot axis, showing a color bar\&.
- .PP
- \fBParameters\fP
- .RS 4
- \fIcolorMap\fP Color Map
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBcolorMap()\fP, \fBsetColorRange()\fP, \fBQwtColorMap::color()\fP, \fBQwtScaleWidget::setColorBarEnabled()\fP, \fBQwtScaleWidget::setColorMap()\fP
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::setColorRange (const \fBQwtInterval\fP & interval)"
- Set the value interval, that corresponds to the color map
- .PP
- \fBParameters\fP
- .RS 4
- \fIinterval\fP interval\&.minValue() corresponds to 0\&.0, interval\&.maxValue() to 1\&.0 on the color map\&.
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBcolorRange()\fP, \fBsetColorMap()\fP, \fBQwtColorMap::color()\fP
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::setPaintAttribute (\fBPaintAttribute\fP attribute, bool on = \fCtrue\fP)"
- Specify an attribute how to draw the curve
- .PP
- \fBParameters\fP
- .RS 4
- \fIattribute\fP Paint attribute
- .br
- \fIon\fP On/Off /sa PaintAttribute, \fBtestPaintAttribute()\fP
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::setPenWidth (double penWidth)"
- Assign a pen width
- .PP
- \fBParameters\fP
- .RS 4
- \fIpenWidth\fP New pen width
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBpenWidth()\fP
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::setSamples (const QVector< \fBQwtPoint3D\fP > & samples)"
- Initialize data with an array of samples\&.
- .PP
- \fBParameters\fP
- .RS 4
- \fIsamples\fP Vector of points
- .RE
- .PP
- .SS "void QwtPlotSpectroCurve::setSamples (\fBQwtSeriesData\fP< \fBQwtPoint3D\fP > * data)"
- Assign a series of samples
- .PP
- \fBsetSamples()\fP is just a wrapper for \fBsetData()\fP without any additional value - beside that it is easier to find for the developer\&.
- .PP
- \fBParameters\fP
- .RS 4
- \fIdata\fP Data
- .RE
- .PP
- \fBWarning\fP
- .RS 4
- The item takes ownership of the data object, deleting it when its not used anymore\&.
- .RE
- .PP
- .SS "bool QwtPlotSpectroCurve::testPaintAttribute (\fBPaintAttribute\fP attribute) const"
- .PP
- \fBReturns\fP
- .RS 4
- True, when attribute is enabled
- .RE
- .PP
- \fBSee also\fP
- .RS 4
- \fBPaintAttribute\fP, \fBsetPaintAttribute()\fP
- .RE
- .PP
- .SH "Author"
- .PP
- Generated automatically by Doxygen for Qwt User's Guide from the source code\&.
|