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.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
25
30
34QPdfPageNavigator *QQuickPdfPageNavigator::navStack()
35{
36 return static_cast<QPdfPageNavigator *>(qmlExtendedObject(this));
37}
38
129
130#include "moc_qquickpdfpagenavigator_p.cpp"
\inmodule QtCore
Definition qobject.h:103
Navigation history within a PDF document.
~QQuickPdfPageNavigator() override
QQuickPdfPageNavigator(QObject *parent=nullptr)
History of the destinations visited within a PDF Document.
Combined button and popup list for selecting options.
QObject * qmlExtendedObject(QObject *object)
Definition qqml.cpp:129