QPageSize

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(PageSizeId pageSizeId)
Undocumented in source.
this
this(const(QSize) pointSize, const(QString) name, SizeMatchPolicy matchPolicy)
Undocumented in source.
this
this(const(QSizeF) size, Unit units, const(QString) name, SizeMatchPolicy matchPolicy)
Undocumented in source.
this
this(const(QPageSize) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

PageSizeId
enum PageSizeId
Undocumented in source.
SizeMatchPolicy
enum SizeMatchPolicy
Undocumented in source.
Unit
enum Unit
Undocumented in source.

Functions

definitionSize
QSizeF definitionSize()
Undocumented in source.
definitionUnits
Unit definitionUnits()
Undocumented in source.
id
PageSizeId id()
Undocumented in source.
isEquivalentTo
bool isEquivalentTo(const(QPageSize) other)
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
key
QString key()
Undocumented in source.
name
QString name()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
rect
QRectF rect(Unit units)
Undocumented in source.
rectPixels
QRect rectPixels(int resolution)
Undocumented in source.
rectPoints
QRect rectPoints()
Undocumented in source.
size
QSizeF size(Unit units)
Undocumented in source.
sizePixels
QSize sizePixels(int resolution)
Undocumented in source.
sizePoints
QSize sizePoints()
Undocumented in source.
windowsId
int windowsId()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
definitionSize
QSizeF definitionSize(PageSizeId pageSizeId)
Undocumented in source.
definitionUnits
Unit definitionUnits(PageSizeId pageSizeId)
Undocumented in source.
id
PageSizeId id(const(QSize) pointSize, SizeMatchPolicy matchPolicy)
Undocumented in source.
id
PageSizeId id(const(QSizeF) size, Unit units, SizeMatchPolicy matchPolicy)
Undocumented in source.
id
PageSizeId id(int windowsId)
Undocumented in source.
key
QString key(PageSizeId pageSizeId)
Undocumented in source.
name
QString name(PageSizeId pageSizeId)
Undocumented in source.
size
QSizeF size(PageSizeId pageSizeId, Unit units)
Undocumented in source.
sizePixels
QSize sizePixels(PageSizeId pageSizeId, int resolution)
Undocumented in source.
sizePoints
QSize sizePoints(PageSizeId pageSizeId)
Undocumented in source.
windowsId
int windowsId(PageSizeId pageSizeId)
Undocumented in source.

Meta