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
QPdfLinkPrivate Class Reference

#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.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

int page = -1
 
QPointF location
 
qreal zoom = 1
 
QString contextBefore
 
QString contextAfter
 
QUrl url
 
QList< QRectFrects
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 26 of file qpdflink_p.h.

Constructor & Destructor Documentation

◆ QPdfLinkPrivate() [1/3]

QPdfLinkPrivate::QPdfLinkPrivate ( )
default

◆ QPdfLinkPrivate() [2/3]

QPdfLinkPrivate::QPdfLinkPrivate ( int page,
QPointF location,
qreal zoom )
inline

Definition at line 30 of file qpdflink_p.h.

◆ QPdfLinkPrivate() [3/3]

QPdfLinkPrivate::QPdfLinkPrivate ( int page,
QList< QRectF > rects,
QString contextBefore,
QString contextAfter )
inline

Definition at line 34 of file qpdflink_p.h.

Member Data Documentation

◆ contextAfter

QString QPdfLinkPrivate::contextAfter

Definition at line 46 of file qpdflink_p.h.

Referenced by QPdfLink::contextAfter().

◆ contextBefore

QString QPdfLinkPrivate::contextBefore

Definition at line 45 of file qpdflink_p.h.

Referenced by QPdfLink::contextBefore().

◆ location

QPointF QPdfLinkPrivate::location

◆ page

int QPdfLinkPrivate::page = -1

◆ rects

QList<QRectF> QPdfLinkPrivate::rects

Definition at line 48 of file qpdflink_p.h.

Referenced by QPdfLink::rectangles().

◆ url

QUrl QPdfLinkPrivate::url

Definition at line 47 of file qpdflink_p.h.

Referenced by QPdfLink::toString(), and QPdfLink::url().

◆ zoom

qreal QPdfLinkPrivate::zoom = 1

Definition at line 44 of file qpdflink_p.h.

Referenced by QPdfPageNavigator::currentZoom(), QPdfLink::toString(), and QPdfLink::zoom().


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