#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] |
References d_angle.
| void PlotMarker::draw | ( | QPainter * | p, | |
| const QwtScaleMap & | xMap, | |||
| const QwtScaleMap & | yMap, | |||
| const QRect & | r | |||
| ) | const [protected] |
| int PlotMarker::index | ( | ) | [inline] |
| void PlotMarker::setAngle | ( | double | a | ) | [inline] |
| void PlotMarker::setIndex | ( | int | i | ) | [inline] |
References d_index.
double PlotMarker::d_angle [protected] |
Referenced by angle(), draw(), and setAngle().
int PlotMarker::d_index [protected] |
Referenced by index(), and setIndex().
1.5.6