QStringList

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) i)
Undocumented in source.
this
this(const(QList!(QString)) l)
Undocumented in source.

Alias This

base0

Members

Functions

contains
bool contains(const(QString) str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(QLatin1String str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(QStringView str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(QStringView string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(QLatin1String string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(const(QRegExp) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(QRegExp rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(const(QRegularExpression) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(QStringView string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(QLatin1String string, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(const(QRegExp) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(QRegExp rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(const(QRegularExpression) rx, int from)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QStringList opBinary(const(QStringList) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Variables

base0
QList!(QString) base0;
Undocumented in source.

Meta