Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPagedPaintDevicePrivate Class Referenceabstract

#include <qpagedpaintdevice_p.h>

Inheritance diagram for QPagedPaintDevicePrivate:
Collaboration diagram for QPagedPaintDevicePrivate:

Public Member Functions

 QPagedPaintDevicePrivate ()
virtual ~QPagedPaintDevicePrivate ()
virtual bool setPageLayout (const QPageLayout &newPageLayout)=0
virtual bool setPageSize (const QPageSize &pageSize)=0
virtual bool setPageOrientation (QPageLayout::Orientation orientation)=0
virtual bool setPageMargins (const QMarginsF &margins, QPageLayout::Unit units)=0
virtual QPageLayout pageLayout () const =0

Static Public Member Functions

static QPagedPaintDevicePrivateget (QPagedPaintDevice *pd)

Public Attributes

QPageRanges pageRanges
bool pageOrderAscending
bool printSelectionOnly

Detailed Description

Definition at line 23 of file qpagedpaintdevice_p.h.

Constructor & Destructor Documentation

◆ QPagedPaintDevicePrivate()

QPagedPaintDevicePrivate::QPagedPaintDevicePrivate ( )
inline

Definition at line 26 of file qpagedpaintdevice_p.h.

◆ ~QPagedPaintDevicePrivate()

QT_BEGIN_NAMESPACE QPagedPaintDevicePrivate::~QPagedPaintDevicePrivate ( )
virtualdefault

Member Function Documentation

◆ get()

QPagedPaintDevicePrivate * QPagedPaintDevicePrivate::get ( QPagedPaintDevice * pd)
inlinestatic

Definition at line 45 of file qpagedpaintdevice_p.h.

◆ pageLayout()

virtual QPageLayout QPagedPaintDevicePrivate::pageLayout ( ) const
pure virtual

◆ setPageLayout()

virtual bool QPagedPaintDevicePrivate::setPageLayout ( const QPageLayout & newPageLayout)
pure virtual

◆ setPageMargins()

virtual bool QPagedPaintDevicePrivate::setPageMargins ( const QMarginsF & margins,
QPageLayout::Unit units )
pure virtual

◆ setPageOrientation()

virtual bool QPagedPaintDevicePrivate::setPageOrientation ( QPageLayout::Orientation orientation)
pure virtual

◆ setPageSize()

virtual bool QPagedPaintDevicePrivate::setPageSize ( const QPageSize & pageSize)
pure virtual

Member Data Documentation

◆ pageOrderAscending

bool QPagedPaintDevicePrivate::pageOrderAscending

Definition at line 49 of file qpagedpaintdevice_p.h.

◆ pageRanges

QPageRanges QPagedPaintDevicePrivate::pageRanges

Definition at line 48 of file qpagedpaintdevice_p.h.

◆ printSelectionOnly

bool QPagedPaintDevicePrivate::printSelectionOnly

Definition at line 50 of file qpagedpaintdevice_p.h.


The documentation for this class was generated from the following files: