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)
bool
contains
(QLatin1String str, qt.core.namespace.CaseSensitivity cs)
bool
contains
(QStringView str, qt.core.namespace.CaseSensitivity cs)
struct
QStringList
pragma(
inline
, true) const
bool
contains
(
QStringView
str
,
qt.core.namespace.CaseSensitivity
cs
=
qt.core.namespace.CaseSensitivity.CaseSensitive
)
Meta
Source
See Implementation
qt
core
stringlist
QStringList
constructors
this
functions
contains
indexOf
lastIndexOf
opBinary
opSlice
static functions
create
variables
base0