42 #ifndef QSTRINGMATCHER_H 43 #define QSTRINGMATCHER_H 45 #include <QtCore/qstring.h> 53 class QStringMatcherPrivate;
68 void setPattern(
const QString &pattern);
71 int indexIn(
const QString &str,
int from = 0)
const;
72 int indexIn(
const QChar *str,
int length,
int from = 0)
const;
103 #endif // QSTRINGMATCHER_H #define QT_END_NAMESPACE
This macro expands to.
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode stri...
#define QT_BEGIN_NAMESPACE
This macro expands to.
QStringMatcherPrivate * d_ptr
Qt::CaseSensitivity caseSensitivity() const
Returns the case sensitivity setting for this string matcher.