4#ifndef QFONTVARIABLEAXIS_H
5#define QFONTVARIABLEAXIS_H
7#include <QtGui/qtguiglobal.h>
8#include <QtGui/qfont.h>
10#include <QtCore/qshareddata.h>
14class QFontVariableAxisPrivate;
15QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QFontVariableAxisPrivate)
19 Q_GADGET_EXPORT(Q_GUI_EXPORT)
43 Q_GUI_EXPORT QString
name()
const;
56 QByteArray tagString()
const {
return tag().toString(); }
59#ifndef QT_NO_DEBUG_STREAM
63 QExplicitlySharedDataPointer<QFontVariableAxisPrivate> d_ptr;
66Q_DECLARE_SHARED(QFontVariableAxis)
\reentrant \inmodule QtGui
QFontVariableAxis(QFontVariableAxis &&other) noexcept=default
Q_GUI_EXPORT void setDefaultValue(qreal defaultValue)
Sets the default value of this QFontVariableAxis to defaultValue.
Q_GUI_EXPORT void setMinimumValue(qreal minimumValue)
Sets the minimum value of this QFontVariableAxis to minimumValue.
Q_GUI_EXPORT void setMaximumValue(qreal maximumValue)
Sets the maximum value of this QFontVariableAxis to maximumValue.
Q_GUI_EXPORT void setTag(QFont::Tag tag)
Sets the tag of QFontVariableAxis to tag.
Q_GUI_EXPORT void setName(const QString &name)
Sets the name of this QFontVariableAxis to name.
Q_GUI_EXPORT ~QFontVariableAxis()
Destroys this QFontVariableAxis object.
QDebug operator<<(QDebug debug, const QFontVariableAxis &axis)