|
quickplot
|
#include <logAxis.h>
Signals | |
| void | dataChanged () |
Signals inherited from Axis | |
| void | dataChanged () |
Public Member Functions | |
| std::vector< float > | convert (QList< double > values) const override |
| double | tickCoord (int index) const override |
| void | nudge (double delta) |
Public Member Functions inherited from Axis | |
| virtual std::vector< float > | convert (QList< double > values) const |
| AxisTickLabels * | tickLabels () |
| Direction | direction () const |
| double | minimum () const |
| void | setMinimum (const double value) |
| double | maximum () const |
| void | setMaximum (const double value) |
| int | tickCount () const |
| double | tick (int index) const |
| virtual double | tickCoord (int index) const |
Additional Inherited Members | |
Public Types inherited from Axis | |
| enum | Direction { Z , Y , X } |
Public Slots inherited from Axis | |
| virtual void | nudge (double delta) |
Protected Attributes inherited from Axis | |
| std::vector< double > | tics_ |
| double | minimum_ |
| double | maximum_ |
Properties inherited from Axis | |
| double | thickness |
| double | minimum |
| double | maximum |
| Direction | direction |
| AxisTickLabels * | tickLabels |
| int | tickCount |
An axis with logarithmic scaling
|
overridevirtual |
Translate data space values into plot space values. Subclasses will overload this method to enable different scaling methods (e.g. log scaling).
Reimplemented from Axis.
|
virtual |
Shift the axis bounds by a given distance
Reimplemented from Axis.
|
overridevirtual |
Access the position of an individual tick label by index
Reimplemented from Axis.