27 #include <qwt_plot_curve.h> 28 #include <qwt_plot_marker.h> 29 #include <qwt_symbol.h> 30 #include <qwt_plot_marker.h> 100 QColor
color()
const;
106 void setData(QwtSeriesData<QPointF> *data);
107 void setPen(
const QPen &pen);
113 QByteArray toByteArray()
const;
120 void recreateMarkers();
void setMarkerVisible(bool visible)
This method sets the visibility states of the markers at each value point.
QwtSymbol * m_markerSymbol
Marker's styles.
void attachMarkers()
After attaching this curve to a plot, due to an inheritance/implementation complication with qwt the ...
The data is a Cube DN value.
QwtSymbol * markerSymbol() const
This method returns the shape of the markers.
The data is a percentage (0-100).
The data is a wavelength.
PlotCurve(Units xUnits, Units yUnits)
Constructs and instance of a PlotCurve with some default properties.
QColor color() const
This method returns the color of the curve.
void setColor(const QColor &color)
Set the color of this curve and it's markers.
Units xUnits() const
Get the units of the x-axis double data.
QByteArray fromByteArray(const QByteArray &classData)
Construct the plot curve given the past results of toByteArray(...).
void setData(QwtSeriesData< QPointF > *data)
This method sets the data for the curve, then sets the value for the markers associated with the curv...
The data is an elevation (in meters).
Namespace for ISIS/Bullet specific routines.
The data is a band number.
void setPen(const QPen &pen)
Sets the plot pen to the passed-in pen.
The data is in kilometers.
Units yUnits() const
Get the units of the y-axis double data.
void setMarkerSymbol(QwtSymbol::Style style)
This method sets the shape of the markers.
The data units are not yet known.
Units
These are all the possible units for the x or y data in a plot curve.