QStringMatcher

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QString) pattern, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
this
this(const(QChar)* uc, int len, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
this
this(QStringView pattern, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
this
this(const(QStringMatcher) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

caseSensitivity
qt.core.namespace.CaseSensitivity caseSensitivity()
Undocumented in source. Be warned that the author may not have intended to support it.
indexIn
int indexIn(const(QString) str, int from)
Undocumented in source.
indexIn
qsizetype indexIn(QStringView str, qsizetype from)
Undocumented in source.
indexIn
int indexIn(const(QChar)* str, int length, int from)
Undocumented in source.
pattern
QString pattern()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setCaseSensitivity
void setCaseSensitivity(qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
setPattern
void setPattern(const(QString) pattern)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta