#include <PlotCurve.h>
Public Member Functions | |
double | angle () |
int | index () |
PlotMarker (int index, double angle) | |
void | setAngle (double a) |
void | setIndex (int i) |
Protected Member Functions | |
void | draw (QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &r) const |
Does the actual drawing; see QwtPlotItem::draw. | |
Protected Attributes | |
double | d_angle |
int | d_index |
PlotMarker::PlotMarker | ( | int | index, | |
double | angle | |||
) |
double PlotMarker::angle | ( | ) | [inline] |
void PlotMarker::draw | ( | QPainter * | p, | |
const QwtScaleMap & | xMap, | |||
const QwtScaleMap & | yMap, | |||
const QRect & | r | |||
) | const [protected] |
Does the actual drawing; see QwtPlotItem::draw.
int PlotMarker::index | ( | ) | [inline] |
void PlotMarker::setAngle | ( | double | a | ) | [inline] |
void PlotMarker::setIndex | ( | int | i | ) | [inline] |
double PlotMarker::d_angle [protected] |
int PlotMarker::d_index [protected] |