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
| static bool isWholeWords | ( | const QString & | text, |
| int | starts, | ||
| int | matchedLength | ||
| ) | [static] |
| static int lineBasedFind | ( | const QString & | text, |
| const QRegExp & | pattern, | ||
| int | index, | ||
| long | options, | ||
| int * | matchedLength | ||
| ) | [static] |
Variable Documentation
const int INDEX_NOMATCH = -1 [static] |
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:58:22 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:58:22 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.