dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QStringList.contains
qt
core
stringlist
QStringList
Undocumented in source. Be warned that the author may not have intended to support it.
bool
contains
(const(QString) str, qt.core.namespace.CaseSensitivity cs)
struct
QStringList
pragma(
inline
, true) const
static if
(
QT_STRINGVIEW_LEVEL < 2
)
bool
contains
(
ref
const
(
QString
)
str
,
qt.core.namespace.CaseSensitivity
cs
=
qt.core.namespace.CaseSensitivity.CaseSensitive
)
bool
contains
(QLatin1String str, qt.core.namespace.CaseSensitivity cs)
bool
contains
(QStringView str, qt.core.namespace.CaseSensitivity cs)
Meta
Source
See Implementation
qt
core
stringlist
QStringList
constructors
this
functions
contains
indexOf
lastIndexOf
opBinary
opSlice
static functions
create
variables
base0