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
qquickpdfbookmarkmodel.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 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 <QLoggingCategory>
6
8
12
28
33
40{
41 return m_quickDocument;
42}
43
45{
46 if (document == m_quickDocument)
47 return;
48 m_quickDocument = document;
51}
52
54
55#include "moc_qquickpdfbookmarkmodel_p.cpp"
\inmodule QtCore
Definition qobject.h:103
The QPdfBookmarkModel class holds a tree of of links (anchors) within a PDF document,...
void setDocument(QPdfDocument *document)
~QQuickPdfBookmarkModel() override
QQuickPdfBookmarkModel(QObject *parent=nullptr)
A tree of links (anchors) within a PDF document, such as the table of contents.
void setDocument(QQuickPdfDocument *document)
Combined button and popup list for selecting options.
#define emit