casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
QwtConfig.h File Reference
#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.

Typedefs

typedef QwtIntervalData qwt_interval_t
 

Functions

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)
 

Typedef Documentation

typedef QwtIntervalData qwt_interval_t

Definition at line 28 of file QwtConfig.h.

Function Documentation

void set_color_map ( QwtScaleWidget *  scale,
QwtDoubleInterval &  range,
const QwtLinearColorMap &  colorMap 
)
inline

Definition at line 32 of file QwtConfig.h.

void set_data ( QwtPlotCurve *  curve,
const QVector< double > &  x,
const QVector< double > &  y 
)
inline

Definition at line 29 of file QwtConfig.h.

template<class T >
void set_symbol ( T *  qwt_thing,
const QwtSymbol &  sym 
)
inline

Definition at line 35 of file QwtConfig.h.