This is the complete list of members for UPlotCurveThreshold, including all inherited members.
_addValue(UPlotItem *data) | UPlotCurve | protected |
_brush | UPlotCurve | private |
_items | UPlotCurve | protected |
_itemsColor | UPlotCurve | private |
_minMax | UPlotCurve | private |
_name | UPlotCurve | private |
_orientation | UPlotCurveThreshold | private |
_pen | UPlotCurve | private |
_plot | UPlotCurve | protected |
_rootItem | UPlotCurve | private |
_threshold | UPlotCurveThreshold | private |
_valuesShown | UPlotCurve | private |
_visible | UPlotCurve | private |
_xIncrement | UPlotCurve | private |
_xStart | UPlotCurve | private |
addValue(UPlotItem *data) | UPlotCurve | slot |
addValue(qreal y) | UPlotCurve | slot |
addValue(qreal x, qreal y) | UPlotCurve | slot |
addValue(const QString &y) | UPlotCurve | slot |
addValues(QVector< UPlotItem * > &data) | UPlotCurve | slot |
addValues(const QVector< qreal > &xs, const QVector< qreal > &ys) | UPlotCurve | slot |
addValues(const QVector< qreal > &ys) | UPlotCurve | slot |
addValues(const QVector< int > &ys) | UPlotCurve | slot |
addValues(const std::vector< qreal > &ys) | UPlotCurve | slot |
addValues(const std::vector< int > &ys) | UPlotCurve | slot |
attach(UPlot *plot) | UPlotCurve | protected |
brush() const | UPlotCurve | inline |
clear() | UPlotCurve | virtualslot |
dataChanged(const UPlotCurve *) | UPlotCurve | signal |
detach(UPlot *plot) | UPlotCurve | protected |
draw(QPainter *painter, const QRect &limits) | UPlotCurve | |
getData(QVector< qreal > &x, QVector< qreal > &y) const | UPlotCurve | |
getData(QMap< qreal, qreal > &data) const | UPlotCurve | |
getItemData(int index) | UPlotCurve | |
getMinMax() const | UPlotCurve | inlineprotected |
getThreshold() const | UPlotCurveThreshold | inline |
isMinMaxValid() const | UPlotCurveThreshold | inlineprotectedvirtual |
isVisible() const | UPlotCurve | inline |
itemsColor() const | UPlotCurve | inline |
itemsSize() const | UPlotCurve | |
name() const | UPlotCurve | inline |
pen() const | UPlotCurve | inline |
removeItem(int index) | UPlotCurve | protected |
removeItem(UPlotItem *item) | UPlotCurve | private |
setBrush(const QBrush &brush) | UPlotCurve | |
setData(QVector< UPlotItem * > &data) | UPlotCurve | |
setData(const QVector< qreal > &x, const QVector< qreal > &y) | UPlotCurve | slot |
setData(const std::vector< qreal > &x, const std::vector< qreal > &y) | UPlotCurve | slot |
setData(const QVector< qreal > &y) | UPlotCurve | slot |
setData(const std::vector< qreal > &y) | UPlotCurve | slot |
setItemsColor(const QColor &color) | UPlotCurve | |
setOrientation(Qt::Orientation orientation) | UPlotCurveThreshold | slot |
setPen(const QPen &pen) | UPlotCurve | |
setThreshold(qreal threshold) | UPlotCurveThreshold | slot |
setVisible(bool visible) | UPlotCurve | slot |
setXIncrement(qreal increment) | UPlotCurve | slot |
setXStart(qreal val) | UPlotCurve | slot |
update(qreal scaleX, qreal scaleY, qreal offsetX, qreal offsetY, qreal xDir, qreal yDir, int maxItemsKept) | UPlotCurveThreshold | protectedvirtual |
updateMinMax() | UPlotCurve | protected |
UPlot class | UPlotCurveThreshold | friend |
UPlotCurve(const QString &name, QObject *parent=0) | UPlotCurve | |
UPlotCurve(const QString &name, const QVector< UPlotItem * > data, QObject *parent=0) | UPlotCurve | |
UPlotCurve(const QString &name, const QVector< qreal > &x, const QVector< qreal > &y, QObject *parent=0) | UPlotCurve | |
UPlotCurveThreshold(const QString &name, qreal thesholdValue, Qt::Orientation orientation=Qt::Horizontal, QObject *parent=0) | UPlotCurveThreshold | |
~UPlotCurve() | UPlotCurve | virtual |
~UPlotCurveThreshold() | UPlotCurveThreshold | virtual |