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();
 
QwtSymbol * markerSymbol() const 
This method returns the shape of the markers. 
 
void setMarkerVisible(bool visible)
This method sets the visibility states of the markers at each value point. 
 
QwtSymbol * m_markerSymbol
Marker's styles. 
 
QColor color() const 
This method returns the color of the curve. 
 
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. 
 
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. 
 
Units xUnits() const 
Get the units of the x-axis double data. 
 
Units yUnits() const 
Get the units of the y-axis double data. 
 
void setColor(const QColor &color)
Set the color of this curve and it's markers. 
 
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). 
 
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. 
 
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.