QtiPlot
0.9.8.2
|
#include <PlotCurve.h>
Public Member Functions | |
double | angle () |
int | index () |
PlotMarker (int index, double angle) | |
void | setAngle (double a) |
void | setIndex (int i) |
void | setLabelOffset (double xOffset, double yOffset) |
double | xLabelOffset () |
double | yLabelOffset () |
Protected Member Functions | |
void | draw (QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &r) const |
Does the actual drawing; see QwtPlotItem::draw. More... | |
Protected Attributes | |
double | d_angle |
int | d_index |
double | d_label_x_offset |
x coordinate offset More... | |
double | d_label_y_offset |
y coordinate offset More... | |
PlotMarker::PlotMarker | ( | int | index, |
double | angle | ||
) |
|
inline |
References d_angle.
|
protected |
Does the actual drawing; see QwtPlotItem::draw.
References d_angle.
|
inline |
References d_index.
Referenced by Spectrogram::saveToString(), BoxCurve::updateLabels(), and DataCurve::updateLabelsPosition().
|
inline |
References d_angle.
Referenced by Spectrogram::setLabelsRotation(), and DataCurve::setLabelsRotation().
|
inline |
References d_index.
|
inline |
References d_label_x_offset, and d_label_y_offset.
Referenced by Spectrogram::copy(), Spectrogram::moveLabel(), and Spectrogram::setLabelOffset().
|
inline |
References d_label_x_offset.
Referenced by Spectrogram::copy(), Spectrogram::moveLabel(), Spectrogram::saveToString(), and Spectrogram::updateLabels().
|
inline |
References d_label_y_offset.
Referenced by Spectrogram::copy(), Spectrogram::moveLabel(), Spectrogram::saveToString(), and Spectrogram::updateLabels().
|
protected |
Referenced by angle(), draw(), and setAngle().
|
protected |
Referenced by index(), and setIndex().
|
protected |
x coordinate offset
Referenced by setLabelOffset(), and xLabelOffset().
|
protected |
y coordinate offset
Referenced by setLabelOffset(), and yLabelOffset().