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
qquickpdflinkmodel.cpp
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5#include <QQuickItem>
6#include <QQmlEngine>
7#include <QStandardPaths>
8
10
14
76
81
88{
89 return m_quickDocument;
90}
91
93{
94 if (document == m_quickDocument)
95 return;
96 m_quickDocument = document;
97 if (document)
99}
100
108
109#include "moc_qquickpdflinkmodel_p.cpp"
\inmodule QtCore
Definition qobject.h:103
The QPdfLinkModel class holds the geometry and the destination for each link that the specified \l pa...
void setDocument(QPdfDocument *document)
void setDocument(QQuickPdfDocument *document)
QQuickPdfDocument * document
QQuickPdfLinkModel(QObject *parent=nullptr)
A representation of links within a PDF document.
~QQuickPdfLinkModel() override
Combined button and popup list for selecting options.