Uses of Enum
io.qt.gui.QPageSize.SizeMatchPolicy
Packages that use QPageSize.SizeMatchPolicy
-
Uses of QPageSize.SizeMatchPolicy in io.qt.gui
Methods in io.qt.gui that return QPageSize.SizeMatchPolicyModifier and TypeMethodDescriptionstatic QPageSize.SizeMatchPolicy
QPageSize.SizeMatchPolicy.resolve
(int value) Returns the corresponding enum entry for the given value.static QPageSize.SizeMatchPolicy
Returns the enum constant of this type with the specified name.static QPageSize.SizeMatchPolicy[]
QPageSize.SizeMatchPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QPageSize.SizeMatchPolicyModifier and TypeMethodDescriptionstatic 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, QPageSize.SizeMatchPolicy matchPolicy) Overloaded function forQPageSize.id(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, io.qt.gui.QPageSize.SizeMatchPolicy)
.Constructors in io.qt.gui with parameters of type QPageSize.SizeMatchPolicyModifierConstructorDescriptionQPageSize
(QSizeF size, QPageSize.Unit units, String name, QPageSize.SizeMatchPolicy matchPolicy) QPageSize
(QSize size, QPageSize.Unit units, String name, QPageSize.SizeMatchPolicy matchPolicy) Overloaded constructor forQPageSize(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, java.lang.String, io.qt.gui.QPageSize.SizeMatchPolicy)
.QPageSize
(QSize pointSize, String name, QPageSize.SizeMatchPolicy matchPolicy)