Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qpdfselection_p.h
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
4
#ifndef QPDFSELECTION_P_H
5
#define QPDFSELECTION_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 "
qpdfselection.h
"
19
20
#include <QList>
21
#include <QPolygonF>
22
23
QT_BEGIN_NAMESPACE
24
25
class
QPdfSelectionPrivate
:
public
QSharedData
26
{
27
public
:
28
QPdfSelectionPrivate
() =
default
;
29
QPdfSelectionPrivate
(
const
QString
&
text
,
QList<QPolygonF>
bounds
,
QRectF
boundingRect
,
int
startIndex
,
int
endIndex
)
30
:
text
(
text
),
31
bounds
(
bounds
),
32
boundingRect
(
boundingRect
),
33
startIndex
(
startIndex
),
34
endIndex
(
endIndex
) { }
35
36
QString
text
;
37
QList<QPolygonF>
bounds
;
38
QRectF
boundingRect
;
39
int
startIndex
;
40
int
endIndex
;
41
};
42
43
QT_END_NAMESPACE
44
45
#endif
// QPDFSELECTION_P_H
QList
Definition
qlist.h:74
QPdfSelectionPrivate
Definition
qpdfselection_p.h:26
QPdfSelectionPrivate::boundingRect
QRectF boundingRect
Definition
qpdfselection_p.h:38
QPdfSelectionPrivate::QPdfSelectionPrivate
QPdfSelectionPrivate()=default
QPdfSelectionPrivate::bounds
QList< QPolygonF > bounds
Definition
qpdfselection_p.h:37
QPdfSelectionPrivate::startIndex
int startIndex
Definition
qpdfselection_p.h:39
QPdfSelectionPrivate::text
QString text
Definition
qpdfselection_p.h:36
QPdfSelectionPrivate::QPdfSelectionPrivate
QPdfSelectionPrivate(const QString &text, QList< QPolygonF > bounds, QRectF boundingRect, int startIndex, int endIndex)
Definition
qpdfselection_p.h:29
QPdfSelectionPrivate::endIndex
int endIndex
Definition
qpdfselection_p.h:40
QRectF
\inmodule QtCore\reentrant
Definition
qrect.h:483
QSharedData
\inmodule QtCore
Definition
qshareddata.h:19
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qpdfselection.h
qtwebengine
src
pdf
qpdfselection_p.h
Generated by
1.9.7