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

(fccbc33d95c17b0911fd4cbd97998acfc8e6320f)

#include "qpdfdocument_p.h"
#include "qpdflink.h"
#include "qpdfsearchmodel.h"
#include "qpdfsearchmodel_p.h"
#include "third_party/pdfium/public/fpdf_text.h"
#include "third_party/pdfium/public/fpdfview.h"
#include <QtCore/qelapsedtimer.h>
#include <QtCore/qloggingcategory.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.

Referenced by QPdfSearchModelPrivate::clearResults().