dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QStringRef.indexOf
qt
core
string
QStringRef
Undocumented in source.
int
indexOf
(const(QString) str, int from, qt.core.namespace.CaseSensitivity cs)
struct
QStringRef
const
static if
(
QT_STRINGVIEW_LEVEL < 2
)
int
indexOf
(
ref
const
(
QString
)
str
,
int
from
= 0
,
qt.core.namespace.CaseSensitivity
cs
=
qt.core.namespace.CaseSensitivity.CaseSensitive
)
int
indexOf
(const(QStringRef) str, int from, qt.core.namespace.CaseSensitivity cs)
int
indexOf
(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
int
indexOf
(QChar ch, int from, qt.core.namespace.CaseSensitivity cs)
int
indexOf
(QLatin1String str, int from, qt.core.namespace.CaseSensitivity cs)
Meta
Source
See Implementation
qt
core
string
QStringRef
aliases
const_iterator
const_pointer
size_type
value_type
constructors
this
destructors
~this
functions
appendTo
at
back
begin
cbegin
cend
chop
chopped
clear
compare
constBegin
constData
constEnd
contains
count
data
end
endsWith
front
indexOf
isEmpty
isNull
isRightToLeft
lastIndexOf
left
length
localeAwareCompare
mid
opIndex
position
right
size
split
startsWith
toDouble
toFloat
toInt
toLatin1
toLocal8Bit
toLong
toLongLong
toShort
toString
toUInt
toULong
toULongLong
toUShort
toUcs4
toUtf8
trimmed
truncate
unicode
postblits
this(this)