- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPageSize extends QtObject implements Cloneable
Describes the size and name of a defined page size
Java wrapper for Qt class QPageSize
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QPageSize.PageSizeId
Java wrapper for Qt enum QPageSize::PageSizeIdstatic class
QPageSize.SizeMatchPolicy
Java wrapper for Qt enum QPageSize::SizeMatchPolicystatic class
QPageSize.Unit
Java wrapper for Qt enum QPageSize::Unit -
Constructor Summary
-
Method Summary
-
Constructor Details
-
QPageSize
public QPageSize() -
QPageSize
-
QPageSize
-
QPageSize
Overloaded constructor for
QPageSize(io.qt.core.QSize, java.lang.String, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
. -
QPageSize
Overloaded constructor for
QPageSize(io.qt.core.QSize, java.lang.String, io.qt.gui.QPageSize.SizeMatchPolicy)
with:
name = ""
matchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
-
QPageSize
-
QPageSize
Overloaded constructor for
QPageSize(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, java.lang.String, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
. -
QPageSize
Overloaded constructor for
QPageSize(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, java.lang.String, io.qt.gui.QPageSize.SizeMatchPolicy)
with:
name = ""
matchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
-
QPageSize
public QPageSize(QSizeF size, QPageSize.Unit units, String name, QPageSize.SizeMatchPolicy matchPolicy) -
QPageSize
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
definitionSize
-
definitionUnits
-
id
-
isEquivalentTo
-
isValid
-
key
-
name
-
rect
-
rectPixels
-
rectPoints
-
size
-
sizePixels
-
sizePoints
-
swap
-
windowsId
-
definitionSize
-
definitionUnits
-
id
Overloaded function for
id(io.qt.core.QSize, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
. -
id
-
id
Overloaded function for
id(io.qt.core.QSizeF, io.qt.gui.QPageSize.Unit, io.qt.gui.QPageSize.SizeMatchPolicy)
withmatchPolicy = io.qt.gui.QPageSize.SizeMatchPolicy.FuzzyMatch
. -
id
public static QPageSize.PageSizeId id(QSizeF size, QPageSize.Unit units, QPageSize.SizeMatchPolicy matchPolicy) -
id
-
key
-
name
-
size
-
sizePixels
-
sizePoints
-
windowsId
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-