Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qpdflink.h File Reference
#include <QtPdf/qtpdfglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qobject.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtCore/qshareddata.h>
#include <QtGui/qclipboard.h>
+ Include dependency graph for qpdflink.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPdfLink
 The QPdfLink class defines a link between a region on a page (such as a hyperlink or a search result) and a destination (page, location on the page, and zoom level at which to view it). More...
 

Functions

Q_PDF_EXPORT QDebug operator<< (QDebug, const QPdfLink &)
 

Function Documentation

◆ operator<<()