Uses of Enum
io.qt.gui.QPageSize.PageSizeId
-
Uses of QPageSize.PageSizeId in io.qt.gui
Modifier and TypeMethodDescriptionfinal QPageSize.PageSizeId
QPageSize.id()
static QPageSize.PageSizeId
QPageSize.id
(int windowsId) static QPageSize.PageSizeId
Overloaded function forQPageSize.id(io.qt.core.QSize, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
.static QPageSize.PageSizeId
QPageSize.id
(QSizeF size, QPageSize.Unit units) Overloaded function forQPageSize.id(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
.static QPageSize.PageSizeId
QPageSize.id
(QSizeF size, QPageSize.Unit units, QPageSize.SizeMatchPolicy matchPolicy) static QPageSize.PageSizeId
QPageSize.id
(QSize pointSize, QPageSize.SizeMatchPolicy matchPolicy) static QPageSize.PageSizeId
QPageSize.id
(QSize size, QPageSize.Unit units) Overloaded function forQPageSize.id(io.qt.core.QSize, io.qt.gui.QPageSize.Unit, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
.static QPageSize.PageSizeId
QPageSize.id
(QSize size, QPageSize.Unit units, QPageSize.SizeMatchPolicy matchPolicy) Overloaded function forQPageSize.id(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, io.qt.gui.QPageSize.SizeMatchPolicy)
.static QPageSize.PageSizeId
QPageSize.PageSizeId.resolve
(int value) Returns the corresponding enum entry for the given value.static QPageSize.PageSizeId
Returns the enum constant of this type with the specified name.static QPageSize.PageSizeId[]
QPageSize.PageSizeId.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic QSizeF
QPageSize.definitionSize
(QPageSize.PageSizeId pageSizeId) static QPageSize.Unit
QPageSize.definitionUnits
(QPageSize.PageSizeId pageSizeId) static String
QPageSize.key
(QPageSize.PageSizeId pageSizeId) static String
QPageSize.name
(QPageSize.PageSizeId pageSizeId) static QSizeF
QPageSize.size
(QPageSize.PageSizeId pageSizeId, QPageSize.Unit units) static QSize
QPageSize.sizePixels
(QPageSize.PageSizeId pageSizeId, int resolution) static QSize
QPageSize.sizePoints
(QPageSize.PageSizeId pageSizeId) static int
QPageSize.windowsId
(QPageSize.PageSizeId pageSizeId)