以下成员源于类 QPagedPaintDevice 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
|
QPagedPaintDevice () |
(obsolete)
QPagedPaintDevice::Margins
|
margins () const |
(obsolete)
QSizeF
|
pageSizeMM () const |
(obsolete)
virtual void
|
setMargins (const QPagedPaintDevice::Margins & margins ) |
(obsolete)
virtual void
|
setPageSizeMM (const QSizeF & size ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
构造新的分页描绘设备。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 pageLayout ().margins() instead. Returns the current margins of the paint device. The default is 0.
边距以毫米为单位指定。
另请参阅 setMargins ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 pageLayout (). pageSize () 代替。
返回页面尺寸 (以毫米为单位)。
另请参阅 setPageSizeMM ().
[虚拟]
void
QPagedPaintDevice::
setMargins
(const
QPagedPaintDevice::Margins
&
margins
)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 setPageMargins ( QMarginsF , QPageLayout::Unit ) instead. Sets the margins to be used to margins .
边距以毫米为单位指定。
The margins are purely a hint to the drawing method. They don't affect the coordinate system or clipping.
另请参阅 margins ().
[虚拟]
void
QPagedPaintDevice::
setPageSizeMM
(const
QSizeF
&
size
)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 setPageSize ( QPageSize ) instead. Sets the page size to size . size is specified in millimeters.
If the size matches a standard QPagedPaintDevice::PageSize then that page size will be used, otherwise QPagedPaintDevice::Custom will be set.
另请参阅 pageSizeMM ().