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
qquickpdfpagenavigator_p.h
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
4#ifndef QQUICKPDFPAGENAVIGATOR_P_H
5#define QQUICKPDFPAGENAVIGATOR_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtPdfQuick/private/qtpdfquickglobal_p.h>
19#include <QtPdf/qpdfpagenavigator.h>
20#include <QtPdf/private/qpdflink_p.h>
21
22#include <QQmlEngine>
23
25
33
35{
38 QML_NAMED_ELEMENT(PdfPageNavigator)
40
41public:
42 explicit QQuickPdfPageNavigator(QObject *parent = nullptr);
44
45private:
46 QPdfPageNavigator *navStack();
47
48 Q_DISABLE_COPY(QQuickPdfPageNavigator)
49};
50
52
54
55#endif // QQUICKPDFPAGENAVIGATOR_P_H
\inmodule QtCore
Definition qobject.h:103
Navigation history within a PDF document.
~QQuickPdfPageNavigator() override
Combined button and popup list for selecting options.
#define QML_DECLARE_TYPE(TYPE)
Definition qqml.h:19
#define QML_EXTENDED(EXTENDED_TYPE)
#define QML_VALUE_TYPE(NAME)
#define QML_NAMED_ELEMENT(NAME)
#define QML_FOREIGN(FOREIGN_TYPE)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define Q_OBJECT
#define Q_GADGET
#define Q_PDFQUICK_EXPORT