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.cpp File Reference

(8f05eaa6a91e12418e4268211d2e2c6052f52e3f)

#include "qpdfdocument_p.h"
#include "qpdflink.h"
#include "qpdfsearchmodel.h"
#include "qpdfsearchmodel_p.h"
#include "qtpdfglobal_p.h"
#include "third_party/pdfium/public/fpdf_text.h"
#include "third_party/pdfium/public/fpdfview.h"
#include <QtCore/qelapsedtimer.h>
#include <QtCore/QMetaEnum>
#include "moc_qpdfsearchmodel.cpp"
Include dependency graph for qpdfsearchmodel.cpp:

Go to the source code of this file.

Variables

static QT_BEGIN_NAMESPACE const int UpdateTimerInterval = 100
static const int ContextChars = 64

Variable Documentation

◆ ContextChars

const int ContextChars = 64
static

Definition at line 21 of file qpdfsearchmodel.cpp.

Referenced by QPdfSearchModelPrivate::doSearch().

◆ UpdateTimerInterval

QT_BEGIN_NAMESPACE const int UpdateTimerInterval = 100
static

Definition at line 20 of file qpdfsearchmodel.cpp.