![]() |
Qt 6.x
The Qt SDK
|
#include <qpdflink_p.h>
Inheritance diagram for QPdfLinkPrivate:
Collaboration diagram for QPdfLinkPrivate:Public Member Functions | |
| QPdfLinkPrivate ()=default | |
| QPdfLinkPrivate (int page, QPointF location, qreal zoom) | |
| QPdfLinkPrivate (int page, QList< QRectF > rects, QString contextBefore, QString contextAfter) | |
Public Member Functions inherited from QSharedData | |
| 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 |
Public Attributes inherited from QSharedData | |
| 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.
Referenced by QPdfLink::contextAfter().
| QString QPdfLinkPrivate::contextBefore |
Definition at line 45 of file qpdflink_p.h.
Referenced by QPdfLink::contextBefore().
| QPointF QPdfLinkPrivate::location |
Definition at line 43 of file qpdflink_p.h.
Referenced by QPdfPageNavigator::currentLocation(), QPdfLink::location(), QPdfLink::toString(), and QPdfLinkModelPrivate::update().
| int QPdfLinkPrivate::page = -1 |
Definition at line 42 of file qpdflink_p.h.
Referenced by QPdfPageNavigator::currentPage(), QPdfLink::isValid(), QPdfLink::page(), QPdfLink::toString(), and QPdfLinkModelPrivate::update().
Definition at line 48 of file qpdflink_p.h.
Referenced by QPdfLink::rectangles(), and QPdfLinkModelPrivate::update().
| QUrl QPdfLinkPrivate::url |
Definition at line 47 of file qpdflink_p.h.
Referenced by QPdfLink::toString(), QPdfLinkModelPrivate::update(), and QPdfLink::url().
| qreal QPdfLinkPrivate::zoom = 1 |
Definition at line 44 of file qpdflink_p.h.
Referenced by QPdfPageNavigator::currentZoom(), QPdfLink::toString(), QPdfLinkModelPrivate::update(), and QPdfLink::zoom().