![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpdflink_p.h>
Public Member Functions | |
QPdfLinkPrivate ()=default | |
QPdfLinkPrivate (int page, QPointF location, qreal zoom) | |
QPdfLinkPrivate (int page, QList< QRectF > rects, QString contextBefore, QString contextAfter) | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
int | page = -1 |
QPointF | location |
qreal | zoom = 1 |
QString | contextBefore |
QString | contextAfter |
QUrl | url |
QList< QRectF > | rects |
![]() | |
QAtomicInt | ref |
Definition at line 26 of file qpdflink_p.h.
|
default |
Definition at line 30 of file qpdflink_p.h.
|
inline |
Definition at line 34 of file qpdflink_p.h.
QString QPdfLinkPrivate::contextAfter |
Definition at line 46 of file qpdflink_p.h.
QString QPdfLinkPrivate::contextBefore |
Definition at line 45 of file qpdflink_p.h.
QPointF QPdfLinkPrivate::location |
Definition at line 43 of file qpdflink_p.h.
int QPdfLinkPrivate::page = -1 |
Definition at line 42 of file qpdflink_p.h.
Definition at line 48 of file qpdflink_p.h.
QUrl QPdfLinkPrivate::url |
Definition at line 47 of file qpdflink_p.h.
qreal QPdfLinkPrivate::zoom = 1 |
Definition at line 44 of file qpdflink_p.h.