attach(QwtPlot *plot) | QwtPlotItem | |
AutoScale enum value (defined in QwtPlotItem) | QwtPlotItem | |
baseline() const | QwtPlotCurve | |
boundingRect() const | QwtPlotCurve | [virtual] |
brush() const | QwtPlotCurve | |
ClipPolygons enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
closePolyline(const QwtScaleMap &, const QwtScaleMap &, QwtPolygon &) const | QwtPlotCurve | [protected] |
closestPoint(const QPoint &pos, double *dist=NULL) const | QwtPlotCurve | |
CurveAttribute enum name | QwtPlotCurve | |
curveFitter() const | QwtPlotCurve | |
CurveStyle enum name | QwtPlotCurve | |
curveType() const | QwtPlotCurve | |
CurveType enum name | QwtPlotCurve | |
data() | QwtPlotCurve | [inline] |
data() const | QwtPlotCurve | [inline] |
dataSize() const | QwtPlotCurve | |
detach() | QwtPlotItem | [inline] |
Dots enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
draw(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &) const | QwtPlotCurve | [virtual] |
draw(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [virtual] |
draw(int from, int to) const | QwtPlotCurve | |
drawCurve(QPainter *p, int style, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [protected, virtual] |
drawDots(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [protected] |
drawLines(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [protected] |
drawSteps(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [protected] |
drawSticks(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [protected] |
drawSymbols(QPainter *p, const QwtSymbol &, const QwtScaleMap &xMap, const QwtScaleMap &yMap, int from, int to) const | QwtPlotCurve | [protected, virtual] |
fillCurve(QPainter *, const QwtScaleMap &, const QwtScaleMap &, QwtPolygon &) const | QwtPlotCurve | [protected] |
Fitted enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
hide() | QwtPlotItem | |
init() | QwtPlotCurve | [protected] |
Inverted enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
invTransform(const QwtScaleMap &, const QwtScaleMap &, const QRect &) const | QwtPlotItem | |
isVisible() const | QwtPlotItem | |
ItemAttribute enum name | QwtPlotItem | |
itemChanged() | QwtPlotItem | [virtual] |
Legend enum value (defined in QwtPlotItem) | QwtPlotItem | |
legendItem() const | QwtPlotItem | [virtual] |
Lines enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
maxXValue() const | QwtPlotCurve | [inline] |
maxYValue() const | QwtPlotCurve | [inline] |
minXValue() const | QwtPlotCurve | [inline] |
minYValue() const | QwtPlotCurve | [inline] |
NoCurve enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
PaintAttribute enum name | QwtPlotCurve | |
PaintFiltered enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
paintRect(const QwtScaleMap &, const QwtScaleMap &) const | QwtPlotItem | |
pen() const | QwtPlotCurve | |
plot() const | QwtPlotItem | |
QwtPlotCurve() | QwtPlotCurve | [explicit] |
QwtPlotCurve(const QwtText &title) | QwtPlotCurve | [explicit] |
QwtPlotCurve(const QString &title) | QwtPlotCurve | [explicit] |
QwtPlotItem(const QwtText &title=QwtText()) | QwtPlotItem | [explicit] |
RenderAntialiased enum value (defined in QwtPlotItem) | QwtPlotItem | |
RenderHint enum name | QwtPlotItem | |
rtti() const | QwtPlotCurve | [virtual] |
Rtti_PlotCurve enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotGrid enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotHistogram enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotItem enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotMarker enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotSpectrogram enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotSVG enum value (defined in QwtPlotItem) | QwtPlotItem | |
Rtti_PlotUserItem enum value (defined in QwtPlotItem) | QwtPlotItem | |
RttiValues enum name | QwtPlotItem | |
scaleRect(const QwtScaleMap &, const QwtScaleMap &) const | QwtPlotItem | |
setAxis(int xAxis, int yAxis) | QwtPlotItem | |
setBaseline(double ref) | QwtPlotCurve | |
setBrush(const QBrush &) | QwtPlotCurve | |
setCurveAttribute(CurveAttribute, bool on=true) | QwtPlotCurve | |
setCurveFitter(QwtCurveFitter *) | QwtPlotCurve | |
setCurveType(CurveType) | QwtPlotCurve | |
setData(const double *xData, const double *yData, int size) | QwtPlotCurve | |
setData(const QwtArray< double > &xData, const QwtArray< double > &yData) | QwtPlotCurve | |
setData(const QPolygonF &data) | QwtPlotCurve | |
setData(const QwtData &data) | QwtPlotCurve | |
setItemAttribute(ItemAttribute, bool on=true) | QwtPlotItem | |
setPaintAttribute(PaintAttribute, bool on=true) | QwtPlotCurve | |
setPen(const QPen &) | QwtPlotCurve | |
setRawData(const double *x, const double *y, int size) | QwtPlotCurve | |
setRenderHint(RenderHint, bool on=true) | QwtPlotItem | |
setStyle(CurveStyle style) | QwtPlotCurve | |
setSymbol(const QwtSymbol &s) | QwtPlotCurve | |
setTitle(const QString &title) | QwtPlotItem | |
setTitle(const QwtText &title) | QwtPlotItem | |
setVisible(bool) | QwtPlotItem | [virtual] |
setXAxis(int axis) | QwtPlotItem | |
setYAxis(int axis) | QwtPlotItem | |
setZ(double z) | QwtPlotItem | |
show() | QwtPlotItem | |
Steps enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
Sticks enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
style() const | QwtPlotCurve | |
symbol() const | QwtPlotCurve | |
testCurveAttribute(CurveAttribute) const | QwtPlotCurve | |
testItemAttribute(ItemAttribute) const | QwtPlotItem | |
testPaintAttribute(PaintAttribute) const | QwtPlotCurve | |
testRenderHint(RenderHint) const | QwtPlotItem | |
title() const | QwtPlotItem | |
transform(const QwtScaleMap &, const QwtScaleMap &, const QwtDoubleRect &) const | QwtPlotItem | |
updateLegend(QwtLegend *) const | QwtPlotCurve | [virtual] |
updateScaleDiv(const QwtScaleDiv &, const QwtScaleDiv &) | QwtPlotItem | [virtual] |
UserCurve enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
x(int i) const | QwtPlotCurve | [inline] |
xAxis() const | QwtPlotItem | |
Xfy enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
y(int i) const | QwtPlotCurve | [inline] |
yAxis() const | QwtPlotItem | |
Yfx enum value (defined in QwtPlotCurve) | QwtPlotCurve | |
z() const | QwtPlotItem | |
~QwtPlotCurve() | QwtPlotCurve | [virtual] |
~QwtPlotItem() | QwtPlotItem | [virtual] |