Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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()

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

Definition at line 45 of file qpagedpaintdevice_p.h.

References QPagedPaintDevice::d.

Referenced by QWidgetTextControl::print().

+ Here is the caller graph for this function:

◆ pageLayout()

virtual QPageLayout QPagedPaintDevicePrivate::pageLayout ( ) const
pure virtual

Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.

Referenced by QPagedPaintDevice::pageLayout().

+ Here is the caller graph for this function:

◆ setPageLayout()

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

Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.

Referenced by QPagedPaintDevice::setPageLayout().

+ Here is the caller graph for this function:

◆ setPageMargins()

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

Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.

Referenced by QPagedPaintDevice::setPageMargins().

+ Here is the caller graph for this function:

◆ setPageOrientation()

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

Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.

Referenced by QPagedPaintDevice::setPageOrientation().

+ Here is the caller graph for this function:

◆ setPageSize()

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

Implemented in QPdfPagedPaintDevicePrivate, and QPrinterPagedPaintDevicePrivate.

Referenced by QPagedPaintDevice::setPageSize().

+ Here is the caller graph for this function:

Member Data Documentation

◆ pageOrderAscending

bool QPagedPaintDevicePrivate::pageOrderAscending

Definition at line 49 of file qpagedpaintdevice_p.h.

Referenced by QPrinter::setPageOrder().

◆ pageRanges

◆ printSelectionOnly

bool QPagedPaintDevicePrivate::printSelectionOnly

Definition at line 50 of file qpagedpaintdevice_p.h.

Referenced by QPrinter::setPrintRange().


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