Name | |
---|---|
enum | Attribute { Inverted = 1 « 0, Floating = 1 « 1} |
Name | |
---|---|
QskScaleEngine() | |
~QskScaleEngine() | |
void | setAttribute(Attribute attribute, bool on =true) |
bool | testAttribute(Attribute attribute) const |
void | setAttributes(Attributes attributes) |
Attributes | attributes() const |
QskScaleTickmarks | divideScale(qreal x1, qreal x2, int maxMajorSteps, int maxMinorSteps, qreal stepSize =0.0) const |
void | autoScale(int maxNumSteps, qreal & x1, qreal & x2, qreal & stepSize) const |
Enumerator | Value | Description |
---|---|---|
Inverted | 1 « 0 | |
Floating | 1 « 1 |
QskScaleEngine()
~QskScaleEngine()
void setAttribute(
Attribute attribute,
bool on =true
)
bool testAttribute(
Attribute attribute
) const
void setAttributes(
Attributes attributes
)
Attributes attributes() const
QskScaleTickmarks divideScale(
qreal x1,
qreal x2,
int maxMajorSteps,
int maxMinorSteps,
qreal stepSize =0.0
) const
void autoScale(
int maxNumSteps,
qreal & x1,
qreal & x2,
qreal & stepSize
) const
Updated on 28 July 2023 at 14:02:28 CEST