![]() |
Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
This is the complete list of members for QCPCurve, including all inherited members.
| addData(const QCPCurveDataMap &dataMap) | QCPCurve | |
| addData(const QCPCurveData &data) | QCPCurve | |
| addData(double t, double key, double value) | QCPCurve | |
| addData(double key, double value) | QCPCurve | |
| addData(const QVector< double > &ts, const QVector< double > &keys, const QVector< double > &values) | QCPCurve | |
| 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() | QCPCurve | 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 |
| data() const | QCPCurve | inline |
| deselectEvent(bool *selectionStateChanged) | QCPAbstractPlottable | protectedvirtual |
| distSqrToLine(const QPointF &start, const QPointF &end, const QPointF &point) const | QCPAbstractPlottable | protected |
| draw(QCPPainter *painter) | QCPCurve | protectedvirtual |
| drawLegendIcon(QCPPainter *painter, const QRectF &rect) const | QCPCurve | protectedvirtual |
| drawScatterPlot(QCPPainter *painter, const QVector< QPointF > *pointData) const | QCPCurve | protectedvirtual |
| getCurveData(QVector< QPointF > *lineData) const | QCPCurve | protected |
| getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const | QCPCurve | protectedvirtual |
| getOptimizedCornerPoints(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom) const | QCPCurve | protected |
| getOptimizedPoint(int prevRegion, double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom) const | QCPCurve | protected |
| getRegion(double x, double y, double rectLeft, double rectTop, double rectRight, double rectBottom) const | QCPCurve | protected |
| getTraverse(double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom, QPointF &crossA, QPointF &crossB) const | QCPCurve | protected |
| getTraverseCornerPoints(int prevRegion, int currentRegion, double rectLeft, double rectTop, double rectRight, double rectBottom, QVector< QPointF > &beforeTraverse, QVector< QPointF > &afterTraverse) const | QCPCurve | protected |
| getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const | QCPCurve | protectedvirtual |
| initializeParentPlot(QCustomPlot *parentPlot) | QCPLayerable | protected |
| keyAxis() const | QCPAbstractPlottable | inline |
| layer() const | QCPLayerable | inline |
| layerChanged(QCPLayer *newLayer) | QCPLayerable | signal |
| LineStyle enum name | QCPCurve | |
| lineStyle() const | QCPCurve | inline |
| lsLine enum value | QCPCurve | |
| lsNone enum value | QCPCurve | |
| mainBrush() const | QCPAbstractPlottable | protected |
| mainPen() const | QCPAbstractPlottable | protected |
| mAntialiased | QCPLayerable | protected |
| mAntialiasedErrorBars | QCPAbstractPlottable | protected |
| mAntialiasedFill | QCPAbstractPlottable | protected |
| mAntialiasedScatters | QCPAbstractPlottable | protected |
| mayTraverse(int prevRegion, int currentRegion) const | QCPCurve | protected |
| mBrush | QCPAbstractPlottable | protected |
| mData | QCPCurve | protected |
| mKeyAxis | QCPAbstractPlottable | protected |
| mLayer | QCPLayerable | protected |
| mLineStyle | QCPCurve | protected |
| mName | QCPAbstractPlottable | protected |
| moveToLayer(QCPLayer *layer, bool prepend) | QCPLayerable | protected |
| mParentLayerable | QCPLayerable | protected |
| mParentPlot | QCPLayerable | protected |
| mPen | QCPAbstractPlottable | protected |
| mScatterStyle | QCPCurve | protected |
| mSelectable | QCPAbstractPlottable | protected |
| mSelected | QCPAbstractPlottable | protected |
| mSelectedBrush | QCPAbstractPlottable | protected |
| mSelectedPen | QCPAbstractPlottable | protected |
| mValueAxis | QCPAbstractPlottable | protected |
| mVisible | QCPLayerable | protected |
| name() const | QCPAbstractPlottable | inline |
| parentLayerable() const | QCPLayerable | inline |
| parentPlot() const | QCPLayerable | inline |
| parentPlotInitialized(QCustomPlot *parentPlot) | QCPLayerable | protectedvirtual |
| 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 |
| pointDistance(const QPointF &pixelPoint) const | QCPCurve | protected |
| QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPAbstractPlottable | |
| QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis) | QCPCurve | explicit |
| QCPLayerable(QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | QCPLayerable | |
| QCPLegend class | QCPCurve | friend |
| QCustomPlot class | QCPCurve | friend |
| realVisibility() const | QCPLayerable | |
| removeData(double fromt, double tot) | QCPCurve | |
| removeData(double t) | QCPCurve | |
| removeDataAfter(double t) | QCPCurve | |
| removeDataBefore(double t) | QCPCurve | |
| removeFromLegend() const | QCPAbstractPlottable | virtual |
| rescaleAxes(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
| rescaleKeyAxis(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
| rescaleValueAxis(bool onlyEnlarge=false) const | QCPAbstractPlottable | |
| scatterStyle() const | QCPCurve | inline |
| sdBoth enum value | QCPAbstractPlottable | protected |
| sdNegative enum value | QCPAbstractPlottable | protected |
| sdPositive enum value | QCPAbstractPlottable | protected |
| selectable() const | QCPAbstractPlottable | inline |
| selectableChanged(bool selectable) | QCPAbstractPlottable | signal |
| selected() const | QCPAbstractPlottable | inline |
| selectedBrush() const | QCPAbstractPlottable | inline |
| selectedPen() const | QCPAbstractPlottable | inline |
| selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) | QCPAbstractPlottable | protectedvirtual |
| selectionCategory() const | QCPAbstractPlottable | protectedvirtual |
| selectionChanged(bool selected) | QCPAbstractPlottable | signal |
| selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const | QCPCurve | virtual |
| setAntialiased(bool enabled) | QCPLayerable | |
| setAntialiasedErrorBars(bool enabled) | QCPAbstractPlottable | |
| setAntialiasedFill(bool enabled) | QCPAbstractPlottable | |
| setAntialiasedScatters(bool enabled) | QCPAbstractPlottable | |
| setBrush(const QBrush &brush) | QCPAbstractPlottable | |
| setData(QCPCurveDataMap *data, bool copy=false) | QCPCurve | |
| setData(const QVector< double > &t, const QVector< double > &key, const QVector< double > &value) | QCPCurve | |
| setData(const QVector< double > &key, const QVector< double > &value) | QCPCurve | |
| setKeyAxis(QCPAxis *axis) | QCPAbstractPlottable | |
| setLayer(QCPLayer *layer) | QCPLayerable | |
| setLayer(const QString &layerName) | QCPLayerable | |
| setLineStyle(LineStyle style) | QCPCurve | |
| setName(const QString &name) | QCPAbstractPlottable | |
| setParentLayerable(QCPLayerable *parentLayerable) | QCPLayerable | protected |
| setPen(const QPen &pen) | QCPAbstractPlottable | |
| setScatterStyle(const QCPScatterStyle &style) | QCPCurve | |
| setSelectable(bool selectable) | QCPAbstractPlottable | |
| setSelected(bool selected) | QCPAbstractPlottable | |
| setSelectedBrush(const QBrush &brush) | QCPAbstractPlottable | |
| setSelectedPen(const QPen &pen) | QCPAbstractPlottable | |
| setValueAxis(QCPAxis *axis) | QCPAbstractPlottable | |
| setVisible(bool on) | QCPLayerable | |
| SignDomain enum name | QCPAbstractPlottable | protected |
| valueAxis() const | QCPAbstractPlottable | inline |
| visible() const | QCPLayerable | inline |
| ~QCPCurve() | QCPCurve | virtual |
| ~QCPLayerable() | QCPLayerable |