#include </root/robotpkg/graphics/py-qt-gepetto-viewer/work.runner-jmn42dp2-project-89-concurrent-0/gepetto-viewer-4.8.0/plugins/pyqcustomplot/qcustomplot.h>
Signals | |
| void | ticksRequest () |
| void | rangeChanged (const QCPRange &newRange) |
| void | rangeChanged (const QCPRange &newRange, const QCPRange &oldRange) |
| void | scaleTypeChanged (QCPAxis::ScaleType scaleType) |
| void | selectionChanged (const QCPAxis::SelectableParts &parts) |
| void | selectableChanged (const QCPAxis::SelectableParts &parts) |
| void | rangeChanged (const QCPRange &newRange) |
| void | rangeChanged (const QCPRange &newRange, const QCPRange &oldRange) |
| void | scaleTypeChanged (QCPAxis::ScaleType scaleType) |
| void | selectionChanged (const QCPAxis::SelectableParts &parts) |
| void | selectableChanged (const QCPAxis::SelectableParts &parts) |
| void | ticksRequest () |
| void | rangeChanged (const QCPRange &newRange) |
| void | rangeChanged (const QCPRange &newRange, const QCPRange &oldRange) |
| void | scaleTypeChanged (QCPAxis::ScaleType scaleType) |
| void | selectionChanged (const QCPAxis::SelectableParts &parts) |
| void | selectableChanged (const QCPAxis::SelectableParts &parts) |
Signals inherited from QCPLayerable | |
| void | layerChanged (QCPLayer *newLayer) |
| void | layerChanged (QCPLayer *newLayer) |
| void | layerChanged (QCPLayer *newLayer) |
Public Member Functions | |
| QCPAxis (QCPAxisRect *parent, AxisType type) | |
| virtual | ~QCPAxis () |
| AxisType | axisType () const |
| QCPAxisRect * | axisRect () const |
| ScaleType | scaleType () const |
| double | scaleLogBase () const |
| const QCPRange | range () const |
| bool | rangeReversed () const |
| bool | autoTicks () const |
| int | autoTickCount () const |
| bool | autoTickLabels () const |
| bool | autoTickStep () const |
| bool | autoSubTicks () const |
| bool | ticks () const |
| bool | tickLabels () const |
| int | tickLabelPadding () const |
| LabelType | tickLabelType () const |
| QFont | tickLabelFont () const |
| QColor | tickLabelColor () const |
| double | tickLabelRotation () const |
| LabelSide | tickLabelSide () const |
| QString | dateTimeFormat () const |
| Qt::TimeSpec | dateTimeSpec () const |
| QString | numberFormat () const |
| int | numberPrecision () const |
| double | tickStep () const |
| QVector< double > | tickVector () const |
| QVector< QString > | tickVectorLabels () const |
| int | tickLengthIn () const |
| int | tickLengthOut () const |
| int | subTickCount () const |
| int | subTickLengthIn () const |
| int | subTickLengthOut () const |
| QPen | basePen () const |
| QPen | tickPen () const |
| QPen | subTickPen () const |
| QFont | labelFont () const |
| QColor | labelColor () const |
| QString | label () const |
| int | labelPadding () const |
| int | padding () const |
| int | offset () const |
| SelectableParts | selectedParts () const |
| SelectableParts | selectableParts () const |
| QFont | selectedTickLabelFont () const |
| QFont | selectedLabelFont () const |
| QColor | selectedTickLabelColor () const |
| QColor | selectedLabelColor () const |
| QPen | selectedBasePen () const |
| QPen | selectedTickPen () const |
| QPen | selectedSubTickPen () const |
| QCPLineEnding | lowerEnding () const |
| QCPLineEnding | upperEnding () const |
| QCPGrid * | grid () const |
| Q_SLOT void | setScaleType (QCPAxis::ScaleType type) |
| void | setScaleLogBase (double base) |
| Q_SLOT void | setRange (const QCPRange &range) |
| void | setRange (double lower, double upper) |
| void | setRange (double position, double size, Qt::AlignmentFlag alignment) |
| void | setRangeLower (double lower) |
| void | setRangeUpper (double upper) |
| void | setRangeReversed (bool reversed) |
| void | setAutoTicks (bool on) |
| void | setAutoTickCount (int approximateCount) |
| void | setAutoTickLabels (bool on) |
| void | setAutoTickStep (bool on) |
| void | setAutoSubTicks (bool on) |
| void | setTicks (bool show) |
| void | setTickLabels (bool show) |
| void | setTickLabelPadding (int padding) |
| void | setTickLabelType (LabelType type) |
| void | setTickLabelFont (const QFont &font) |
| void | setTickLabelColor (const QColor &color) |
| void | setTickLabelRotation (double degrees) |
| void | setTickLabelSide (LabelSide side) |
| void | setDateTimeFormat (const QString &format) |
| void | setDateTimeSpec (const Qt::TimeSpec &timeSpec) |
| void | setNumberFormat (const QString &formatCode) |
| void | setNumberPrecision (int precision) |
| void | setTickStep (double step) |
| void | setTickVector (const QVector< double > &vec) |
| void | setTickVectorLabels (const QVector< QString > &vec) |
| void | setTickLength (int inside, int outside=0) |
| void | setTickLengthIn (int inside) |
| void | setTickLengthOut (int outside) |
| void | setSubTickCount (int count) |
| void | setSubTickLength (int inside, int outside=0) |
| void | setSubTickLengthIn (int inside) |
| void | setSubTickLengthOut (int outside) |
| void | setBasePen (const QPen &pen) |
| void | setTickPen (const QPen &pen) |
| void | setSubTickPen (const QPen &pen) |
| void | setLabelFont (const QFont &font) |
| void | setLabelColor (const QColor &color) |
| void | setLabel (const QString &str) |
| void | setLabelPadding (int padding) |
| void | setPadding (int padding) |
| void | setOffset (int offset) |
| void | setSelectedTickLabelFont (const QFont &font) |
| void | setSelectedLabelFont (const QFont &font) |
| void | setSelectedTickLabelColor (const QColor &color) |
| void | setSelectedLabelColor (const QColor &color) |
| void | setSelectedBasePen (const QPen &pen) |
| void | setSelectedTickPen (const QPen &pen) |
| void | setSelectedSubTickPen (const QPen &pen) |
| Q_SLOT void | setSelectableParts (const QCPAxis::SelectableParts &selectableParts) |
| Q_SLOT void | setSelectedParts (const QCPAxis::SelectableParts &selectedParts) |
| void | setLowerEnding (const QCPLineEnding &ending) |
| void | setUpperEnding (const QCPLineEnding &ending) |
| virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
| Qt::Orientation | orientation () const |
| void | moveRange (double diff) |
| void | scaleRange (double factor, double center) |
| void | setScaleRatio (const QCPAxis *otherAxis, double ratio=1.0) |
| void | rescale (bool onlyVisiblePlottables=false) |
| double | pixelToCoord (double value) const |
| double | coordToPixel (double value) const |
| SelectablePart | getPartAt (const QPointF &pos) const |
| QList< QCPAbstractPlottable * > | plottables () const |
| QList< QCPGraph * > | graphs () const |
| QList< QCPAbstractItem * > | items () const |
| QCPAxis (QCPAxisRect *parent, AxisType type) | |
| virtual | ~QCPAxis () |
| AxisType | axisType () const |
| QCPAxisRect * | axisRect () const |
| ScaleType | scaleType () const |
| const QCPRange | range () const |
| bool | rangeReversed () const |
| QSharedPointer< QCPAxisTicker > | ticker () const |
| bool | ticks () const |
| bool | tickLabels () const |
| int | tickLabelPadding () const |
| QFont | tickLabelFont () const |
| QColor | tickLabelColor () const |
| double | tickLabelRotation () const |
| LabelSide | tickLabelSide () const |
| QString | numberFormat () const |
| int | numberPrecision () const |
| QVector< double > | tickVector () const |
| QVector< QString > | tickVectorLabels () const |
| int | tickLengthIn () const |
| int | tickLengthOut () const |
| bool | subTicks () const |
| int | subTickLengthIn () const |
| int | subTickLengthOut () const |
| QPen | basePen () const |
| QPen | tickPen () const |
| QPen | subTickPen () const |
| QFont | labelFont () const |
| QColor | labelColor () const |
| QString | label () const |
| int | labelPadding () const |
| int | padding () const |
| int | offset () const |
| SelectableParts | selectedParts () const |
| SelectableParts | selectableParts () const |
| QFont | selectedTickLabelFont () const |
| QFont | selectedLabelFont () const |
| QColor | selectedTickLabelColor () const |
| QColor | selectedLabelColor () const |
| QPen | selectedBasePen () const |
| QPen | selectedTickPen () const |
| QPen | selectedSubTickPen () const |
| QCPLineEnding | lowerEnding () const |
| QCPLineEnding | upperEnding () const |
| QCPGrid * | grid () const |
| Q_SLOT void | setScaleType (QCPAxis::ScaleType type) |
| Q_SLOT void | setRange (const QCPRange &range) |
| void | setRange (double lower, double upper) |
| void | setRange (double position, double size, Qt::AlignmentFlag alignment) |
| void | setRangeLower (double lower) |
| void | setRangeUpper (double upper) |
| void | setRangeReversed (bool reversed) |
| void | setTicker (QSharedPointer< QCPAxisTicker > ticker) |
| void | setTicks (bool show) |
| void | setTickLabels (bool show) |
| void | setTickLabelPadding (int padding) |
| void | setTickLabelFont (const QFont &font) |
| void | setTickLabelColor (const QColor &color) |
| void | setTickLabelRotation (double degrees) |
| void | setTickLabelSide (LabelSide side) |
| void | setNumberFormat (const QString &formatCode) |
| void | setNumberPrecision (int precision) |
| void | setTickLength (int inside, int outside=0) |
| void | setTickLengthIn (int inside) |
| void | setTickLengthOut (int outside) |
| void | setSubTicks (bool show) |
| void | setSubTickLength (int inside, int outside=0) |
| void | setSubTickLengthIn (int inside) |
| void | setSubTickLengthOut (int outside) |
| void | setBasePen (const QPen &pen) |
| void | setTickPen (const QPen &pen) |
| void | setSubTickPen (const QPen &pen) |
| void | setLabelFont (const QFont &font) |
| void | setLabelColor (const QColor &color) |
| void | setLabel (const QString &str) |
| void | setLabelPadding (int padding) |
| void | setPadding (int padding) |
| void | setOffset (int offset) |
| void | setSelectedTickLabelFont (const QFont &font) |
| void | setSelectedLabelFont (const QFont &font) |
| void | setSelectedTickLabelColor (const QColor &color) |
| void | setSelectedLabelColor (const QColor &color) |
| void | setSelectedBasePen (const QPen &pen) |
| void | setSelectedTickPen (const QPen &pen) |
| void | setSelectedSubTickPen (const QPen &pen) |
| Q_SLOT void | setSelectableParts (const QCPAxis::SelectableParts &selectableParts) |
| Q_SLOT void | setSelectedParts (const QCPAxis::SelectableParts &selectedParts) |
| void | setLowerEnding (const QCPLineEnding &ending) |
| void | setUpperEnding (const QCPLineEnding &ending) |
| virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE |
| Qt::Orientation | orientation () const |
| int | pixelOrientation () const |
| void | moveRange (double diff) |
| void | scaleRange (double factor) |
| void | scaleRange (double factor, double center) |
| void | setScaleRatio (const QCPAxis *otherAxis, double ratio=1.0) |
| void | rescale (bool onlyVisiblePlottables=false) |
| double | pixelToCoord (double value) const |
| double | coordToPixel (double value) const |
| SelectablePart | getPartAt (const QPointF &pos) const |
| QList< QCPAbstractPlottable * > | plottables () const |
| QList< QCPGraph * > | graphs () const |
| QList< QCPAbstractItem * > | items () const |
| QCPAxis (QCPAxisRect *parent, AxisType type) | |
| virtual | ~QCPAxis () |
| AxisType | axisType () const |
| QCPAxisRect * | axisRect () const |
| ScaleType | scaleType () const |
| double | scaleLogBase () const |
| const QCPRange | range () const |
| bool | rangeReversed () const |
| bool | autoTicks () const |
| int | autoTickCount () const |
| bool | autoTickLabels () const |
| bool | autoTickStep () const |
| bool | autoSubTicks () const |
| bool | ticks () const |
| bool | tickLabels () const |
| int | tickLabelPadding () const |
| LabelType | tickLabelType () const |
| QFont | tickLabelFont () const |
| QColor | tickLabelColor () const |
| double | tickLabelRotation () const |
| LabelSide | tickLabelSide () const |
| QString | dateTimeFormat () const |
| Qt::TimeSpec | dateTimeSpec () const |
| QString | numberFormat () const |
| int | numberPrecision () const |
| double | tickStep () const |
| QVector< double > | tickVector () const |
| QVector< QString > | tickVectorLabels () const |
| int | tickLengthIn () const |
| int | tickLengthOut () const |
| int | subTickCount () const |
| int | subTickLengthIn () const |
| int | subTickLengthOut () const |
| QPen | basePen () const |
| QPen | tickPen () const |
| QPen | subTickPen () const |
| QFont | labelFont () const |
| QColor | labelColor () const |
| QString | label () const |
| int | labelPadding () const |
| int | padding () const |
| int | offset () const |
| SelectableParts | selectedParts () const |
| SelectableParts | selectableParts () const |
| QFont | selectedTickLabelFont () const |
| QFont | selectedLabelFont () const |
| QColor | selectedTickLabelColor () const |
| QColor | selectedLabelColor () const |
| QPen | selectedBasePen () const |
| QPen | selectedTickPen () const |
| QPen | selectedSubTickPen () const |
| QCPLineEnding | lowerEnding () const |
| QCPLineEnding | upperEnding () const |
| QCPGrid * | grid () const |
| Q_SLOT void | setScaleType (QCPAxis::ScaleType type) |
| void | setScaleLogBase (double base) |
| Q_SLOT void | setRange (const QCPRange &range) |
| void | setRange (double lower, double upper) |
| void | setRange (double position, double size, Qt::AlignmentFlag alignment) |
| void | setRangeLower (double lower) |
| void | setRangeUpper (double upper) |
| void | setRangeReversed (bool reversed) |
| void | setAutoTicks (bool on) |
| void | setAutoTickCount (int approximateCount) |
| void | setAutoTickLabels (bool on) |
| void | setAutoTickStep (bool on) |
| void | setAutoSubTicks (bool on) |
| void | setTicks (bool show) |
| void | setTickLabels (bool show) |
| void | setTickLabelPadding (int padding) |
| void | setTickLabelType (LabelType type) |
| void | setTickLabelFont (const QFont &font) |
| void | setTickLabelColor (const QColor &color) |
| void | setTickLabelRotation (double degrees) |
| void | setTickLabelSide (LabelSide side) |
| void | setDateTimeFormat (const QString &format) |
| void | setDateTimeSpec (const Qt::TimeSpec &timeSpec) |
| void | setNumberFormat (const QString &formatCode) |
| void | setNumberPrecision (int precision) |
| void | setTickStep (double step) |
| void | setTickVector (const QVector< double > &vec) |
| void | setTickVectorLabels (const QVector< QString > &vec) |
| void | setTickLength (int inside, int outside=0) |
| void | setTickLengthIn (int inside) |
| void | setTickLengthOut (int outside) |
| void | setSubTickCount (int count) |
| void | setSubTickLength (int inside, int outside=0) |
| void | setSubTickLengthIn (int inside) |
| void | setSubTickLengthOut (int outside) |
| void | setBasePen (const QPen &pen) |
| void | setTickPen (const QPen &pen) |
| void | setSubTickPen (const QPen &pen) |
| void | setLabelFont (const QFont &font) |
| void | setLabelColor (const QColor &color) |
| void | setLabel (const QString &str) |
| void | setLabelPadding (int padding) |
| void | setPadding (int padding) |
| void | setOffset (int offset) |
| void | setSelectedTickLabelFont (const QFont &font) |
| void | setSelectedLabelFont (const QFont &font) |
| void | setSelectedTickLabelColor (const QColor &color) |
| void | setSelectedLabelColor (const QColor &color) |
| void | setSelectedBasePen (const QPen &pen) |
| void | setSelectedTickPen (const QPen &pen) |
| void | setSelectedSubTickPen (const QPen &pen) |
| Q_SLOT void | setSelectableParts (const QCPAxis::SelectableParts &selectableParts) |
| Q_SLOT void | setSelectedParts (const QCPAxis::SelectableParts &selectedParts) |
| void | setLowerEnding (const QCPLineEnding &ending) |
| void | setUpperEnding (const QCPLineEnding &ending) |
| virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
| Qt::Orientation | orientation () const |
| void | moveRange (double diff) |
| void | scaleRange (double factor, double center) |
| void | setScaleRatio (const QCPAxis *otherAxis, double ratio=1.0) |
| void | rescale (bool onlyVisiblePlottables=false) |
| double | pixelToCoord (double value) const |
| double | coordToPixel (double value) const |
| SelectablePart | getPartAt (const QPointF &pos) const |
| QList< QCPAbstractPlottable * > | plottables () const |
| QList< QCPGraph * > | graphs () const |
| QList< QCPAbstractItem * > | items () const |
Public Member Functions inherited from QCPLayerable | |
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | |
| ~QCPLayerable () | |
| bool | visible () const |
| QCustomPlot * | parentPlot () const |
| QCPLayerable * | parentLayerable () const |
| QCPLayer * | layer () const |
| bool | antialiased () const |
| void | setVisible (bool on) |
| Q_SLOT bool | setLayer (QCPLayer *layer) |
| bool | setLayer (const QString &layerName) |
| void | setAntialiased (bool enabled) |
| bool | realVisibility () const |
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | |
| virtual | ~QCPLayerable () |
| bool | visible () const |
| QCustomPlot * | parentPlot () const |
| QCPLayerable * | parentLayerable () const |
| QCPLayer * | layer () const |
| bool | antialiased () const |
| void | setVisible (bool on) |
| Q_SLOT bool | setLayer (QCPLayer *layer) |
| bool | setLayer (const QString &layerName) |
| void | setAntialiased (bool enabled) |
| bool | realVisibility () const |
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | |
| ~QCPLayerable () | |
| bool | visible () const |
| QCustomPlot * | parentPlot () const |
| QCPLayerable * | parentLayerable () const |
| QCPLayer * | layer () const |
| bool | antialiased () const |
| void | setVisible (bool on) |
| Q_SLOT bool | setLayer (QCPLayer *layer) |
| bool | setLayer (const QString &layerName) |
| void | setAntialiased (bool enabled) |
| bool | realVisibility () const |
Static Public Member Functions | |
| static AxisType | marginSideToAxisType (QCP::MarginSide side) |
| static Qt::Orientation | orientation (AxisType type) |
| static AxisType | opposite (AxisType type) |
| static AxisType | marginSideToAxisType (QCP::MarginSide side) |
| static Qt::Orientation | orientation (AxisType type) |
| static AxisType | opposite (AxisType type) |
| static AxisType | marginSideToAxisType (QCP::MarginSide side) |
| static Qt::Orientation | orientation (AxisType type) |
| static AxisType | opposite (AxisType type) |
Protected Member Functions | |
| virtual void | setupTickVectors () |
| virtual void | generateAutoTicks () |
| virtual int | calculateAutoSubTickCount (double tickStep) const |
| virtual int | calculateMargin () |
| virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
| virtual void | draw (QCPPainter *painter) |
| virtual QCP::Interaction | selectionCategory () const |
| virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
| virtual void | deselectEvent (bool *selectionStateChanged) |
| void | visibleTickBounds (int &lowIndex, int &highIndex) const |
| double | baseLog (double value) const |
| double | basePow (double value) const |
| QPen | getBasePen () const |
| QPen | getTickPen () const |
| QPen | getSubTickPen () const |
| QFont | getTickLabelFont () const |
| QFont | getLabelFont () const |
| QColor | getTickLabelColor () const |
| QColor | getLabelColor () const |
| virtual int | calculateMargin () |
| virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const Q_DECL_OVERRIDE |
| virtual void | draw (QCPPainter *painter) Q_DECL_OVERRIDE |
| virtual QCP::Interaction | selectionCategory () const Q_DECL_OVERRIDE |
| virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE |
| virtual void | deselectEvent (bool *selectionStateChanged) Q_DECL_OVERRIDE |
| virtual void | mousePressEvent (QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE |
| virtual void | mouseMoveEvent (QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE |
| virtual void | mouseReleaseEvent (QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE |
| virtual void | wheelEvent (QWheelEvent *event) Q_DECL_OVERRIDE |
| void | setupTickVectors () |
| QPen | getBasePen () const |
| QPen | getTickPen () const |
| QPen | getSubTickPen () const |
| QFont | getTickLabelFont () const |
| QFont | getLabelFont () const |
| QColor | getTickLabelColor () const |
| QColor | getLabelColor () const |
| virtual void | setupTickVectors () |
| virtual void | generateAutoTicks () |
| virtual int | calculateAutoSubTickCount (double tickStep) const |
| virtual int | calculateMargin () |
| virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
| virtual void | draw (QCPPainter *painter) |
| virtual QCP::Interaction | selectionCategory () const |
| virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
| virtual void | deselectEvent (bool *selectionStateChanged) |
| void | visibleTickBounds (int &lowIndex, int &highIndex) const |
| double | baseLog (double value) const |
| double | basePow (double value) const |
| QPen | getBasePen () const |
| QPen | getTickPen () const |
| QPen | getSubTickPen () const |
| QFont | getTickLabelFont () const |
| QFont | getLabelFont () const |
| QColor | getTickLabelColor () const |
| QColor | getLabelColor () const |
Protected Member Functions inherited from QCPLayerable | |
| virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
| virtual QRect | clipRect () const |
| void | initializeParentPlot (QCustomPlot *parentPlot) |
| void | setParentLayerable (QCPLayerable *parentLayerable) |
| bool | moveToLayer (QCPLayer *layer, bool prepend) |
| void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
| virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
| virtual QRect | clipRect () const |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event, const QVariant &details) |
| void | initializeParentPlot (QCustomPlot *parentPlot) |
| void | setParentLayerable (QCPLayerable *parentLayerable) |
| bool | moveToLayer (QCPLayer *layer, bool prepend) |
| void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
| virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
| virtual QRect | clipRect () const |
| void | initializeParentPlot (QCustomPlot *parentPlot) |
| void | setParentLayerable (QCPLayerable *parentLayerable) |
| bool | moveToLayer (QCPLayer *layer, bool prepend) |
| void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
Friends | |
| class | QCustomPlot |
| class | QCPGrid |
| class | QCPAxisRect |
| enum QCPAxis::AxisType |
Defines at which side of the axis rect the axis will appear. This also affects how the tick marks are drawn, on which side the labels are placed etc.
| enum QCPAxis::AxisType |
Defines at which side of the axis rect the axis will appear. This also affects how the tick marks are drawn, on which side the labels are placed etc.
| enum QCPAxis::AxisType |
Defines at which side of the axis rect the axis will appear. This also affects how the tick marks are drawn, on which side the labels are placed etc.
| enum QCPAxis::LabelSide |
Defines on which side of the axis the tick labels (numbers) shall appear.
| enum QCPAxis::LabelSide |
Defines on which side of the axis the tick labels (numbers) shall appear.
| enum QCPAxis::LabelSide |
Defines on which side of the axis the tick labels (numbers) shall appear.
| enum QCPAxis::LabelType |
When automatic tick label generation is enabled (setAutoTickLabels), defines how the coordinate of the tick is interpreted, i.e. translated into a string.
| Enumerator | |
|---|---|
| ltNumber | Tick coordinate is regarded as normal number and will be displayed as such. (see setNumberFormat) |
| ltDateTime | Tick coordinate is regarded as a date/time (seconds since 1970-01-01T00:00:00 UTC) and will be displayed and formatted as such. (for details, see setDateTimeFormat) |
| ltNumber | Tick coordinate is regarded as normal number and will be displayed as such. (see setNumberFormat) |
| ltDateTime | Tick coordinate is regarded as a date/time (seconds since 1970-01-01T00:00:00 UTC) and will be displayed and formatted as such. (for details, see setDateTimeFormat) |
| enum QCPAxis::LabelType |
When automatic tick label generation is enabled (setAutoTickLabels), defines how the coordinate of the tick is interpreted, i.e. translated into a string.
| Enumerator | |
|---|---|
| ltNumber | Tick coordinate is regarded as normal number and will be displayed as such. (see setNumberFormat) |
| ltDateTime | Tick coordinate is regarded as a date/time (seconds since 1970-01-01T00:00:00 UTC) and will be displayed and formatted as such. (for details, see setDateTimeFormat) |
| ltNumber | Tick coordinate is regarded as normal number and will be displayed as such. (see setNumberFormat) |
| ltDateTime | Tick coordinate is regarded as a date/time (seconds since 1970-01-01T00:00:00 UTC) and will be displayed and formatted as such. (for details, see setDateTimeFormat) |
| enum QCPAxis::ScaleType |
Defines the scale of an axis.
| Enumerator | |
|---|---|
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| enum QCPAxis::ScaleType |
Defines the scale of an axis.
| Enumerator | |
|---|---|
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| enum QCPAxis::ScaleType |
Defines the scale of an axis.
| Enumerator | |
|---|---|
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
| stLinear | Linear scaling. |
| stLogarithmic | Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see setScaleLogBase). Logarithmic scaling with correspondingly transformed axis coordinates (possibly also setTicker to a QCPAxisTickerLog instance). |
Defines the selectable parts of an axis.
Defines the selectable parts of an axis.
Defines the selectable parts of an axis.
|
explicit |
|
virtual |
|
explicit |
|
virtual |
|
explicit |
|
virtual |
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
| double QCPAxis::coordToPixel | ( | double | value | ) | const |
| double QCPAxis::coordToPixel | ( | double | value | ) | const |
| double QCPAxis::coordToPixel | ( | double | value | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| SelectablePart QCPAxis::getPartAt | ( | const QPointF & | pos | ) | const |
| SelectablePart QCPAxis::getPartAt | ( | const QPointF & | pos | ) | const |
| SelectablePart QCPAxis::getPartAt | ( | const QPointF & | pos | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| QList<QCPGraph*> QCPAxis::graphs | ( | ) | const |
| QList<QCPGraph*> QCPAxis::graphs | ( | ) | const |
| QList<QCPGraph*> QCPAxis::graphs | ( | ) | const |
|
inline |
|
inline |
|
inline |
References Q_DECL_OVERRIDE.
| QList<QCPAbstractItem*> QCPAxis::items | ( | ) | const |
| QList<QCPAbstractItem*> QCPAxis::items | ( | ) | const |
| QList<QCPAbstractItem*> QCPAxis::items | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int QCPAxis::labelPadding | ( | ) | const |
| int QCPAxis::labelPadding | ( | ) | const |
| int QCPAxis::labelPadding | ( | ) | const |
| QCPLineEnding QCPAxis::lowerEnding | ( | ) | const |
| QCPLineEnding QCPAxis::lowerEnding | ( | ) | const |
| QCPLineEnding QCPAxis::lowerEnding | ( | ) | const |
|
static |
|
static |
|
static |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
| void QCPAxis::moveRange | ( | double | diff | ) |
| void QCPAxis::moveRange | ( | double | diff | ) |
| void QCPAxis::moveRange | ( | double | diff | ) |
| QString QCPAxis::numberFormat | ( | ) | const |
| QString QCPAxis::numberFormat | ( | ) | const |
| QString QCPAxis::numberFormat | ( | ) | const |
|
inline |
|
inline |
|
inline |
| int QCPAxis::offset | ( | ) | const |
| int QCPAxis::offset | ( | ) | const |
| int QCPAxis::offset | ( | ) | const |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
| double QCPAxis::pixelToCoord | ( | double | value | ) | const |
| double QCPAxis::pixelToCoord | ( | double | value | ) | const |
Referenced by QCustomPlotDecorator::pixelToCoord().
| double QCPAxis::pixelToCoord | ( | double | value | ) | const |
| QList<QCPAbstractPlottable*> QCPAxis::plottables | ( | ) | const |
| QList<QCPAbstractPlottable*> QCPAxis::plottables | ( | ) | const |
| QList<QCPAbstractPlottable*> QCPAxis::plottables | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
signal |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
| void QCPAxis::rescale | ( | bool | onlyVisiblePlottables = false | ) |
| void QCPAxis::rescale | ( | bool | onlyVisiblePlottables = false | ) |
| void QCPAxis::rescale | ( | bool | onlyVisiblePlottables = false | ) |
|
inline |
|
inline |
| void QCPAxis::scaleRange | ( | double | factor, |
| double | center | ||
| ) |
| void QCPAxis::scaleRange | ( | double | factor, |
| double | center | ||
| ) |
| void QCPAxis::scaleRange | ( | double | factor | ) |
| void QCPAxis::scaleRange | ( | double | factor, |
| double | center | ||
| ) |
|
inline |
|
inline |
|
inline |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by QCustomPlotDecorator::selectedParts().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
signal |
|
signal |
|
signal |
|
virtual |
Reimplemented from QCPLayerable.
|
virtual |
Reimplemented from QCPLayerable.
|
virtual |
Reimplemented from QCPLayerable.
| void QCPAxis::setAutoSubTicks | ( | bool | on | ) |
Referenced by QCustomPlotDecorator::setAutoTicks().
| void QCPAxis::setAutoSubTicks | ( | bool | on | ) |
| void QCPAxis::setAutoTickCount | ( | int | approximateCount | ) |
| void QCPAxis::setAutoTickCount | ( | int | approximateCount | ) |
| void QCPAxis::setAutoTickLabels | ( | bool | on | ) |
| void QCPAxis::setAutoTickLabels | ( | bool | on | ) |
Referenced by QCustomPlotDecorator::setAutoTickLabels().
| void QCPAxis::setAutoTicks | ( | bool | on | ) |
| void QCPAxis::setAutoTicks | ( | bool | on | ) |
| void QCPAxis::setAutoTickStep | ( | bool | on | ) |
| void QCPAxis::setAutoTickStep | ( | bool | on | ) |
| void QCPAxis::setBasePen | ( | const QPen & | pen | ) |
| void QCPAxis::setBasePen | ( | const QPen & | pen | ) |
| void QCPAxis::setBasePen | ( | const QPen & | pen | ) |
| void QCPAxis::setDateTimeFormat | ( | const QString & | format | ) |
| void QCPAxis::setDateTimeFormat | ( | const QString & | format | ) |
| void QCPAxis::setDateTimeSpec | ( | const Qt::TimeSpec & | timeSpec | ) |
| void QCPAxis::setDateTimeSpec | ( | const Qt::TimeSpec & | timeSpec | ) |
| void QCPAxis::setLabel | ( | const QString & | str | ) |
Referenced by QCustomPlotDecorator::setLabel().
| void QCPAxis::setLabel | ( | const QString & | str | ) |
| void QCPAxis::setLabel | ( | const QString & | str | ) |
| void QCPAxis::setLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setLabelPadding | ( | int | padding | ) |
| void QCPAxis::setLabelPadding | ( | int | padding | ) |
| void QCPAxis::setLabelPadding | ( | int | padding | ) |
| void QCPAxis::setLowerEnding | ( | const QCPLineEnding & | ending | ) |
| void QCPAxis::setLowerEnding | ( | const QCPLineEnding & | ending | ) |
| void QCPAxis::setLowerEnding | ( | const QCPLineEnding & | ending | ) |
| void QCPAxis::setNumberFormat | ( | const QString & | formatCode | ) |
| void QCPAxis::setNumberFormat | ( | const QString & | formatCode | ) |
| void QCPAxis::setNumberFormat | ( | const QString & | formatCode | ) |
| void QCPAxis::setNumberPrecision | ( | int | precision | ) |
| void QCPAxis::setNumberPrecision | ( | int | precision | ) |
| void QCPAxis::setNumberPrecision | ( | int | precision | ) |
| void QCPAxis::setOffset | ( | int | offset | ) |
| void QCPAxis::setOffset | ( | int | offset | ) |
| void QCPAxis::setOffset | ( | int | offset | ) |
| void QCPAxis::setPadding | ( | int | padding | ) |
| void QCPAxis::setPadding | ( | int | padding | ) |
| void QCPAxis::setPadding | ( | int | padding | ) |
| Q_SLOT void QCPAxis::setRange | ( | const QCPRange & | range | ) |
| Q_SLOT void QCPAxis::setRange | ( | const QCPRange & | range | ) |
Referenced by QCustomPlotDecorator::setRange().
| void QCPAxis::setRange | ( | double | lower, |
| double | upper | ||
| ) |
| void QCPAxis::setRange | ( | double | lower, |
| double | upper | ||
| ) |
| void QCPAxis::setRange | ( | double | position, |
| double | size, | ||
| Qt::AlignmentFlag | alignment | ||
| ) |
| void QCPAxis::setRange | ( | double | position, |
| double | size, | ||
| Qt::AlignmentFlag | alignment | ||
| ) |
| Q_SLOT void QCPAxis::setRange | ( | const QCPRange & | range | ) |
| void QCPAxis::setRange | ( | double | lower, |
| double | upper | ||
| ) |
| void QCPAxis::setRange | ( | double | position, |
| double | size, | ||
| Qt::AlignmentFlag | alignment | ||
| ) |
| void QCPAxis::setRangeLower | ( | double | lower | ) |
| void QCPAxis::setRangeLower | ( | double | lower | ) |
| void QCPAxis::setRangeLower | ( | double | lower | ) |
| void QCPAxis::setRangeReversed | ( | bool | reversed | ) |
| void QCPAxis::setRangeReversed | ( | bool | reversed | ) |
| void QCPAxis::setRangeReversed | ( | bool | reversed | ) |
| void QCPAxis::setRangeUpper | ( | double | upper | ) |
| void QCPAxis::setRangeUpper | ( | double | upper | ) |
| void QCPAxis::setRangeUpper | ( | double | upper | ) |
| void QCPAxis::setScaleLogBase | ( | double | base | ) |
| void QCPAxis::setScaleLogBase | ( | double | base | ) |
| void QCPAxis::setScaleRatio | ( | const QCPAxis * | otherAxis, |
| double | ratio = 1.0 |
||
| ) |
| void QCPAxis::setScaleRatio | ( | const QCPAxis * | otherAxis, |
| double | ratio = 1.0 |
||
| ) |
| void QCPAxis::setScaleRatio | ( | const QCPAxis * | otherAxis, |
| double | ratio = 1.0 |
||
| ) |
| Q_SLOT void QCPAxis::setScaleType | ( | QCPAxis::ScaleType | type | ) |
| Q_SLOT void QCPAxis::setScaleType | ( | QCPAxis::ScaleType | type | ) |
| Q_SLOT void QCPAxis::setScaleType | ( | QCPAxis::ScaleType | type | ) |
| Q_SLOT void QCPAxis::setSelectableParts | ( | const QCPAxis::SelectableParts & | selectableParts | ) |
| Q_SLOT void QCPAxis::setSelectableParts | ( | const QCPAxis::SelectableParts & | selectableParts | ) |
| Q_SLOT void QCPAxis::setSelectableParts | ( | const QCPAxis::SelectableParts & | selectableParts | ) |
| void QCPAxis::setSelectedBasePen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedBasePen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedBasePen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setSelectedLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setSelectedLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setSelectedLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setSelectedLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setSelectedLabelFont | ( | const QFont & | font | ) |
| Q_SLOT void QCPAxis::setSelectedParts | ( | const QCPAxis::SelectableParts & | selectedParts | ) |
| Q_SLOT void QCPAxis::setSelectedParts | ( | const QCPAxis::SelectableParts & | selectedParts | ) |
| Q_SLOT void QCPAxis::setSelectedParts | ( | const QCPAxis::SelectableParts & | selectedParts | ) |
| void QCPAxis::setSelectedSubTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedSubTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedSubTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedTickLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setSelectedTickLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setSelectedTickLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setSelectedTickLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setSelectedTickLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setSelectedTickLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setSelectedTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSelectedTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSubTickCount | ( | int | count | ) |
| void QCPAxis::setSubTickCount | ( | int | count | ) |
| void QCPAxis::setSubTickLength | ( | int | inside, |
| int | outside = 0 |
||
| ) |
| void QCPAxis::setSubTickLength | ( | int | inside, |
| int | outside = 0 |
||
| ) |
Referenced by QCustomPlotDecorator::setSubTickLength().
| void QCPAxis::setSubTickLength | ( | int | inside, |
| int | outside = 0 |
||
| ) |
| void QCPAxis::setSubTickLengthIn | ( | int | inside | ) |
| void QCPAxis::setSubTickLengthIn | ( | int | inside | ) |
| void QCPAxis::setSubTickLengthIn | ( | int | inside | ) |
| void QCPAxis::setSubTickLengthOut | ( | int | outside | ) |
| void QCPAxis::setSubTickLengthOut | ( | int | outside | ) |
| void QCPAxis::setSubTickLengthOut | ( | int | outside | ) |
| void QCPAxis::setSubTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSubTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSubTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setSubTicks | ( | bool | show | ) |
| void QCPAxis::setTicker | ( | QSharedPointer< QCPAxisTicker > | ticker | ) |
| void QCPAxis::setTickLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setTickLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setTickLabelColor | ( | const QColor & | color | ) |
| void QCPAxis::setTickLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setTickLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setTickLabelFont | ( | const QFont & | font | ) |
| void QCPAxis::setTickLabelPadding | ( | int | padding | ) |
| void QCPAxis::setTickLabelPadding | ( | int | padding | ) |
| void QCPAxis::setTickLabelPadding | ( | int | padding | ) |
| void QCPAxis::setTickLabelRotation | ( | double | degrees | ) |
| void QCPAxis::setTickLabelRotation | ( | double | degrees | ) |
| void QCPAxis::setTickLabelRotation | ( | double | degrees | ) |
| void QCPAxis::setTickLabels | ( | bool | show | ) |
| void QCPAxis::setTickLabels | ( | bool | show | ) |
| void QCPAxis::setTickLabels | ( | bool | show | ) |
| void QCPAxis::setTickLabelSide | ( | LabelSide | side | ) |
| void QCPAxis::setTickLabelSide | ( | LabelSide | side | ) |
| void QCPAxis::setTickLabelSide | ( | LabelSide | side | ) |
| void QCPAxis::setTickLabelType | ( | LabelType | type | ) |
| void QCPAxis::setTickLabelType | ( | LabelType | type | ) |
| void QCPAxis::setTickLength | ( | int | inside, |
| int | outside = 0 |
||
| ) |
Referenced by QCustomPlotDecorator::setTickLength().
| void QCPAxis::setTickLength | ( | int | inside, |
| int | outside = 0 |
||
| ) |
| void QCPAxis::setTickLength | ( | int | inside, |
| int | outside = 0 |
||
| ) |
| void QCPAxis::setTickLengthIn | ( | int | inside | ) |
| void QCPAxis::setTickLengthIn | ( | int | inside | ) |
| void QCPAxis::setTickLengthIn | ( | int | inside | ) |
| void QCPAxis::setTickLengthOut | ( | int | outside | ) |
| void QCPAxis::setTickLengthOut | ( | int | outside | ) |
| void QCPAxis::setTickLengthOut | ( | int | outside | ) |
| void QCPAxis::setTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setTickPen | ( | const QPen & | pen | ) |
| void QCPAxis::setTicks | ( | bool | show | ) |
| void QCPAxis::setTicks | ( | bool | show | ) |
| void QCPAxis::setTicks | ( | bool | show | ) |
| void QCPAxis::setTickStep | ( | double | step | ) |
| void QCPAxis::setTickStep | ( | double | step | ) |
| void QCPAxis::setTickVector | ( | const QVector< double > & | vec | ) |
Referenced by QCustomPlotDecorator::setTickVector().
| void QCPAxis::setTickVector | ( | const QVector< double > & | vec | ) |
| void QCPAxis::setTickVectorLabels | ( | const QVector< QString > & | vec | ) |
| void QCPAxis::setTickVectorLabels | ( | const QVector< QString > & | vec | ) |
Referenced by QCustomPlotDecorator::setTickVectorLabels().
| void QCPAxis::setUpperEnding | ( | const QCPLineEnding & | ending | ) |
| void QCPAxis::setUpperEnding | ( | const QCPLineEnding & | ending | ) |
| void QCPAxis::setUpperEnding | ( | const QCPLineEnding & | ending | ) |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
inline |
|
inline |
| int QCPAxis::subTickLengthIn | ( | ) | const |
| int QCPAxis::subTickLengthIn | ( | ) | const |
| int QCPAxis::subTickLengthIn | ( | ) | const |
| int QCPAxis::subTickLengthOut | ( | ) | const |
| int QCPAxis::subTickLengthOut | ( | ) | const |
| int QCPAxis::subTickLengthOut | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int QCPAxis::tickLabelPadding | ( | ) | const |
| int QCPAxis::tickLabelPadding | ( | ) | const |
| int QCPAxis::tickLabelPadding | ( | ) | const |
| double QCPAxis::tickLabelRotation | ( | ) | const |
| double QCPAxis::tickLabelRotation | ( | ) | const |
| double QCPAxis::tickLabelRotation | ( | ) | const |
|
inline |
|
inline |
|
inline |
| LabelSide QCPAxis::tickLabelSide | ( | ) | const |
| LabelSide QCPAxis::tickLabelSide | ( | ) | const |
| LabelSide QCPAxis::tickLabelSide | ( | ) | const |
|
inline |
|
inline |
| int QCPAxis::tickLengthIn | ( | ) | const |
| int QCPAxis::tickLengthIn | ( | ) | const |
| int QCPAxis::tickLengthIn | ( | ) | const |
| int QCPAxis::tickLengthOut | ( | ) | const |
| int QCPAxis::tickLengthOut | ( | ) | const |
| int QCPAxis::tickLengthOut | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| QCPLineEnding QCPAxis::upperEnding | ( | ) | const |
| QCPLineEnding QCPAxis::upperEnding | ( | ) | const |
| QCPLineEnding QCPAxis::upperEnding | ( | ) | const |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |