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

#include <qpdflinkmodel_p.h>

+ Collaboration diagram for QPdfLinkModelPrivate:

Public Member Functions

 QPdfLinkModelPrivate (QPdfLinkModel *qq)
 
void update ()
 

Public Attributes

QHash< int, QByteArrayroleNames
 
QPdfDocumentdocument = nullptr
 
QList< QPdfLinklinks
 
int page = 0
 

Detailed Description

Definition at line 23 of file qpdflinkmodel_p.h.

Constructor & Destructor Documentation

◆ QPdfLinkModelPrivate()

QPdfLinkModelPrivate::QPdfLinkModelPrivate ( QPdfLinkModel * qq)
inlineexplicit

Definition at line 29 of file qpdflinkmodel_p.h.

Member Function Documentation

◆ update()

void QPdfLinkModelPrivate::update ( )

Definition at line 170 of file qpdflinkmodel.cpp.

References QRectF::bottom(), QList< T >::clear(), QPdfDocumentPrivate::doc, document, QString::fromLatin1(), QUrl::fromLocalFile(), QString::fromUtf16(), hasNext(), i, QRectF::left(), links, lock, QPdfDocumentPrivate::mapPageToView(), ok, page, Q_ASSERT, Q_UNLIKELY, qCDebug, qCWarning, rect, QRectF::right(), and QRectF::top().

+ Here is the call graph for this function:

Member Data Documentation

◆ document

QPdfDocument* QPdfLinkModelPrivate::document = nullptr

Definition at line 35 of file qpdflinkmodel_p.h.

Referenced by update().

◆ links

QList<QPdfLink> QPdfLinkModelPrivate::links

Definition at line 36 of file qpdflinkmodel_p.h.

Referenced by update().

◆ page

int QPdfLinkModelPrivate::page = 0

Definition at line 37 of file qpdflinkmodel_p.h.

Referenced by update().

◆ roleNames

QHash<int, QByteArray> QPdfLinkModelPrivate::roleNames

Definition at line 34 of file qpdflinkmodel_p.h.


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