Uses of Class
io.qt.charts.QAbstractAxis.AxisType
Package | Description |
---|---|
io.qt.charts |
-
Uses of QAbstractAxis.AxisType in io.qt.charts
Methods in io.qt.charts that return QAbstractAxis.AxisType Modifier and Type Method Description QAbstractAxis.AxisType[]
QAbstractAxis.AxisTypes. flags()
Returns an array of flag objects represented by this AxisTypes.static QAbstractAxis.AxisType
QAbstractAxis.AxisType. resolve(int value)
Returns the corresponding enum entry for the given value.abstract QAbstractAxis.AxisType
QAbstractAxis. type()
QAbstractAxis.AxisType
QBarCategoryAxis. type()
QAbstractAxis.AxisType
QCategoryAxis. type()
QAbstractAxis.AxisType
QDateTimeAxis. type()
QAbstractAxis.AxisType
QLogValueAxis. type()
QAbstractAxis.AxisType
QValueAxis. type()
static QAbstractAxis.AxisType
QAbstractAxis.AxisType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractAxis.AxisType[]
QAbstractAxis.AxisType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.charts with parameters of type QAbstractAxis.AxisType Modifier and Type Method Description QAbstractAxis.AxisTypes
QAbstractAxis.AxisType. combined(QAbstractAxis.AxisType e)
Combines this entry with other enum entry.QAbstractAxis.AxisTypes
QAbstractAxis.AxisTypes. combined(QAbstractAxis.AxisType e)
Combines this flags with enum entry.static QAbstractAxis.AxisTypes
QAbstractAxis.AxisType. flags(QAbstractAxis.AxisType... values)
Creates a newQAbstractAxis.AxisTypes
from the entries.QAbstractAxis.AxisTypes
QAbstractAxis.AxisTypes. setFlag(QAbstractAxis.AxisType e)
Sets the flage
QAbstractAxis.AxisTypes
QAbstractAxis.AxisTypes. setFlag(QAbstractAxis.AxisType e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.charts with parameters of type QAbstractAxis.AxisType Constructor Description AxisTypes(QAbstractAxis.AxisType... args)
Creates a new AxisTypes where the flags inargs
are set.