addToLegend() | QCPAbstractPlottable | virtual |
antialiased() const | QCPLayerable | inline |
antialiasedErrorBars() const | QCPAbstractPlottable | inline |
antialiasedFill() const | QCPAbstractPlottable | inline |
antialiasedScatters() const | QCPAbstractPlottable | inline |
applyAntialiasingHint(QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const | QCPLayerable | protected |
applyDefaultAntialiasingHint(QCPPainter *painter) const | QCPAbstractPlottable | protectedvirtual |
applyErrorBarsAntialiasingHint(QCPPainter *painter) const | QCPAbstractPlottable | protected |
applyFillAntialiasingHint(QCPPainter *painter) const | QCPAbstractPlottable | protected |
applyScattersAntialiasingHint(QCPPainter *painter) const | QCPAbstractPlottable | protected |
brush() const | QCPAbstractPlottable | inline |
clearData() | QCPStatisticalBox | virtual |
clipRect() const | QCPAbstractPlottable | protectedvirtual |
coordsToPixels(double key, double value, double &x, double &y) const | QCPAbstractPlottable | protected |
coordsToPixels(double key, double value) const | QCPAbstractPlottable | protected |
distSqrToLine(const QPointF &start, const QPointF &end, const QPointF &point) const | QCPAbstractPlottable | protected |
draw(QCPPainter *painter) | QCPStatisticalBox | protectedvirtual |
drawLegendIcon(QCPPainter *painter, const QRect &rect) const | QCPStatisticalBox | protectedvirtual |
drawMedian(QCPPainter *painter) const | QCPStatisticalBox | protectedvirtual |
drawOutliers(QCPPainter *painter) const | QCPStatisticalBox | protectedvirtual |
drawQuartileBox(QCPPainter *painter, QRectF *quartileBox=0) const | QCPStatisticalBox | protectedvirtual |
drawWhiskers(QCPPainter *painter) const | QCPStatisticalBox | protectedvirtual |
getKeyRange(bool &validRange, SignDomain inSignDomain=sdBoth) const | QCPStatisticalBox | protectedvirtual |
getValueRange(bool &validRange, SignDomain inSignDomain=sdBoth) const | QCPStatisticalBox | protectedvirtual |
key() const | QCPStatisticalBox | inline |
keyAxis() const | QCPAbstractPlottable | inline |
layer() const | QCPLayerable | inline |
lowerQuartile() const | QCPStatisticalBox | inline |
mainBrush() const | QCPAbstractPlottable | protected |
mainPen() const | QCPAbstractPlottable | protected |
mAntialiased | QCPLayerable | protected |
mAntialiasedErrorBars | QCPAbstractPlottable | protected |
mAntialiasedFill | QCPAbstractPlottable | protected |
mAntialiasedScatters | QCPAbstractPlottable | protected |
maximum() const | QCPStatisticalBox | inline |
mBrush | QCPAbstractPlottable | protected |
median() const | QCPStatisticalBox | inline |
medianPen() const | QCPStatisticalBox | inline |
minimum() const | QCPStatisticalBox | inline |
mKey | QCPStatisticalBox | protected |
mKeyAxis | QCPAbstractPlottable | protected |
mLayer | QCPLayerable | protected |
mLowerQuartile | QCPStatisticalBox | protected |
mMaximum | QCPStatisticalBox | protected |
mMedian | QCPStatisticalBox | protected |
mMedianPen | QCPStatisticalBox | protected |
mMinimum | QCPStatisticalBox | protected |
mName | QCPAbstractPlottable | protected |
mOutlierPen | QCPStatisticalBox | protected |
mOutliers | QCPStatisticalBox | protected |
mOutlierSize | QCPStatisticalBox | protected |
mOutlierStyle | QCPStatisticalBox | protected |
moveToLayer(QCPLayer *layer, bool prepend) | QCPLayerable | protected |
mParentPlot | QCPLayerable | protected |
mPen | QCPAbstractPlottable | protected |
mSelectable | QCPAbstractPlottable | protected |
mSelected | QCPAbstractPlottable | protected |
mSelectedBrush | QCPAbstractPlottable | protected |
mSelectedPen | QCPAbstractPlottable | protected |
mUpperQuartile | QCPStatisticalBox | protected |
mValueAxis | QCPAbstractPlottable | protected |
mVisible | QCPLayerable | protected |
mWhiskerBarPen | QCPStatisticalBox | protected |
mWhiskerPen | QCPStatisticalBox | protected |
mWhiskerWidth | QCPStatisticalBox | protected |
mWidth | QCPStatisticalBox | protected |
name() const | QCPAbstractPlottable | inline |
outlierPen() const | QCPStatisticalBox | inline |
outliers() const | QCPStatisticalBox | inline |
outlierSize() const | QCPStatisticalBox | inline |
outlierStyle() const | QCPStatisticalBox | inline |
parentPlot() const | QCPLayerable | inline |
pen() const | QCPAbstractPlottable | inline |
pixelsToCoords(double x, double y, double &key, double &value) const | QCPAbstractPlottable | protected |
pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const | QCPAbstractPlottable | protected |
QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPAbstractPlottable | |
QCPLayerable(QCustomPlot *parentPlot) | QCPLayerable | |
QCPLegend class | QCPStatisticalBox | friend |
QCPStatisticalBox(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPStatisticalBox | explicit |
QCustomPlot class | QCPStatisticalBox | friend |
removeFromLegend() const | QCPAbstractPlottable | virtual |
rescaleAxes(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
rescaleKeyAxis(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
rescaleValueAxis(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
sdBoth enum value | QCPAbstractPlottable | protected |
sdNegative enum value | QCPAbstractPlottable | protected |
sdPositive enum value | QCPAbstractPlottable | protected |
selectable() const | QCPAbstractPlottable | inline |
selected() const | QCPAbstractPlottable | inline |
selectedBrush() const | QCPAbstractPlottable | inline |
selectedPen() const | QCPAbstractPlottable | inline |
selectionChanged(bool selected) | QCPAbstractPlottable | signal |
selectTest(const QPointF &pos) const | QCPStatisticalBox | virtual |
setAntialiased(bool enabled) | QCPLayerable | |
setAntialiasedErrorBars(bool enabled) | QCPAbstractPlottable | |
setAntialiasedFill(bool enabled) | QCPAbstractPlottable | |
setAntialiasedScatters(bool enabled) | QCPAbstractPlottable | |
setBrush(const QBrush &brush) | QCPAbstractPlottable | |
setData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum) | QCPStatisticalBox | |
setKey(double key) | QCPStatisticalBox | |
setKeyAxis(QCPAxis *axis) | QCPAbstractPlottable | |
setLayer(QCPLayer *layer) | QCPLayerable | |
setLayer(const QString &layerName) | QCPLayerable | |
setLowerQuartile(double value) | QCPStatisticalBox | |
setMaximum(double value) | QCPStatisticalBox | |
setMedian(double value) | QCPStatisticalBox | |
setMedianPen(const QPen &pen) | QCPStatisticalBox | |
setMinimum(double value) | QCPStatisticalBox | |
setName(const QString &name) | QCPAbstractPlottable | |
setOutlierPen(const QPen &pen) | QCPStatisticalBox | |
setOutliers(const QVector< double > &values) | QCPStatisticalBox | |
setOutlierSize(double pixels) | QCPStatisticalBox | |
setOutlierStyle(QCP::ScatterStyle style) | QCPStatisticalBox | |
setPen(const QPen &pen) | QCPAbstractPlottable | |
setSelectable(bool selectable) | QCPAbstractPlottable | |
setSelected(bool selected) | QCPAbstractPlottable | |
setSelectedBrush(const QBrush &brush) | QCPAbstractPlottable | |
setSelectedPen(const QPen &pen) | QCPAbstractPlottable | |
setUpperQuartile(double value) | QCPStatisticalBox | |
setValueAxis(QCPAxis *axis) | QCPAbstractPlottable | |
setVisible(bool on) | QCPLayerable | |
setWhiskerBarPen(const QPen &pen) | QCPStatisticalBox | |
setWhiskerPen(const QPen &pen) | QCPStatisticalBox | |
setWhiskerWidth(double width) | QCPStatisticalBox | |
setWidth(double width) | QCPStatisticalBox | |
SignDomain enum name | QCPAbstractPlottable | protected |
upperQuartile() const | QCPStatisticalBox | inline |
valueAxis() const | QCPAbstractPlottable | inline |
visible() const | QCPLayerable | inline |
whiskerBarPen() const | QCPStatisticalBox | inline |
whiskerPen() const | QCPStatisticalBox | inline |
whiskerWidth() const | QCPStatisticalBox | inline |
width() const | QCPStatisticalBox | inline |
~QCPAbstractPlottable() | QCPAbstractPlottable | inlinevirtual |
~QCPLayerable() | QCPLayerable | |
~QCPStatisticalBox() | QCPStatisticalBox | virtual |