QCPAxis Class Reference

#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-1.3.2/qcustomplot.h>

Inheritance diagram for QCPAxis:
Collaboration diagram for QCPAxis:

Public Types

enum  AxisType {
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08,
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08,
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08
}
 
enum  LabelType { ltNumber, ltDateTime, ltNumber, ltDateTime }
 
enum  LabelSide {
  lsInside, lsOutside, lsInside, lsOutside,
  lsInside, lsOutside
}
 
enum  ScaleType {
  stLinear, stLogarithmic, stLinear, stLogarithmic,
  stLinear, stLogarithmic
}
 
enum  SelectablePart {
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004,
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004,
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004
}
 
enum  AxisType {
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08,
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08,
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08
}
 
enum  LabelSide {
  lsInside, lsOutside, lsInside, lsOutside,
  lsInside, lsOutside
}
 
enum  ScaleType {
  stLinear, stLogarithmic, stLinear, stLogarithmic,
  stLinear, stLogarithmic
}
 
enum  SelectablePart {
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004,
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004,
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004
}
 
enum  AxisType {
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08,
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08,
  atLeft = 0x01, atRight = 0x02, atTop = 0x04, atBottom = 0x08
}
 
enum  LabelType { ltNumber, ltDateTime, ltNumber, ltDateTime }
 
enum  LabelSide {
  lsInside, lsOutside, lsInside, lsOutside,
  lsInside, lsOutside
}
 
enum  ScaleType {
  stLinear, stLogarithmic, stLinear, stLogarithmic,
  stLinear, stLogarithmic
}
 
enum  SelectablePart {
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004,
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004,
  spNone = 0, spAxis = 0x001, spTickLabels = 0x002, spAxisLabel = 0x004
}
 

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
 
QCPAxisRectaxisRect () 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
 
QCPGridgrid () 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
 
QCPAxisRectaxisRect () const
 
ScaleType scaleType () const
 
const QCPRange range () const
 
bool rangeReversed () const
 
QSharedPointer< QCPAxisTickerticker () 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
 
QCPGridgrid () 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
 
QCPAxisRectaxisRect () 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
 
QCPGridgrid () 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
 
QCustomPlotparentPlot () const
 
QCPLayerableparentLayerable () const
 
QCPLayerlayer () 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
 
QCustomPlotparentPlot () const
 
QCPLayerableparentLayerable () const
 
QCPLayerlayer () 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
 
QCustomPlotparentPlot () const
 
QCPLayerableparentLayerable () const
 
QCPLayerlayer () 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
 

Protected Attributes

AxisType mAxisType
 
QCPAxisRectmAxisRect
 
int mPadding
 
Qt::Orientation mOrientation
 
SelectableParts mSelectableParts
 
SelectableParts mSelectedParts
 
QPen mBasePen
 
QPen mSelectedBasePen
 
QString mLabel
 
QFont mLabelFont
 
QFont mSelectedLabelFont
 
QColor mLabelColor
 
QColor mSelectedLabelColor
 
bool mTickLabels
 
bool mAutoTickLabels
 
LabelType mTickLabelType
 
QFont mTickLabelFont
 
QFont mSelectedTickLabelFont
 
QColor mTickLabelColor
 
QColor mSelectedTickLabelColor
 
QString mDateTimeFormat
 
Qt::TimeSpec mDateTimeSpec
 
int mNumberPrecision
 
QLatin1Char mNumberFormatChar
 
bool mNumberBeautifulPowers
 
bool mTicks
 
double mTickStep
 
int mSubTickCount
 
int mAutoTickCount
 
bool mAutoTicks
 
bool mAutoTickStep
 
bool mAutoSubTicks
 
QPen mTickPen
 
QPen mSelectedTickPen
 
QPen mSubTickPen
 
QPen mSelectedSubTickPen
 
QCPRange mRange
 
bool mRangeReversed
 
ScaleType mScaleType
 
double mScaleLogBase
 
double mScaleLogBaseLogInv
 
QCPGridmGrid
 
QCPAxisPainterPrivatemAxisPainter
 
int mLowestVisibleTick
 
int mHighestVisibleTick
 
QVector< double > mTickVector
 
QVector< QString > mTickVectorLabels
 
QVector< double > mSubTickVector
 
bool mCachedMarginValid
 
int mCachedMargin
 
bool mSubTicks
 
QSharedPointer< QCPAxisTickermTicker
 
bool mDragging
 
QCPRange mDragStartRange
 
QCP::AntialiasedElements mAADragBackup
 
QCP::AntialiasedElements mNotAADragBackup
 
- Protected Attributes inherited from QCPLayerable
bool mVisible
 
QCustomPlotmParentPlot
 
QPointer< QCPLayerablemParentLayerable
 
QCPLayermLayer
 
bool mAntialiased
 

Friends

class QCustomPlot
 
class QCPGrid
 
class QCPAxisRect
 

Member Enumeration Documentation

◆ AxisType [1/3]

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.

Enumerator
atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

◆ AxisType [2/3]

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.

Enumerator
atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

◆ AxisType [3/3]

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.

Enumerator
atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

atLeft 

0x01 Axis is vertical and on the left side of the axis rect

atRight 

0x02 Axis is vertical and on the right side of the axis rect

atTop 

0x04 Axis is horizontal and on the top side of the axis rect

atBottom 

0x08 Axis is horizontal and on the bottom side of the axis rect

◆ LabelSide [1/3]

Defines on which side of the axis the tick labels (numbers) shall appear.

See also
setTickLabelSide
Enumerator
lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

◆ LabelSide [2/3]

Defines on which side of the axis the tick labels (numbers) shall appear.

See also
setTickLabelSide
Enumerator
lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

◆ LabelSide [3/3]

Defines on which side of the axis the tick labels (numbers) shall appear.

See also
setTickLabelSide
Enumerator
lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

lsInside 

Tick labels will be displayed inside the axis rect and clipped to the inner axis rect.

lsOutside 

Tick labels will be displayed outside the axis rect.

◆ LabelType [1/2]

When automatic tick label generation is enabled (setAutoTickLabels), defines how the coordinate of the tick is interpreted, i.e. translated into a string.

See also
setTickLabelType
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)

◆ LabelType [2/2]

When automatic tick label generation is enabled (setAutoTickLabels), defines how the coordinate of the tick is interpreted, i.e. translated into a string.

See also
setTickLabelType
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)

◆ ScaleType [1/3]

Defines the scale of an axis.

See also
setScaleType
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).

◆ ScaleType [2/3]

Defines the scale of an axis.

See also
setScaleType
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).

◆ ScaleType [3/3]

Defines the scale of an axis.

See also
setScaleType
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).

◆ SelectablePart [1/3]

Defines the selectable parts of an axis.

See also
setSelectableParts, setSelectedParts
Enumerator
spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

◆ SelectablePart [2/3]

Defines the selectable parts of an axis.

See also
setSelectableParts, setSelectedParts
Enumerator
spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

◆ SelectablePart [3/3]

Defines the selectable parts of an axis.

See also
setSelectableParts, setSelectedParts
Enumerator
spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

spNone 

None of the selectable parts.

spAxis 

The axis backbone and tick marks.

spTickLabels 

Tick labels (numbers) of this axis (as a whole, not individually)

spAxisLabel 

The axis label.

Constructor & Destructor Documentation

◆ QCPAxis() [1/3]

QCPAxis::QCPAxis ( QCPAxisRect parent,
AxisType  type 
)
explicit

◆ ~QCPAxis() [1/3]

virtual QCPAxis::~QCPAxis ( )
virtual

◆ QCPAxis() [2/3]

QCPAxis::QCPAxis ( QCPAxisRect parent,
AxisType  type 
)
explicit

◆ ~QCPAxis() [2/3]

virtual QCPAxis::~QCPAxis ( )
virtual

◆ QCPAxis() [3/3]

QCPAxis::QCPAxis ( QCPAxisRect parent,
AxisType  type 
)
explicit

◆ ~QCPAxis() [3/3]

virtual QCPAxis::~QCPAxis ( )
virtual

Member Function Documentation

◆ applyDefaultAntialiasingHint() [1/3]

virtual void QCPAxis::applyDefaultAntialiasingHint ( QCPPainter painter) const
protectedvirtual

Implements QCPLayerable.

◆ applyDefaultAntialiasingHint() [2/3]

virtual void QCPAxis::applyDefaultAntialiasingHint ( QCPPainter painter) const
protectedvirtual

Implements QCPLayerable.

◆ applyDefaultAntialiasingHint() [3/3]

virtual void QCPAxis::applyDefaultAntialiasingHint ( QCPPainter painter) const
protectedvirtual

Implements QCPLayerable.

◆ autoSubTicks() [1/2]

bool QCPAxis::autoSubTicks ( ) const
inline

◆ autoSubTicks() [2/2]

bool QCPAxis::autoSubTicks ( ) const
inline

◆ autoTickCount() [1/2]

int QCPAxis::autoTickCount ( ) const
inline

◆ autoTickCount() [2/2]

int QCPAxis::autoTickCount ( ) const
inline

◆ autoTickLabels() [1/2]

bool QCPAxis::autoTickLabels ( ) const
inline

◆ autoTickLabels() [2/2]

bool QCPAxis::autoTickLabels ( ) const
inline

◆ autoTicks() [1/2]

bool QCPAxis::autoTicks ( ) const
inline

◆ autoTicks() [2/2]

bool QCPAxis::autoTicks ( ) const
inline

◆ autoTickStep() [1/2]

bool QCPAxis::autoTickStep ( ) const
inline

◆ autoTickStep() [2/2]

bool QCPAxis::autoTickStep ( ) const
inline

◆ axisRect() [1/3]

QCPAxisRect* QCPAxis::axisRect ( ) const
inline

◆ axisRect() [2/3]

QCPAxisRect* QCPAxis::axisRect ( ) const
inline

◆ axisRect() [3/3]

QCPAxisRect* QCPAxis::axisRect ( ) const
inline

◆ axisType() [1/3]

AxisType QCPAxis::axisType ( ) const
inline

◆ axisType() [2/3]

AxisType QCPAxis::axisType ( ) const
inline

◆ axisType() [3/3]

AxisType QCPAxis::axisType ( ) const
inline

◆ baseLog() [1/2]

double QCPAxis::baseLog ( double  value) const
protected

◆ baseLog() [2/2]

double QCPAxis::baseLog ( double  value) const
protected

◆ basePen() [1/3]

QPen QCPAxis::basePen ( ) const
inline

◆ basePen() [2/3]

QPen QCPAxis::basePen ( ) const
inline

◆ basePen() [3/3]

QPen QCPAxis::basePen ( ) const
inline

◆ basePow() [1/2]

double QCPAxis::basePow ( double  value) const
protected

◆ basePow() [2/2]

double QCPAxis::basePow ( double  value) const
protected

◆ calculateAutoSubTickCount() [1/2]

virtual int QCPAxis::calculateAutoSubTickCount ( double  tickStep) const
protectedvirtual

◆ calculateAutoSubTickCount() [2/2]

virtual int QCPAxis::calculateAutoSubTickCount ( double  tickStep) const
protectedvirtual

◆ calculateMargin() [1/3]

virtual int QCPAxis::calculateMargin ( )
protectedvirtual

◆ calculateMargin() [2/3]

virtual int QCPAxis::calculateMargin ( )
protectedvirtual

◆ calculateMargin() [3/3]

virtual int QCPAxis::calculateMargin ( )
protectedvirtual

◆ coordToPixel() [1/3]

double QCPAxis::coordToPixel ( double  value) const

◆ coordToPixel() [2/3]

double QCPAxis::coordToPixel ( double  value) const

◆ coordToPixel() [3/3]

double QCPAxis::coordToPixel ( double  value) const

◆ dateTimeFormat() [1/2]

QString QCPAxis::dateTimeFormat ( ) const
inline

◆ dateTimeFormat() [2/2]

QString QCPAxis::dateTimeFormat ( ) const
inline

◆ dateTimeSpec() [1/2]

Qt::TimeSpec QCPAxis::dateTimeSpec ( ) const
inline

◆ dateTimeSpec() [2/2]

Qt::TimeSpec QCPAxis::dateTimeSpec ( ) const
inline

◆ deselectEvent() [1/3]

virtual void QCPAxis::deselectEvent ( bool *  selectionStateChanged)
protectedvirtual

Reimplemented from QCPLayerable.

◆ deselectEvent() [2/3]

virtual void QCPAxis::deselectEvent ( bool *  selectionStateChanged)
protectedvirtual

Reimplemented from QCPLayerable.

◆ deselectEvent() [3/3]

virtual void QCPAxis::deselectEvent ( bool *  selectionStateChanged)
protectedvirtual

Reimplemented from QCPLayerable.

◆ draw() [1/3]

virtual void QCPAxis::draw ( QCPPainter painter)
protectedvirtual

Implements QCPLayerable.

◆ draw() [2/3]

virtual void QCPAxis::draw ( QCPPainter painter)
protectedvirtual

Implements QCPLayerable.

◆ draw() [3/3]

virtual void QCPAxis::draw ( QCPPainter painter)
protectedvirtual

Implements QCPLayerable.

◆ generateAutoTicks() [1/2]

virtual void QCPAxis::generateAutoTicks ( )
protectedvirtual

◆ generateAutoTicks() [2/2]

virtual void QCPAxis::generateAutoTicks ( )
protectedvirtual

◆ getBasePen() [1/3]

QPen QCPAxis::getBasePen ( ) const
protected

◆ getBasePen() [2/3]

QPen QCPAxis::getBasePen ( ) const
protected

◆ getBasePen() [3/3]

QPen QCPAxis::getBasePen ( ) const
protected

◆ getLabelColor() [1/3]

QColor QCPAxis::getLabelColor ( ) const
protected

◆ getLabelColor() [2/3]

QColor QCPAxis::getLabelColor ( ) const
protected

◆ getLabelColor() [3/3]

QColor QCPAxis::getLabelColor ( ) const
protected

◆ getLabelFont() [1/3]

QFont QCPAxis::getLabelFont ( ) const
protected

◆ getLabelFont() [2/3]

QFont QCPAxis::getLabelFont ( ) const
protected

◆ getLabelFont() [3/3]

QFont QCPAxis::getLabelFont ( ) const
protected

◆ getPartAt() [1/3]

SelectablePart QCPAxis::getPartAt ( const QPointF &  pos) const

◆ getPartAt() [2/3]

SelectablePart QCPAxis::getPartAt ( const QPointF &  pos) const

◆ getPartAt() [3/3]

SelectablePart QCPAxis::getPartAt ( const QPointF &  pos) const

◆ getSubTickPen() [1/3]

QPen QCPAxis::getSubTickPen ( ) const
protected

◆ getSubTickPen() [2/3]

QPen QCPAxis::getSubTickPen ( ) const
protected

◆ getSubTickPen() [3/3]

QPen QCPAxis::getSubTickPen ( ) const
protected

◆ getTickLabelColor() [1/3]

QColor QCPAxis::getTickLabelColor ( ) const
protected

◆ getTickLabelColor() [2/3]

QColor QCPAxis::getTickLabelColor ( ) const
protected

◆ getTickLabelColor() [3/3]

QColor QCPAxis::getTickLabelColor ( ) const
protected

◆ getTickLabelFont() [1/3]

QFont QCPAxis::getTickLabelFont ( ) const
protected

◆ getTickLabelFont() [2/3]

QFont QCPAxis::getTickLabelFont ( ) const
protected

◆ getTickLabelFont() [3/3]

QFont QCPAxis::getTickLabelFont ( ) const
protected

◆ getTickPen() [1/3]

QPen QCPAxis::getTickPen ( ) const
protected

◆ getTickPen() [2/3]

QPen QCPAxis::getTickPen ( ) const
protected

◆ getTickPen() [3/3]

QPen QCPAxis::getTickPen ( ) const
protected

◆ graphs() [1/3]

QList<QCPGraph*> QCPAxis::graphs ( ) const

◆ graphs() [2/3]

QList<QCPGraph*> QCPAxis::graphs ( ) const

◆ graphs() [3/3]

QList<QCPGraph*> QCPAxis::graphs ( ) const

◆ grid() [1/3]

QCPGrid* QCPAxis::grid ( ) const
inline

◆ grid() [2/3]

QCPGrid* QCPAxis::grid ( ) const
inline

◆ grid() [3/3]

QCPGrid* QCPAxis::grid ( ) const
inline

◆ items() [1/3]

QList<QCPAbstractItem*> QCPAxis::items ( ) const

◆ items() [2/3]

QList<QCPAbstractItem*> QCPAxis::items ( ) const

◆ items() [3/3]

QList<QCPAbstractItem*> QCPAxis::items ( ) const

◆ label() [1/3]

QString QCPAxis::label ( ) const
inline

◆ label() [2/3]

QString QCPAxis::label ( ) const
inline

◆ label() [3/3]

QString QCPAxis::label ( ) const
inline

◆ labelColor() [1/3]

QColor QCPAxis::labelColor ( ) const
inline

◆ labelColor() [2/3]

QColor QCPAxis::labelColor ( ) const
inline

◆ labelColor() [3/3]

QColor QCPAxis::labelColor ( ) const
inline

◆ labelFont() [1/3]

QFont QCPAxis::labelFont ( ) const
inline

◆ labelFont() [2/3]

QFont QCPAxis::labelFont ( ) const
inline

◆ labelFont() [3/3]

QFont QCPAxis::labelFont ( ) const
inline

◆ labelPadding() [1/3]

int QCPAxis::labelPadding ( ) const

◆ labelPadding() [2/3]

int QCPAxis::labelPadding ( ) const

◆ labelPadding() [3/3]

int QCPAxis::labelPadding ( ) const

◆ lowerEnding() [1/3]

QCPLineEnding QCPAxis::lowerEnding ( ) const

◆ lowerEnding() [2/3]

QCPLineEnding QCPAxis::lowerEnding ( ) const

◆ lowerEnding() [3/3]

QCPLineEnding QCPAxis::lowerEnding ( ) const

◆ marginSideToAxisType() [1/3]

static AxisType QCPAxis::marginSideToAxisType ( QCP::MarginSide  side)
static

◆ marginSideToAxisType() [2/3]

static AxisType QCPAxis::marginSideToAxisType ( QCP::MarginSide  side)
static

◆ marginSideToAxisType() [3/3]

static AxisType QCPAxis::marginSideToAxisType ( QCP::MarginSide  side)
static

◆ mouseMoveEvent()

virtual void QCPAxis::mouseMoveEvent ( QMouseEvent *  event,
const QPointF &  startPos 
)
protectedvirtual

Reimplemented from QCPLayerable.

◆ mousePressEvent()

virtual void QCPAxis::mousePressEvent ( QMouseEvent *  event,
const QVariant &  details 
)
protectedvirtual

Reimplemented from QCPLayerable.

◆ mouseReleaseEvent()

virtual void QCPAxis::mouseReleaseEvent ( QMouseEvent *  event,
const QPointF &  startPos 
)
protectedvirtual

Reimplemented from QCPLayerable.

◆ moveRange() [1/3]

void QCPAxis::moveRange ( double  diff)

◆ moveRange() [2/3]

void QCPAxis::moveRange ( double  diff)

◆ moveRange() [3/3]

void QCPAxis::moveRange ( double  diff)

◆ numberFormat() [1/3]

QString QCPAxis::numberFormat ( ) const

◆ numberFormat() [2/3]

QString QCPAxis::numberFormat ( ) const

◆ numberFormat() [3/3]

QString QCPAxis::numberFormat ( ) const

◆ numberPrecision() [1/3]

int QCPAxis::numberPrecision ( ) const
inline

◆ numberPrecision() [2/3]

int QCPAxis::numberPrecision ( ) const
inline

◆ numberPrecision() [3/3]

int QCPAxis::numberPrecision ( ) const
inline

◆ offset() [1/3]

int QCPAxis::offset ( ) const

◆ offset() [2/3]

int QCPAxis::offset ( ) const

◆ offset() [3/3]

int QCPAxis::offset ( ) const

◆ opposite() [1/3]

static AxisType QCPAxis::opposite ( AxisType  type)
static

◆ opposite() [2/3]

static AxisType QCPAxis::opposite ( AxisType  type)
static

◆ opposite() [3/3]

static AxisType QCPAxis::opposite ( AxisType  type)
static

◆ orientation() [1/6]

Qt::Orientation QCPAxis::orientation ( ) const
inline

◆ orientation() [2/6]

Qt::Orientation QCPAxis::orientation ( ) const
inline

◆ orientation() [3/6]

static Qt::Orientation QCPAxis::orientation ( AxisType  type)
inlinestatic

◆ orientation() [4/6]

static Qt::Orientation QCPAxis::orientation ( AxisType  type)
inlinestatic

◆ orientation() [5/6]

Qt::Orientation QCPAxis::orientation ( ) const
inline

◆ orientation() [6/6]

static Qt::Orientation QCPAxis::orientation ( AxisType  type)
inlinestatic

◆ padding() [1/3]

int QCPAxis::padding ( ) const
inline

◆ padding() [2/3]

int QCPAxis::padding ( ) const
inline

◆ padding() [3/3]

int QCPAxis::padding ( ) const
inline

◆ pixelOrientation()

int QCPAxis::pixelOrientation ( ) const
inline

◆ pixelToCoord() [1/3]

double QCPAxis::pixelToCoord ( double  value) const

◆ pixelToCoord() [2/3]

double QCPAxis::pixelToCoord ( double  value) const

◆ pixelToCoord() [3/3]

double QCPAxis::pixelToCoord ( double  value) const

◆ plottables() [1/3]

QList<QCPAbstractPlottable*> QCPAxis::plottables ( ) const

◆ plottables() [2/3]

QList<QCPAbstractPlottable*> QCPAxis::plottables ( ) const

◆ plottables() [3/3]

QList<QCPAbstractPlottable*> QCPAxis::plottables ( ) const

◆ range() [1/3]

const QCPRange QCPAxis::range ( ) const
inline

◆ range() [2/3]

const QCPRange QCPAxis::range ( ) const
inline

◆ range() [3/3]

const QCPRange QCPAxis::range ( ) const
inline

◆ rangeChanged [1/6]

void QCPAxis::rangeChanged ( const QCPRange newRange)
signal

◆ rangeChanged [2/6]

void QCPAxis::rangeChanged ( const QCPRange newRange)
signal

◆ rangeChanged [3/6]

void QCPAxis::rangeChanged ( const QCPRange newRange,
const QCPRange oldRange 
)
signal

◆ rangeChanged [4/6]

void QCPAxis::rangeChanged ( const QCPRange newRange,
const QCPRange oldRange 
)
signal

◆ rangeChanged [5/6]

void QCPAxis::rangeChanged ( const QCPRange newRange)
signal

◆ rangeChanged [6/6]

void QCPAxis::rangeChanged ( const QCPRange newRange,
const QCPRange oldRange 
)
signal

◆ rangeReversed() [1/3]

bool QCPAxis::rangeReversed ( ) const
inline

◆ rangeReversed() [2/3]

bool QCPAxis::rangeReversed ( ) const
inline

◆ rangeReversed() [3/3]

bool QCPAxis::rangeReversed ( ) const
inline

◆ rescale() [1/3]

void QCPAxis::rescale ( bool  onlyVisiblePlottables = false)

◆ rescale() [2/3]

void QCPAxis::rescale ( bool  onlyVisiblePlottables = false)

◆ rescale() [3/3]

void QCPAxis::rescale ( bool  onlyVisiblePlottables = false)

◆ scaleLogBase() [1/2]

double QCPAxis::scaleLogBase ( ) const
inline

◆ scaleLogBase() [2/2]

double QCPAxis::scaleLogBase ( ) const
inline

◆ scaleRange() [1/4]

void QCPAxis::scaleRange ( double  factor,
double  center 
)

◆ scaleRange() [2/4]

void QCPAxis::scaleRange ( double  factor,
double  center 
)

◆ scaleRange() [3/4]

void QCPAxis::scaleRange ( double  factor)

◆ scaleRange() [4/4]

void QCPAxis::scaleRange ( double  factor,
double  center 
)

◆ scaleType() [1/3]

ScaleType QCPAxis::scaleType ( ) const
inline

◆ scaleType() [2/3]

ScaleType QCPAxis::scaleType ( ) const
inline

◆ scaleType() [3/3]

ScaleType QCPAxis::scaleType ( ) const
inline

◆ scaleTypeChanged [1/3]

void QCPAxis::scaleTypeChanged ( QCPAxis::ScaleType  scaleType)
signal

◆ scaleTypeChanged [2/3]

void QCPAxis::scaleTypeChanged ( QCPAxis::ScaleType  scaleType)
signal

◆ scaleTypeChanged [3/3]

void QCPAxis::scaleTypeChanged ( QCPAxis::ScaleType  scaleType)
signal

◆ selectableChanged [1/3]

void QCPAxis::selectableChanged ( const QCPAxis::SelectableParts &  parts)
signal

◆ selectableChanged [2/3]

void QCPAxis::selectableChanged ( const QCPAxis::SelectableParts &  parts)
signal

◆ selectableChanged [3/3]

void QCPAxis::selectableChanged ( const QCPAxis::SelectableParts &  parts)
signal

◆ selectableParts() [1/3]

SelectableParts QCPAxis::selectableParts ( ) const
inline

◆ selectableParts() [2/3]

SelectableParts QCPAxis::selectableParts ( ) const
inline

◆ selectableParts() [3/3]

SelectableParts QCPAxis::selectableParts ( ) const
inline

◆ selectedBasePen() [1/3]

QPen QCPAxis::selectedBasePen ( ) const
inline

◆ selectedBasePen() [2/3]

QPen QCPAxis::selectedBasePen ( ) const
inline

◆ selectedBasePen() [3/3]

QPen QCPAxis::selectedBasePen ( ) const
inline

◆ selectedLabelColor() [1/3]

QColor QCPAxis::selectedLabelColor ( ) const
inline

◆ selectedLabelColor() [2/3]

QColor QCPAxis::selectedLabelColor ( ) const
inline

◆ selectedLabelColor() [3/3]

QColor QCPAxis::selectedLabelColor ( ) const
inline

◆ selectedLabelFont() [1/3]

QFont QCPAxis::selectedLabelFont ( ) const
inline

◆ selectedLabelFont() [2/3]

QFont QCPAxis::selectedLabelFont ( ) const
inline

◆ selectedLabelFont() [3/3]

QFont QCPAxis::selectedLabelFont ( ) const
inline

◆ selectedParts() [1/3]

SelectableParts QCPAxis::selectedParts ( ) const
inline

◆ selectedParts() [2/3]

SelectableParts QCPAxis::selectedParts ( ) const
inline

◆ selectedParts() [3/3]

SelectableParts QCPAxis::selectedParts ( ) const
inline

◆ selectedSubTickPen() [1/3]

QPen QCPAxis::selectedSubTickPen ( ) const
inline

◆ selectedSubTickPen() [2/3]

QPen QCPAxis::selectedSubTickPen ( ) const
inline

◆ selectedSubTickPen() [3/3]

QPen QCPAxis::selectedSubTickPen ( ) const
inline

◆ selectedTickLabelColor() [1/3]

QColor QCPAxis::selectedTickLabelColor ( ) const
inline

◆ selectedTickLabelColor() [2/3]

QColor QCPAxis::selectedTickLabelColor ( ) const
inline

◆ selectedTickLabelColor() [3/3]

QColor QCPAxis::selectedTickLabelColor ( ) const
inline

◆ selectedTickLabelFont() [1/3]

QFont QCPAxis::selectedTickLabelFont ( ) const
inline

◆ selectedTickLabelFont() [2/3]

QFont QCPAxis::selectedTickLabelFont ( ) const
inline

◆ selectedTickLabelFont() [3/3]

QFont QCPAxis::selectedTickLabelFont ( ) const
inline

◆ selectedTickPen() [1/3]

QPen QCPAxis::selectedTickPen ( ) const
inline

◆ selectedTickPen() [2/3]

QPen QCPAxis::selectedTickPen ( ) const
inline

◆ selectedTickPen() [3/3]

QPen QCPAxis::selectedTickPen ( ) const
inline

◆ selectEvent() [1/3]

virtual void QCPAxis::selectEvent ( QMouseEvent *  event,
bool  additive,
const QVariant &  details,
bool *  selectionStateChanged 
)
protectedvirtual

Reimplemented from QCPLayerable.

◆ selectEvent() [2/3]

virtual void QCPAxis::selectEvent ( QMouseEvent *  event,
bool  additive,
const QVariant &  details,
bool *  selectionStateChanged 
)
protectedvirtual

Reimplemented from QCPLayerable.

◆ selectEvent() [3/3]

virtual void QCPAxis::selectEvent ( QMouseEvent *  event,
bool  additive,
const QVariant &  details,
bool *  selectionStateChanged 
)
protectedvirtual

Reimplemented from QCPLayerable.

◆ selectionCategory() [1/3]

virtual QCP::Interaction QCPAxis::selectionCategory ( ) const
protectedvirtual

Reimplemented from QCPLayerable.

◆ selectionCategory() [2/3]

virtual QCP::Interaction QCPAxis::selectionCategory ( ) const
protectedvirtual

Reimplemented from QCPLayerable.

◆ selectionCategory() [3/3]

virtual QCP::Interaction QCPAxis::selectionCategory ( ) const
protectedvirtual

Reimplemented from QCPLayerable.

◆ selectionChanged [1/3]

void QCPAxis::selectionChanged ( const QCPAxis::SelectableParts &  parts)
signal

◆ selectionChanged [2/3]

void QCPAxis::selectionChanged ( const QCPAxis::SelectableParts &  parts)
signal

◆ selectionChanged [3/3]

void QCPAxis::selectionChanged ( const QCPAxis::SelectableParts &  parts)
signal

◆ selectTest() [1/3]

virtual double QCPAxis::selectTest ( const QPointF &  pos,
bool  onlySelectable,
QVariant *  details = 0 
) const
virtual

Reimplemented from QCPLayerable.

◆ selectTest() [2/3]

virtual double QCPAxis::selectTest ( const QPointF &  pos,
bool  onlySelectable,
QVariant *  details = 0 
) const
virtual

Reimplemented from QCPLayerable.

◆ selectTest() [3/3]

virtual double QCPAxis::selectTest ( const QPointF &  pos,
bool  onlySelectable,
QVariant *  details = 0 
) const
virtual

Reimplemented from QCPLayerable.

◆ setAutoSubTicks() [1/2]

void QCPAxis::setAutoSubTicks ( bool  on)

◆ setAutoSubTicks() [2/2]

void QCPAxis::setAutoSubTicks ( bool  on)

◆ setAutoTickCount() [1/2]

void QCPAxis::setAutoTickCount ( int  approximateCount)

◆ setAutoTickCount() [2/2]

void QCPAxis::setAutoTickCount ( int  approximateCount)

◆ setAutoTickLabels() [1/2]

void QCPAxis::setAutoTickLabels ( bool  on)

◆ setAutoTickLabels() [2/2]

void QCPAxis::setAutoTickLabels ( bool  on)

◆ setAutoTicks() [1/2]

void QCPAxis::setAutoTicks ( bool  on)

◆ setAutoTicks() [2/2]

void QCPAxis::setAutoTicks ( bool  on)

◆ setAutoTickStep() [1/2]

void QCPAxis::setAutoTickStep ( bool  on)

◆ setAutoTickStep() [2/2]

void QCPAxis::setAutoTickStep ( bool  on)

◆ setBasePen() [1/3]

void QCPAxis::setBasePen ( const QPen &  pen)

◆ setBasePen() [2/3]

void QCPAxis::setBasePen ( const QPen &  pen)

◆ setBasePen() [3/3]

void QCPAxis::setBasePen ( const QPen &  pen)

◆ setDateTimeFormat() [1/2]

void QCPAxis::setDateTimeFormat ( const QString &  format)

◆ setDateTimeFormat() [2/2]

void QCPAxis::setDateTimeFormat ( const QString &  format)

◆ setDateTimeSpec() [1/2]

void QCPAxis::setDateTimeSpec ( const Qt::TimeSpec &  timeSpec)

◆ setDateTimeSpec() [2/2]

void QCPAxis::setDateTimeSpec ( const Qt::TimeSpec &  timeSpec)

◆ setLabel() [1/3]

void QCPAxis::setLabel ( const QString &  str)

◆ setLabel() [2/3]

void QCPAxis::setLabel ( const QString &  str)

◆ setLabel() [3/3]

void QCPAxis::setLabel ( const QString &  str)

◆ setLabelColor() [1/3]

void QCPAxis::setLabelColor ( const QColor &  color)

◆ setLabelColor() [2/3]

void QCPAxis::setLabelColor ( const QColor &  color)

◆ setLabelColor() [3/3]

void QCPAxis::setLabelColor ( const QColor &  color)

◆ setLabelFont() [1/3]

void QCPAxis::setLabelFont ( const QFont &  font)

◆ setLabelFont() [2/3]

void QCPAxis::setLabelFont ( const QFont &  font)

◆ setLabelFont() [3/3]

void QCPAxis::setLabelFont ( const QFont &  font)

◆ setLabelPadding() [1/3]

void QCPAxis::setLabelPadding ( int  padding)

◆ setLabelPadding() [2/3]

void QCPAxis::setLabelPadding ( int  padding)

◆ setLabelPadding() [3/3]

void QCPAxis::setLabelPadding ( int  padding)

◆ setLowerEnding() [1/3]

void QCPAxis::setLowerEnding ( const QCPLineEnding ending)

◆ setLowerEnding() [2/3]

void QCPAxis::setLowerEnding ( const QCPLineEnding ending)

◆ setLowerEnding() [3/3]

void QCPAxis::setLowerEnding ( const QCPLineEnding ending)

◆ setNumberFormat() [1/3]

void QCPAxis::setNumberFormat ( const QString &  formatCode)

◆ setNumberFormat() [2/3]

void QCPAxis::setNumberFormat ( const QString &  formatCode)

◆ setNumberFormat() [3/3]

void QCPAxis::setNumberFormat ( const QString &  formatCode)

◆ setNumberPrecision() [1/3]

void QCPAxis::setNumberPrecision ( int  precision)

◆ setNumberPrecision() [2/3]

void QCPAxis::setNumberPrecision ( int  precision)

◆ setNumberPrecision() [3/3]

void QCPAxis::setNumberPrecision ( int  precision)

◆ setOffset() [1/3]

void QCPAxis::setOffset ( int  offset)

◆ setOffset() [2/3]

void QCPAxis::setOffset ( int  offset)

◆ setOffset() [3/3]

void QCPAxis::setOffset ( int  offset)

◆ setPadding() [1/3]

void QCPAxis::setPadding ( int  padding)

◆ setPadding() [2/3]

void QCPAxis::setPadding ( int  padding)

◆ setPadding() [3/3]

void QCPAxis::setPadding ( int  padding)

◆ setRange() [1/9]

Q_SLOT void QCPAxis::setRange ( const QCPRange range)

◆ setRange() [2/9]

Q_SLOT void QCPAxis::setRange ( const QCPRange range)

◆ setRange() [3/9]

void QCPAxis::setRange ( double  lower,
double  upper 
)

◆ setRange() [4/9]

void QCPAxis::setRange ( double  lower,
double  upper 
)

◆ setRange() [5/9]

void QCPAxis::setRange ( double  position,
double  size,
Qt::AlignmentFlag  alignment 
)

◆ setRange() [6/9]

void QCPAxis::setRange ( double  position,
double  size,
Qt::AlignmentFlag  alignment 
)

◆ setRange() [7/9]

Q_SLOT void QCPAxis::setRange ( const QCPRange range)

◆ setRange() [8/9]

void QCPAxis::setRange ( double  lower,
double  upper 
)

◆ setRange() [9/9]

void QCPAxis::setRange ( double  position,
double  size,
Qt::AlignmentFlag  alignment 
)

◆ setRangeLower() [1/3]

void QCPAxis::setRangeLower ( double  lower)

◆ setRangeLower() [2/3]

void QCPAxis::setRangeLower ( double  lower)

◆ setRangeLower() [3/3]

void QCPAxis::setRangeLower ( double  lower)

◆ setRangeReversed() [1/3]

void QCPAxis::setRangeReversed ( bool  reversed)

◆ setRangeReversed() [2/3]

void QCPAxis::setRangeReversed ( bool  reversed)

◆ setRangeReversed() [3/3]

void QCPAxis::setRangeReversed ( bool  reversed)

◆ setRangeUpper() [1/3]

void QCPAxis::setRangeUpper ( double  upper)

◆ setRangeUpper() [2/3]

void QCPAxis::setRangeUpper ( double  upper)

◆ setRangeUpper() [3/3]

void QCPAxis::setRangeUpper ( double  upper)

◆ setScaleLogBase() [1/2]

void QCPAxis::setScaleLogBase ( double  base)

◆ setScaleLogBase() [2/2]

void QCPAxis::setScaleLogBase ( double  base)

◆ setScaleRatio() [1/3]

void QCPAxis::setScaleRatio ( const QCPAxis otherAxis,
double  ratio = 1.0 
)

◆ setScaleRatio() [2/3]

void QCPAxis::setScaleRatio ( const QCPAxis otherAxis,
double  ratio = 1.0 
)

◆ setScaleRatio() [3/3]

void QCPAxis::setScaleRatio ( const QCPAxis otherAxis,
double  ratio = 1.0 
)

◆ setScaleType() [1/3]

Q_SLOT void QCPAxis::setScaleType ( QCPAxis::ScaleType  type)

◆ setScaleType() [2/3]

Q_SLOT void QCPAxis::setScaleType ( QCPAxis::ScaleType  type)

◆ setScaleType() [3/3]

Q_SLOT void QCPAxis::setScaleType ( QCPAxis::ScaleType  type)

◆ setSelectableParts() [1/3]

Q_SLOT void QCPAxis::setSelectableParts ( const QCPAxis::SelectableParts &  selectableParts)

◆ setSelectableParts() [2/3]

Q_SLOT void QCPAxis::setSelectableParts ( const QCPAxis::SelectableParts &  selectableParts)

◆ setSelectableParts() [3/3]

Q_SLOT void QCPAxis::setSelectableParts ( const QCPAxis::SelectableParts &  selectableParts)

◆ setSelectedBasePen() [1/3]

void QCPAxis::setSelectedBasePen ( const QPen &  pen)

◆ setSelectedBasePen() [2/3]

void QCPAxis::setSelectedBasePen ( const QPen &  pen)

◆ setSelectedBasePen() [3/3]

void QCPAxis::setSelectedBasePen ( const QPen &  pen)

◆ setSelectedLabelColor() [1/3]

void QCPAxis::setSelectedLabelColor ( const QColor &  color)

◆ setSelectedLabelColor() [2/3]

void QCPAxis::setSelectedLabelColor ( const QColor &  color)

◆ setSelectedLabelColor() [3/3]

void QCPAxis::setSelectedLabelColor ( const QColor &  color)

◆ setSelectedLabelFont() [1/3]

void QCPAxis::setSelectedLabelFont ( const QFont &  font)

◆ setSelectedLabelFont() [2/3]

void QCPAxis::setSelectedLabelFont ( const QFont &  font)

◆ setSelectedLabelFont() [3/3]

void QCPAxis::setSelectedLabelFont ( const QFont &  font)

◆ setSelectedParts() [1/3]

Q_SLOT void QCPAxis::setSelectedParts ( const QCPAxis::SelectableParts &  selectedParts)

◆ setSelectedParts() [2/3]

Q_SLOT void QCPAxis::setSelectedParts ( const QCPAxis::SelectableParts &  selectedParts)

◆ setSelectedParts() [3/3]

Q_SLOT void QCPAxis::setSelectedParts ( const QCPAxis::SelectableParts &  selectedParts)

◆ setSelectedSubTickPen() [1/3]

void QCPAxis::setSelectedSubTickPen ( const QPen &  pen)

◆ setSelectedSubTickPen() [2/3]

void QCPAxis::setSelectedSubTickPen ( const QPen &  pen)

◆ setSelectedSubTickPen() [3/3]

void QCPAxis::setSelectedSubTickPen ( const QPen &  pen)

◆ setSelectedTickLabelColor() [1/3]

void QCPAxis::setSelectedTickLabelColor ( const QColor &  color)

◆ setSelectedTickLabelColor() [2/3]

void QCPAxis::setSelectedTickLabelColor ( const QColor &  color)

◆ setSelectedTickLabelColor() [3/3]

void QCPAxis::setSelectedTickLabelColor ( const QColor &  color)

◆ setSelectedTickLabelFont() [1/3]

void QCPAxis::setSelectedTickLabelFont ( const QFont &  font)

◆ setSelectedTickLabelFont() [2/3]

void QCPAxis::setSelectedTickLabelFont ( const QFont &  font)

◆ setSelectedTickLabelFont() [3/3]

void QCPAxis::setSelectedTickLabelFont ( const QFont &  font)

◆ setSelectedTickPen() [1/3]

void QCPAxis::setSelectedTickPen ( const QPen &  pen)

◆ setSelectedTickPen() [2/3]

void QCPAxis::setSelectedTickPen ( const QPen &  pen)

◆ setSelectedTickPen() [3/3]

void QCPAxis::setSelectedTickPen ( const QPen &  pen)

◆ setSubTickCount() [1/2]

void QCPAxis::setSubTickCount ( int  count)

◆ setSubTickCount() [2/2]

void QCPAxis::setSubTickCount ( int  count)

◆ setSubTickLength() [1/3]

void QCPAxis::setSubTickLength ( int  inside,
int  outside = 0 
)

◆ setSubTickLength() [2/3]

void QCPAxis::setSubTickLength ( int  inside,
int  outside = 0 
)

◆ setSubTickLength() [3/3]

void QCPAxis::setSubTickLength ( int  inside,
int  outside = 0 
)

◆ setSubTickLengthIn() [1/3]

void QCPAxis::setSubTickLengthIn ( int  inside)

◆ setSubTickLengthIn() [2/3]

void QCPAxis::setSubTickLengthIn ( int  inside)

◆ setSubTickLengthIn() [3/3]

void QCPAxis::setSubTickLengthIn ( int  inside)

◆ setSubTickLengthOut() [1/3]

void QCPAxis::setSubTickLengthOut ( int  outside)

◆ setSubTickLengthOut() [2/3]

void QCPAxis::setSubTickLengthOut ( int  outside)

◆ setSubTickLengthOut() [3/3]

void QCPAxis::setSubTickLengthOut ( int  outside)

◆ setSubTickPen() [1/3]

void QCPAxis::setSubTickPen ( const QPen &  pen)

◆ setSubTickPen() [2/3]

void QCPAxis::setSubTickPen ( const QPen &  pen)

◆ setSubTickPen() [3/3]

void QCPAxis::setSubTickPen ( const QPen &  pen)

◆ setSubTicks()

void QCPAxis::setSubTicks ( bool  show)

◆ setTicker()

void QCPAxis::setTicker ( QSharedPointer< QCPAxisTicker ticker)

◆ setTickLabelColor() [1/3]

void QCPAxis::setTickLabelColor ( const QColor &  color)

◆ setTickLabelColor() [2/3]

void QCPAxis::setTickLabelColor ( const QColor &  color)

◆ setTickLabelColor() [3/3]

void QCPAxis::setTickLabelColor ( const QColor &  color)

◆ setTickLabelFont() [1/3]

void QCPAxis::setTickLabelFont ( const QFont &  font)

◆ setTickLabelFont() [2/3]

void QCPAxis::setTickLabelFont ( const QFont &  font)

◆ setTickLabelFont() [3/3]

void QCPAxis::setTickLabelFont ( const QFont &  font)

◆ setTickLabelPadding() [1/3]

void QCPAxis::setTickLabelPadding ( int  padding)

◆ setTickLabelPadding() [2/3]

void QCPAxis::setTickLabelPadding ( int  padding)

◆ setTickLabelPadding() [3/3]

void QCPAxis::setTickLabelPadding ( int  padding)

◆ setTickLabelRotation() [1/3]

void QCPAxis::setTickLabelRotation ( double  degrees)

◆ setTickLabelRotation() [2/3]

void QCPAxis::setTickLabelRotation ( double  degrees)

◆ setTickLabelRotation() [3/3]

void QCPAxis::setTickLabelRotation ( double  degrees)

◆ setTickLabels() [1/3]

void QCPAxis::setTickLabels ( bool  show)

◆ setTickLabels() [2/3]

void QCPAxis::setTickLabels ( bool  show)

◆ setTickLabels() [3/3]

void QCPAxis::setTickLabels ( bool  show)

◆ setTickLabelSide() [1/3]

void QCPAxis::setTickLabelSide ( LabelSide  side)

◆ setTickLabelSide() [2/3]

void QCPAxis::setTickLabelSide ( LabelSide  side)

◆ setTickLabelSide() [3/3]

void QCPAxis::setTickLabelSide ( LabelSide  side)

◆ setTickLabelType() [1/2]

void QCPAxis::setTickLabelType ( LabelType  type)

◆ setTickLabelType() [2/2]

void QCPAxis::setTickLabelType ( LabelType  type)

◆ setTickLength() [1/3]

void QCPAxis::setTickLength ( int  inside,
int  outside = 0 
)

◆ setTickLength() [2/3]

void QCPAxis::setTickLength ( int  inside,
int  outside = 0 
)

◆ setTickLength() [3/3]

void QCPAxis::setTickLength ( int  inside,
int  outside = 0 
)

◆ setTickLengthIn() [1/3]

void QCPAxis::setTickLengthIn ( int  inside)

◆ setTickLengthIn() [2/3]

void QCPAxis::setTickLengthIn ( int  inside)

◆ setTickLengthIn() [3/3]

void QCPAxis::setTickLengthIn ( int  inside)

◆ setTickLengthOut() [1/3]

void QCPAxis::setTickLengthOut ( int  outside)

◆ setTickLengthOut() [2/3]

void QCPAxis::setTickLengthOut ( int  outside)

◆ setTickLengthOut() [3/3]

void QCPAxis::setTickLengthOut ( int  outside)

◆ setTickPen() [1/3]

void QCPAxis::setTickPen ( const QPen &  pen)

◆ setTickPen() [2/3]

void QCPAxis::setTickPen ( const QPen &  pen)

◆ setTickPen() [3/3]

void QCPAxis::setTickPen ( const QPen &  pen)

◆ setTicks() [1/3]

void QCPAxis::setTicks ( bool  show)

◆ setTicks() [2/3]

void QCPAxis::setTicks ( bool  show)

◆ setTicks() [3/3]

void QCPAxis::setTicks ( bool  show)

◆ setTickStep() [1/2]

void QCPAxis::setTickStep ( double  step)

◆ setTickStep() [2/2]

void QCPAxis::setTickStep ( double  step)

◆ setTickVector() [1/2]

void QCPAxis::setTickVector ( const QVector< double > &  vec)

◆ setTickVector() [2/2]

void QCPAxis::setTickVector ( const QVector< double > &  vec)

◆ setTickVectorLabels() [1/2]

void QCPAxis::setTickVectorLabels ( const QVector< QString > &  vec)

◆ setTickVectorLabels() [2/2]

void QCPAxis::setTickVectorLabels ( const QVector< QString > &  vec)

◆ setUpperEnding() [1/3]

void QCPAxis::setUpperEnding ( const QCPLineEnding ending)

◆ setUpperEnding() [2/3]

void QCPAxis::setUpperEnding ( const QCPLineEnding ending)

◆ setUpperEnding() [3/3]

void QCPAxis::setUpperEnding ( const QCPLineEnding ending)

◆ setupTickVectors() [1/3]

virtual void QCPAxis::setupTickVectors ( )
protectedvirtual

◆ setupTickVectors() [2/3]

virtual void QCPAxis::setupTickVectors ( )
protectedvirtual

◆ setupTickVectors() [3/3]

void QCPAxis::setupTickVectors ( )
protected

◆ subTickCount() [1/2]

int QCPAxis::subTickCount ( ) const
inline

◆ subTickCount() [2/2]

int QCPAxis::subTickCount ( ) const
inline

◆ subTickLengthIn() [1/3]

int QCPAxis::subTickLengthIn ( ) const

◆ subTickLengthIn() [2/3]

int QCPAxis::subTickLengthIn ( ) const

◆ subTickLengthIn() [3/3]

int QCPAxis::subTickLengthIn ( ) const

◆ subTickLengthOut() [1/3]

int QCPAxis::subTickLengthOut ( ) const

◆ subTickLengthOut() [2/3]

int QCPAxis::subTickLengthOut ( ) const

◆ subTickLengthOut() [3/3]

int QCPAxis::subTickLengthOut ( ) const

◆ subTickPen() [1/3]

QPen QCPAxis::subTickPen ( ) const
inline

◆ subTickPen() [2/3]

QPen QCPAxis::subTickPen ( ) const
inline

◆ subTickPen() [3/3]

QPen QCPAxis::subTickPen ( ) const
inline

◆ subTicks()

bool QCPAxis::subTicks ( ) const
inline

◆ ticker()

QSharedPointer<QCPAxisTicker> QCPAxis::ticker ( ) const
inline

◆ tickLabelColor() [1/3]

QColor QCPAxis::tickLabelColor ( ) const
inline

◆ tickLabelColor() [2/3]

QColor QCPAxis::tickLabelColor ( ) const
inline

◆ tickLabelColor() [3/3]

QColor QCPAxis::tickLabelColor ( ) const
inline

◆ tickLabelFont() [1/3]

QFont QCPAxis::tickLabelFont ( ) const
inline

◆ tickLabelFont() [2/3]

QFont QCPAxis::tickLabelFont ( ) const
inline

◆ tickLabelFont() [3/3]

QFont QCPAxis::tickLabelFont ( ) const
inline

◆ tickLabelPadding() [1/3]

int QCPAxis::tickLabelPadding ( ) const

◆ tickLabelPadding() [2/3]

int QCPAxis::tickLabelPadding ( ) const

◆ tickLabelPadding() [3/3]

int QCPAxis::tickLabelPadding ( ) const

◆ tickLabelRotation() [1/3]

double QCPAxis::tickLabelRotation ( ) const

◆ tickLabelRotation() [2/3]

double QCPAxis::tickLabelRotation ( ) const

◆ tickLabelRotation() [3/3]

double QCPAxis::tickLabelRotation ( ) const

◆ tickLabels() [1/3]

bool QCPAxis::tickLabels ( ) const
inline

◆ tickLabels() [2/3]

bool QCPAxis::tickLabels ( ) const
inline

◆ tickLabels() [3/3]

bool QCPAxis::tickLabels ( ) const
inline

◆ tickLabelSide() [1/3]

LabelSide QCPAxis::tickLabelSide ( ) const

◆ tickLabelSide() [2/3]

LabelSide QCPAxis::tickLabelSide ( ) const

◆ tickLabelSide() [3/3]

LabelSide QCPAxis::tickLabelSide ( ) const

◆ tickLabelType() [1/2]

LabelType QCPAxis::tickLabelType ( ) const
inline

◆ tickLabelType() [2/2]

LabelType QCPAxis::tickLabelType ( ) const
inline

◆ tickLengthIn() [1/3]

int QCPAxis::tickLengthIn ( ) const

◆ tickLengthIn() [2/3]

int QCPAxis::tickLengthIn ( ) const

◆ tickLengthIn() [3/3]

int QCPAxis::tickLengthIn ( ) const

◆ tickLengthOut() [1/3]

int QCPAxis::tickLengthOut ( ) const

◆ tickLengthOut() [2/3]

int QCPAxis::tickLengthOut ( ) const

◆ tickLengthOut() [3/3]

int QCPAxis::tickLengthOut ( ) const

◆ tickPen() [1/3]

QPen QCPAxis::tickPen ( ) const
inline

◆ tickPen() [2/3]

QPen QCPAxis::tickPen ( ) const
inline

◆ tickPen() [3/3]

QPen QCPAxis::tickPen ( ) const
inline

◆ ticks() [1/3]

bool QCPAxis::ticks ( ) const
inline

◆ ticks() [2/3]

bool QCPAxis::ticks ( ) const
inline

◆ ticks() [3/3]

bool QCPAxis::ticks ( ) const
inline

◆ ticksRequest [1/2]

void QCPAxis::ticksRequest ( )
signal

◆ ticksRequest [2/2]

void QCPAxis::ticksRequest ( )
signal

◆ tickStep() [1/2]

double QCPAxis::tickStep ( ) const
inline

◆ tickStep() [2/2]

double QCPAxis::tickStep ( ) const
inline

◆ tickVector() [1/3]

QVector<double> QCPAxis::tickVector ( ) const
inline

◆ tickVector() [2/3]

QVector<double> QCPAxis::tickVector ( ) const
inline

◆ tickVector() [3/3]

QVector<double> QCPAxis::tickVector ( ) const
inline

◆ tickVectorLabels() [1/3]

QVector<QString> QCPAxis::tickVectorLabels ( ) const
inline

◆ tickVectorLabels() [2/3]

QVector<QString> QCPAxis::tickVectorLabels ( ) const
inline

◆ tickVectorLabels() [3/3]

QVector<QString> QCPAxis::tickVectorLabels ( ) const
inline

◆ upperEnding() [1/3]

QCPLineEnding QCPAxis::upperEnding ( ) const

◆ upperEnding() [2/3]

QCPLineEnding QCPAxis::upperEnding ( ) const

◆ upperEnding() [3/3]

QCPLineEnding QCPAxis::upperEnding ( ) const

◆ visibleTickBounds() [1/2]

void QCPAxis::visibleTickBounds ( int &  lowIndex,
int &  highIndex 
) const
protected

◆ visibleTickBounds() [2/2]

void QCPAxis::visibleTickBounds ( int &  lowIndex,
int &  highIndex 
) const
protected

◆ wheelEvent()

virtual void QCPAxis::wheelEvent ( QWheelEvent *  event)
protectedvirtual

Reimplemented from QCPLayerable.

Friends And Related Function Documentation

◆ QCPAxisRect

QCPAxisRect
friend

◆ QCPGrid

QCPGrid
friend

◆ QCustomPlot

QCustomPlot
friend

Member Data Documentation

◆ mAADragBackup

QCP::AntialiasedElements QCPAxis::mAADragBackup
protected

◆ mAutoSubTicks

bool QCPAxis::mAutoSubTicks
protected

◆ mAutoTickCount

int QCPAxis::mAutoTickCount
protected

◆ mAutoTickLabels

bool QCPAxis::mAutoTickLabels
protected

◆ mAutoTicks

bool QCPAxis::mAutoTicks
protected

◆ mAutoTickStep

bool QCPAxis::mAutoTickStep
protected

◆ mAxisPainter

QCPAxisPainterPrivate * QCPAxis::mAxisPainter
protected

◆ mAxisRect

QCPAxisRect * QCPAxis::mAxisRect
protected

◆ mAxisType

AxisType QCPAxis::mAxisType
protected

◆ mBasePen

QPen QCPAxis::mBasePen
protected

◆ mCachedMargin

int QCPAxis::mCachedMargin
protected

◆ mCachedMarginValid

bool QCPAxis::mCachedMarginValid
protected

◆ mDateTimeFormat

QString QCPAxis::mDateTimeFormat
protected

◆ mDateTimeSpec

Qt::TimeSpec QCPAxis::mDateTimeSpec
protected

◆ mDragging

bool QCPAxis::mDragging
protected

◆ mDragStartRange

QCPRange QCPAxis::mDragStartRange
protected

◆ mGrid

QCPGrid * QCPAxis::mGrid
protected

◆ mHighestVisibleTick

int QCPAxis::mHighestVisibleTick
protected

◆ mLabel

QString QCPAxis::mLabel
protected

◆ mLabelColor

QColor QCPAxis::mLabelColor
protected

◆ mLabelFont

QFont QCPAxis::mLabelFont
protected

◆ mLowestVisibleTick

int QCPAxis::mLowestVisibleTick
protected

◆ mNotAADragBackup

QCP::AntialiasedElements QCPAxis::mNotAADragBackup
protected

◆ mNumberBeautifulPowers

bool QCPAxis::mNumberBeautifulPowers
protected

◆ mNumberFormatChar

QLatin1Char QCPAxis::mNumberFormatChar
protected

◆ mNumberPrecision

int QCPAxis::mNumberPrecision
protected

◆ mOrientation

Qt::Orientation QCPAxis::mOrientation
protected

◆ mPadding

int QCPAxis::mPadding
protected

◆ mRange

QCPRange QCPAxis::mRange
protected

◆ mRangeReversed

bool QCPAxis::mRangeReversed
protected

◆ mScaleLogBase

double QCPAxis::mScaleLogBase
protected

◆ mScaleLogBaseLogInv

double QCPAxis::mScaleLogBaseLogInv
protected

◆ mScaleType

ScaleType QCPAxis::mScaleType
protected

◆ mSelectableParts

SelectableParts QCPAxis::mSelectableParts
protected

◆ mSelectedBasePen

QPen QCPAxis::mSelectedBasePen
protected

◆ mSelectedLabelColor

QColor QCPAxis::mSelectedLabelColor
protected

◆ mSelectedLabelFont

QFont QCPAxis::mSelectedLabelFont
protected

◆ mSelectedParts

SelectableParts QCPAxis::mSelectedParts
protected

◆ mSelectedSubTickPen

QPen QCPAxis::mSelectedSubTickPen
protected

◆ mSelectedTickLabelColor

QColor QCPAxis::mSelectedTickLabelColor
protected

◆ mSelectedTickLabelFont

QFont QCPAxis::mSelectedTickLabelFont
protected

◆ mSelectedTickPen

QPen QCPAxis::mSelectedTickPen
protected

◆ mSubTickCount

int QCPAxis::mSubTickCount
protected

◆ mSubTickPen

QPen QCPAxis::mSubTickPen
protected

◆ mSubTicks

bool QCPAxis::mSubTicks
protected

◆ mSubTickVector

QVector< double > QCPAxis::mSubTickVector
protected

◆ mTicker

QSharedPointer<QCPAxisTicker> QCPAxis::mTicker
protected

◆ mTickLabelColor

QColor QCPAxis::mTickLabelColor
protected

◆ mTickLabelFont

QFont QCPAxis::mTickLabelFont
protected

◆ mTickLabels

bool QCPAxis::mTickLabels
protected

◆ mTickLabelType

LabelType QCPAxis::mTickLabelType
protected

◆ mTickPen

QPen QCPAxis::mTickPen
protected

◆ mTicks

bool QCPAxis::mTicks
protected

◆ mTickStep

double QCPAxis::mTickStep
protected

◆ mTickVector

QVector< double > QCPAxis::mTickVector
protected

◆ mTickVectorLabels

QVector< QString > QCPAxis::mTickVectorLabels
protected

The documentation for this class was generated from the following file: