#include <qwt_global.h>
#include <qwt_scale_widget.h>
#include <qwt_plot_curve.h>
#include <qwt_color_map.h>
#include <qwt_interval_data.h>
Go to the source code of this file.
|
void | set_data (QwtPlotCurve *curve, const QVector< double > &x, const QVector< double > &y) |
|
void | set_color_map (QwtScaleWidget *scale, QwtDoubleInterval &range, const QwtLinearColorMap &colorMap) |
|
template<class T > |
void | set_symbol (T *qwt_thing, const QwtSymbol &sym) |
|
void set_color_map |
( |
QwtScaleWidget * |
scale, |
|
|
QwtDoubleInterval & |
range, |
|
|
const QwtLinearColorMap & |
colorMap |
|
) |
| |
|
inline |
void set_data |
( |
QwtPlotCurve * |
curve, |
|
|
const QVector< double > & |
x, |
|
|
const QVector< double > & |
y |
|
) |
| |
|
inline |
template<class T >
void set_symbol |
( |
T * |
qwt_thing, |
|
|
const QwtSymbol & |
sym |
|
) |
| |
|
inline |