QPageLayout

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(const(QPageSize) pageSize, Orientation orientation, const(QMarginsF) margins, Unit units, const(QMarginsF) minMargins)
Undocumented in source.
this
this(const(QPageLayout) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Enums

Mode
enum Mode
Undocumented in source.
Orientation
enum Orientation
Undocumented in source.
Unit
enum Unit
Undocumented in source.

Functions

fullRect
QRectF fullRect()
Undocumented in source.
fullRect
QRectF fullRect(Unit units)
Undocumented in source.
fullRectPixels
QRect fullRectPixels(int resolution)
Undocumented in source.
fullRectPoints
QRect fullRectPoints()
Undocumented in source.
isEquivalentTo
bool isEquivalentTo(const(QPageLayout) other)
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
margins
QMarginsF margins()
Undocumented in source.
margins
QMarginsF margins(Unit units)
Undocumented in source.
marginsPixels
QMargins marginsPixels(int resolution)
Undocumented in source.
marginsPoints
QMargins marginsPoints()
Undocumented in source.
maximumMargins
QMarginsF maximumMargins()
Undocumented in source.
minimumMargins
QMarginsF minimumMargins()
Undocumented in source.
mode
Mode mode()
Undocumented in source.
orientation
Orientation orientation()
Undocumented in source.
pageSize
QPageSize pageSize()
Undocumented in source.
paintRect
QRectF paintRect()
Undocumented in source.
paintRect
QRectF paintRect(Unit units)
Undocumented in source.
paintRectPixels
QRect paintRectPixels(int resolution)
Undocumented in source.
paintRectPoints
QRect paintRectPoints()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setBottomMargin
bool setBottomMargin(qreal bottomMargin)
Undocumented in source.
setLeftMargin
bool setLeftMargin(qreal leftMargin)
Undocumented in source.
setMargins
bool setMargins(const(QMarginsF) margins)
Undocumented in source.
setMinimumMargins
void setMinimumMargins(const(QMarginsF) minMargins)
Undocumented in source.
setMode
void setMode(Mode mode)
Undocumented in source.
setOrientation
void setOrientation(Orientation orientation)
Undocumented in source.
setPageSize
void setPageSize(const(QPageSize) pageSize, const(QMarginsF) minMargins)
Undocumented in source.
setRightMargin
bool setRightMargin(qreal rightMargin)
Undocumented in source.
setTopMargin
bool setTopMargin(qreal topMargin)
Undocumented in source.
setUnits
void setUnits(Unit units)
Undocumented in source.
units
Unit units()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta