KDEUI
#include "kfind.h"
#include "kfind_p.h"
#include "kfinddialog.h"
#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <QtGui/QLabel>
#include <QtCore/QRegExp>
#include <QtCore/QHash>
#include <QTextDocument>
#include "kfind.moc"
Include dependency graph for kfind.cpp:
Go to the source code of this file.
Functions | |
static int | doFind (const QString &text, const QRegExp &pattern, int index, long options, int *matchedLength) |
static bool | isInWord (QChar ch) |
static bool | isWholeWords (const QString &text, int starts, int matchedLength) |
static int | lineBasedFind (const QString &text, const QRegExp &pattern, int index, long options, int *matchedLength) |
static bool | matchOk (const QString &text, int index, int matchedLength, long options) |
Variables | |
static const int | INDEX_NOMATCH = -1 |
Function Documentation
Variable Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.