Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpdfsearchmodel_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
QPDFSEARCHMODEL_P_H
5
#
define
QPDFSEARCHMODEL_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
"qpdfsearchmodel.h"
19
#
include
<
private
/
qabstractitemmodel_p
.
h
>
20
21
#
include
"third_party/pdfium/public/fpdfview.h"
22
23
QT_BEGIN_NAMESPACE
24
25
class
QPdfSearchModelPrivate
:
public
QAbstractItemModelPrivate
26
{
27
Q_DECLARE_PUBLIC(QPdfSearchModel)
28
29
public
:
30
QPdfSearchModelPrivate
();
31
void
clearResults
();
32
bool
doSearch
(
int
page);
33
34
struct
PageAndIndex
{
35
int
page
;
36
int
index
;
37
};
38
PageAndIndex
pageAndIndexForResult
(
int
resultIndex);
39
int
rowsBeforePage
(
int
page);
40
41
QPdfDocument
*
document
=
nullptr
;
42
QString
searchString
;
43
QList
<
bool
>
pagesSearched
;
44
QList
<
QList
<
QPdfLink
>>
searchResults
;
45
int
rowCountSoFar
= 0;
46
int
updateTimerId
= -1;
47
int
nextPageToUpdate
= 0;
48
49
QMetaObject
::
Connection
documentConnection
;
50
};
51
52
QT_END_NAMESPACE
53
54
#
endif
// QPDFSEARCHMODEL_P_H
QPdfSearchModelPrivate
Definition
qpdfsearchmodel_p.h:26
QPdfSearchModelPrivate::doSearch
bool doSearch(int page)
Definition
qpdfsearchmodel.cpp:251
QPdfSearchModelPrivate::rowCountSoFar
int rowCountSoFar
Definition
qpdfsearchmodel_p.h:45
QPdfSearchModelPrivate::clearResults
void clearResults()
Definition
qpdfsearchmodel.cpp:237
QPdfSearchModelPrivate::rowsBeforePage
int rowsBeforePage(int page)
Definition
qpdfsearchmodel.cpp:363
QPdfSearchModelPrivate::nextPageToUpdate
int nextPageToUpdate
Definition
qpdfsearchmodel_p.h:47
QPdfSearchModelPrivate::document
QPdfDocument * document
Definition
qpdfsearchmodel_p.h:41
QPdfSearchModelPrivate::updateTimerId
int updateTimerId
Definition
qpdfsearchmodel_p.h:46
QPdfSearchModelPrivate::documentConnection
QMetaObject::Connection documentConnection
Definition
qpdfsearchmodel_p.h:49
QPdfSearchModelPrivate::pagesSearched
QList< bool > pagesSearched
Definition
qpdfsearchmodel_p.h:43
QPdfSearchModelPrivate::pageAndIndexForResult
PageAndIndex pageAndIndexForResult(int resultIndex)
Definition
qpdfsearchmodel.cpp:345
QPdfSearchModelPrivate::searchString
QString searchString
Definition
qpdfsearchmodel_p.h:42
QPdfSearchModelPrivate::searchResults
QList< QList< QPdfLink > > searchResults
Definition
qpdfsearchmodel_p.h:44
QPdfSearchModel
The QPdfSearchModel class searches for a string in a PDF document and holds the results.
Definition
qpdfsearchmodel.h:18
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
ContextChars
static const int ContextChars
Definition
qpdfsearchmodel.cpp:21
QPdfSearchModelPrivate::PageAndIndex
Definition
qpdfsearchmodel_p.h:34
QPdfSearchModelPrivate::PageAndIndex::index
int index
Definition
qpdfsearchmodel_p.h:36
QPdfSearchModelPrivate::PageAndIndex::page
int page
Definition
qpdfsearchmodel_p.h:35
qtwebengine
src
pdf
qpdfsearchmodel_p.h
Generated on Thu Nov 14 2024 01:09:23 for Qt by
1.12.0