pub struct QStringRef { /* private fields */ }Expand description
C++ class: QStringRef.
Implementations§
Source§impl QStringRef
impl QStringRef
Sourcepub unsafe fn append_to(
&self,
string: impl CastInto<Ptr<QString>>,
) -> CppBox<QStringRef>
pub unsafe fn append_to( &self, string: impl CastInto<Ptr<QString>>, ) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::appendTo(QString* string) const.
Sourcepub unsafe fn at(&self, i: c_int) -> CppBox<QChar>
pub unsafe fn at(&self, i: c_int) -> CppBox<QChar>
Calls C++ function: QChar QStringRef::at(int i) const.
Sourcepub unsafe fn begin(&self) -> Ptr<QChar>
pub unsafe fn begin(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::begin() const.
Sourcepub unsafe fn cbegin(&self) -> Ptr<QChar>
pub unsafe fn cbegin(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::cbegin() const.
Sourcepub unsafe fn cend(&self) -> Ptr<QChar>
pub unsafe fn cend(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::cend() const.
Sourcepub unsafe fn chopped(&self, n: c_int) -> CppBox<QStringRef>
pub unsafe fn chopped(&self, n: c_int) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::chopped(int n) const.
Sourcepub unsafe fn compare_q_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QString>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_string_case_sensitivity( &self, s: impl CastInto<Ref<QString>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::compare(const QString& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn compare_q_string_ref_case_sensitivity(
&self,
s: impl CastInto<Ref<QStringRef>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_string_ref_case_sensitivity( &self, s: impl CastInto<Ref<QStringRef>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::compare(const QStringRef& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn compare_q_char_case_sensitivity(
&self,
c: impl CastInto<Ref<QChar>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_char_case_sensitivity( &self, c: impl CastInto<Ref<QChar>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::compare(QChar c, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn compare_q_latin1_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QLatin1String>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_latin1_string_case_sensitivity( &self, s: impl CastInto<Ref<QLatin1String>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::compare(QLatin1String s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn compare_q_byte_array_case_sensitivity(
&self,
s: impl CastInto<Ref<QByteArray>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_byte_array_case_sensitivity( &self, s: impl CastInto<Ref<QByteArray>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::compare(const QByteArray& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn compare_q_string_ref_q_string_case_sensitivity(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QString>>,
arg3: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_string_ref_q_string_case_sensitivity( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QString>>, arg3: CaseSensitivity, ) -> c_int
Calls C++ function: static int QStringRef::compare(const QStringRef& s1, const QString& s2, Qt::CaseSensitivity arg3 = …).
Sourcepub unsafe fn compare_2_q_string_ref_case_sensitivity(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QStringRef>>,
arg3: CaseSensitivity,
) -> c_int
pub unsafe fn compare_2_q_string_ref_case_sensitivity( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QStringRef>>, arg3: CaseSensitivity, ) -> c_int
Calls C++ function: static int QStringRef::compare(const QStringRef& s1, const QStringRef& s2, Qt::CaseSensitivity arg3 = …).
Sourcepub unsafe fn compare_q_string_ref_q_latin1_string_case_sensitivity(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QLatin1String>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn compare_q_string_ref_q_latin1_string_case_sensitivity( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QLatin1String>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: static int QStringRef::compare(const QStringRef& s1, QLatin1String s2, Qt::CaseSensitivity cs = …).
Sourcepub unsafe fn compare_q_string(&self, s: impl CastInto<Ref<QString>>) -> c_int
pub unsafe fn compare_q_string(&self, s: impl CastInto<Ref<QString>>) -> c_int
Calls C++ function: int QStringRef::compare(const QString& s) const.
Sourcepub unsafe fn compare_q_string_ref(
&self,
s: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn compare_q_string_ref( &self, s: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: int QStringRef::compare(const QStringRef& s) const.
Sourcepub unsafe fn compare_q_char(&self, c: impl CastInto<Ref<QChar>>) -> c_int
pub unsafe fn compare_q_char(&self, c: impl CastInto<Ref<QChar>>) -> c_int
Calls C++ function: int QStringRef::compare(QChar c) const.
Sourcepub unsafe fn compare_q_latin1_string(
&self,
s: impl CastInto<Ref<QLatin1String>>,
) -> c_int
pub unsafe fn compare_q_latin1_string( &self, s: impl CastInto<Ref<QLatin1String>>, ) -> c_int
Calls C++ function: int QStringRef::compare(QLatin1String s) const.
Sourcepub unsafe fn compare_q_byte_array(
&self,
s: impl CastInto<Ref<QByteArray>>,
) -> c_int
pub unsafe fn compare_q_byte_array( &self, s: impl CastInto<Ref<QByteArray>>, ) -> c_int
Calls C++ function: int QStringRef::compare(const QByteArray& s) const.
Sourcepub unsafe fn compare_q_string_ref_q_string(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QString>>,
) -> c_int
pub unsafe fn compare_q_string_ref_q_string( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QString>>, ) -> c_int
Calls C++ function: static int QStringRef::compare(const QStringRef& s1, const QString& s2).
Sourcepub unsafe fn compare_2_q_string_ref(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn compare_2_q_string_ref( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: static int QStringRef::compare(const QStringRef& s1, const QStringRef& s2).
Sourcepub unsafe fn compare_q_string_ref_q_latin1_string(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QLatin1String>>,
) -> c_int
pub unsafe fn compare_q_string_ref_q_latin1_string( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QLatin1String>>, ) -> c_int
Calls C++ function: static int QStringRef::compare(const QStringRef& s1, QLatin1String s2).
Sourcepub unsafe fn const_begin(&self) -> Ptr<QChar>
pub unsafe fn const_begin(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::constBegin() const.
Sourcepub unsafe fn const_data(&self) -> Ptr<QChar>
pub unsafe fn const_data(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::constData() const.
Sourcepub unsafe fn const_end(&self) -> Ptr<QChar>
pub unsafe fn const_end(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::constEnd() const.
Sourcepub unsafe fn contains_q_string_case_sensitivity(
&self,
str: impl CastInto<Ref<QString>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn contains_q_string_case_sensitivity( &self, str: impl CastInto<Ref<QString>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::contains(const QString& str, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn contains_q_string_ref_case_sensitivity(
&self,
str: impl CastInto<Ref<QStringRef>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn contains_q_string_ref_case_sensitivity( &self, str: impl CastInto<Ref<QStringRef>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::contains(const QStringRef& str, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn contains_q_char_case_sensitivity(
&self,
ch: impl CastInto<Ref<QChar>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn contains_q_char_case_sensitivity( &self, ch: impl CastInto<Ref<QChar>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::contains(QChar ch, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn contains_q_latin1_string_case_sensitivity(
&self,
str: impl CastInto<Ref<QLatin1String>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn contains_q_latin1_string_case_sensitivity( &self, str: impl CastInto<Ref<QLatin1String>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::contains(QLatin1String str, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn contains_q_string_view_case_sensitivity(
&self,
str: impl CastInto<Ref<QStringView>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn contains_q_string_view_case_sensitivity( &self, str: impl CastInto<Ref<QStringView>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::contains(QStringView str, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn contains_q_string(&self, str: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn contains_q_string(&self, str: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: bool QStringRef::contains(const QString& str) const.
Sourcepub unsafe fn contains_q_string_ref(
&self,
str: impl CastInto<Ref<QStringRef>>,
) -> bool
pub unsafe fn contains_q_string_ref( &self, str: impl CastInto<Ref<QStringRef>>, ) -> bool
Calls C++ function: bool QStringRef::contains(const QStringRef& str) const.
Sourcepub unsafe fn contains_q_char(&self, ch: impl CastInto<Ref<QChar>>) -> bool
pub unsafe fn contains_q_char(&self, ch: impl CastInto<Ref<QChar>>) -> bool
Calls C++ function: bool QStringRef::contains(QChar ch) const.
Sourcepub unsafe fn contains_q_latin1_string(
&self,
str: impl CastInto<Ref<QLatin1String>>,
) -> bool
pub unsafe fn contains_q_latin1_string( &self, str: impl CastInto<Ref<QLatin1String>>, ) -> bool
Calls C++ function: bool QStringRef::contains(QLatin1String str) const.
Sourcepub unsafe fn contains_q_string_view(
&self,
str: impl CastInto<Ref<QStringView>>,
) -> bool
pub unsafe fn contains_q_string_view( &self, str: impl CastInto<Ref<QStringView>>, ) -> bool
Calls C++ function: bool QStringRef::contains(QStringView str) const.
Sourcepub unsafe fn copy_from_q_string_ref(
&self,
other: impl CastInto<Ref<QStringRef>>,
) -> Ref<QStringRef>
pub unsafe fn copy_from_q_string_ref( &self, other: impl CastInto<Ref<QStringRef>>, ) -> Ref<QStringRef>
Calls C++ function: QStringRef& QStringRef::operator=(const QStringRef& other).
Sourcepub unsafe fn copy_from_q_string(
&self,
string: impl CastInto<Ptr<QString>>,
) -> Ref<QStringRef>
pub unsafe fn copy_from_q_string( &self, string: impl CastInto<Ptr<QString>>, ) -> Ref<QStringRef>
Calls C++ function: QStringRef& QStringRef::operator=(const QString* string).
Sourcepub unsafe fn count_q_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QString>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn count_q_string_case_sensitivity( &self, s: impl CastInto<Ref<QString>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::count(const QString& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn count_q_char_case_sensitivity(
&self,
c: impl CastInto<Ref<QChar>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn count_q_char_case_sensitivity( &self, c: impl CastInto<Ref<QChar>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::count(QChar c, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn count_q_string_ref_case_sensitivity(
&self,
s: impl CastInto<Ref<QStringRef>>,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn count_q_string_ref_case_sensitivity( &self, s: impl CastInto<Ref<QStringRef>>, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::count(const QStringRef& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn count_q_string(&self, s: impl CastInto<Ref<QString>>) -> c_int
pub unsafe fn count_q_string(&self, s: impl CastInto<Ref<QString>>) -> c_int
Calls C++ function: int QStringRef::count(const QString& s) const.
Sourcepub unsafe fn count_q_char(&self, c: impl CastInto<Ref<QChar>>) -> c_int
pub unsafe fn count_q_char(&self, c: impl CastInto<Ref<QChar>>) -> c_int
Calls C++ function: int QStringRef::count(QChar c) const.
Sourcepub unsafe fn count_q_string_ref(
&self,
s: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn count_q_string_ref( &self, s: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: int QStringRef::count(const QStringRef& s) const.
Sourcepub unsafe fn data(&self) -> Ptr<QChar>
pub unsafe fn data(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::data() const.
Sourcepub unsafe fn end(&self) -> Ptr<QChar>
pub unsafe fn end(&self) -> Ptr<QChar>
Calls C++ function: const QChar* QStringRef::end() const.
Sourcepub unsafe fn ends_with_q_string_view_case_sensitivity(
&self,
s: impl CastInto<Ref<QStringView>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn ends_with_q_string_view_case_sensitivity( &self, s: impl CastInto<Ref<QStringView>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::endsWith(QStringView s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn ends_with_q_latin1_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QLatin1String>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn ends_with_q_latin1_string_case_sensitivity( &self, s: impl CastInto<Ref<QLatin1String>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::endsWith(QLatin1String s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn ends_with_q_char_case_sensitivity(
&self,
c: impl CastInto<Ref<QChar>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn ends_with_q_char_case_sensitivity( &self, c: impl CastInto<Ref<QChar>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::endsWith(QChar c, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn ends_with_q_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QString>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn ends_with_q_string_case_sensitivity( &self, s: impl CastInto<Ref<QString>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::endsWith(const QString& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn ends_with_q_string_ref_case_sensitivity(
&self,
c: impl CastInto<Ref<QStringRef>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn ends_with_q_string_ref_case_sensitivity( &self, c: impl CastInto<Ref<QStringRef>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::endsWith(const QStringRef& c, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn ends_with_q_string_view(
&self,
s: impl CastInto<Ref<QStringView>>,
) -> bool
pub unsafe fn ends_with_q_string_view( &self, s: impl CastInto<Ref<QStringView>>, ) -> bool
Calls C++ function: bool QStringRef::endsWith(QStringView s) const.
Sourcepub unsafe fn ends_with_q_latin1_string(
&self,
s: impl CastInto<Ref<QLatin1String>>,
) -> bool
pub unsafe fn ends_with_q_latin1_string( &self, s: impl CastInto<Ref<QLatin1String>>, ) -> bool
Calls C++ function: bool QStringRef::endsWith(QLatin1String s) const.
Sourcepub unsafe fn ends_with_q_char(&self, c: impl CastInto<Ref<QChar>>) -> bool
pub unsafe fn ends_with_q_char(&self, c: impl CastInto<Ref<QChar>>) -> bool
Calls C++ function: bool QStringRef::endsWith(QChar c) const.
Sourcepub unsafe fn ends_with_q_string(&self, s: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn ends_with_q_string(&self, s: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: bool QStringRef::endsWith(const QString& s) const.
Sourcepub unsafe fn ends_with_q_string_ref(
&self,
c: impl CastInto<Ref<QStringRef>>,
) -> bool
pub unsafe fn ends_with_q_string_ref( &self, c: impl CastInto<Ref<QStringRef>>, ) -> bool
Calls C++ function: bool QStringRef::endsWith(const QStringRef& c) const.
Sourcepub unsafe fn front(&self) -> CppBox<QChar>
pub unsafe fn front(&self) -> CppBox<QChar>
Calls C++ function: QChar QStringRef::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> CppBox<QChar>
pub unsafe fn index(&self, i: c_int) -> CppBox<QChar>
Calls C++ function: QChar QStringRef::operator[](int i) const.
Sourcepub unsafe fn index_of_q_string_int_case_sensitivity(
&self,
str: impl CastInto<Ref<QString>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn index_of_q_string_int_case_sensitivity( &self, str: impl CastInto<Ref<QString>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::indexOf(const QString& str, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn index_of_q_string_ref_int_case_sensitivity(
&self,
str: impl CastInto<Ref<QStringRef>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn index_of_q_string_ref_int_case_sensitivity( &self, str: impl CastInto<Ref<QStringRef>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::indexOf(const QStringRef& str, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn index_of_q_string_view_int_case_sensitivity(
&self,
s: impl CastInto<Ref<QStringView>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn index_of_q_string_view_int_case_sensitivity( &self, s: impl CastInto<Ref<QStringView>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QStringView s, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn index_of_q_char_int_case_sensitivity(
&self,
ch: impl CastInto<Ref<QChar>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn index_of_q_char_int_case_sensitivity( &self, ch: impl CastInto<Ref<QChar>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QChar ch, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn index_of_q_latin1_string_int_case_sensitivity(
&self,
str: impl CastInto<Ref<QLatin1String>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn index_of_q_latin1_string_int_case_sensitivity( &self, str: impl CastInto<Ref<QLatin1String>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QLatin1String str, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn index_of_q_string_int(
&self,
str: impl CastInto<Ref<QString>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_string_int( &self, str: impl CastInto<Ref<QString>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::indexOf(const QString& str, int from = …) const.
Sourcepub unsafe fn index_of_q_string(
&self,
str: impl CastInto<Ref<QString>>,
) -> c_int
pub unsafe fn index_of_q_string( &self, str: impl CastInto<Ref<QString>>, ) -> c_int
Calls C++ function: int QStringRef::indexOf(const QString& str) const.
Sourcepub unsafe fn index_of_q_string_ref_int(
&self,
str: impl CastInto<Ref<QStringRef>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_string_ref_int( &self, str: impl CastInto<Ref<QStringRef>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::indexOf(const QStringRef& str, int from = …) const.
Sourcepub unsafe fn index_of_q_string_ref(
&self,
str: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn index_of_q_string_ref( &self, str: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: int QStringRef::indexOf(const QStringRef& str) const.
Sourcepub unsafe fn index_of_q_string_view_int(
&self,
s: impl CastInto<Ref<QStringView>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_string_view_int( &self, s: impl CastInto<Ref<QStringView>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QStringView s, int from = …) const.
Sourcepub unsafe fn index_of_q_string_view(
&self,
s: impl CastInto<Ref<QStringView>>,
) -> c_int
pub unsafe fn index_of_q_string_view( &self, s: impl CastInto<Ref<QStringView>>, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QStringView s) const.
Sourcepub unsafe fn index_of_q_char_int(
&self,
ch: impl CastInto<Ref<QChar>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_char_int( &self, ch: impl CastInto<Ref<QChar>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QChar ch, int from = …) const.
Sourcepub unsafe fn index_of_q_char(&self, ch: impl CastInto<Ref<QChar>>) -> c_int
pub unsafe fn index_of_q_char(&self, ch: impl CastInto<Ref<QChar>>) -> c_int
Calls C++ function: int QStringRef::indexOf(QChar ch) const.
Sourcepub unsafe fn index_of_q_latin1_string_int(
&self,
str: impl CastInto<Ref<QLatin1String>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_latin1_string_int( &self, str: impl CastInto<Ref<QLatin1String>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QLatin1String str, int from = …) const.
Sourcepub unsafe fn index_of_q_latin1_string(
&self,
str: impl CastInto<Ref<QLatin1String>>,
) -> c_int
pub unsafe fn index_of_q_latin1_string( &self, str: impl CastInto<Ref<QLatin1String>>, ) -> c_int
Calls C++ function: int QStringRef::indexOf(QLatin1String str) const.
Sourcepub unsafe fn is_right_to_left(&self) -> bool
pub unsafe fn is_right_to_left(&self) -> bool
Calls C++ function: bool QStringRef::isRightToLeft() const.
Sourcepub unsafe fn last_index_of_q_string_ref_int_case_sensitivity(
&self,
str: impl CastInto<Ref<QStringRef>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn last_index_of_q_string_ref_int_case_sensitivity( &self, str: impl CastInto<Ref<QStringRef>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(const QStringRef& str, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn last_index_of_q_string_int_case_sensitivity(
&self,
str: impl CastInto<Ref<QString>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn last_index_of_q_string_int_case_sensitivity( &self, str: impl CastInto<Ref<QString>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(const QString& str, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn last_index_of_q_char_int_case_sensitivity(
&self,
ch: impl CastInto<Ref<QChar>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn last_index_of_q_char_int_case_sensitivity( &self, ch: impl CastInto<Ref<QChar>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QChar ch, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn last_index_of_q_latin1_string_int_case_sensitivity(
&self,
str: impl CastInto<Ref<QLatin1String>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn last_index_of_q_latin1_string_int_case_sensitivity( &self, str: impl CastInto<Ref<QLatin1String>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QLatin1String str, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn last_index_of_q_string_view_int_case_sensitivity(
&self,
s: impl CastInto<Ref<QStringView>>,
from: c_int,
cs: CaseSensitivity,
) -> c_int
pub unsafe fn last_index_of_q_string_view_int_case_sensitivity( &self, s: impl CastInto<Ref<QStringView>>, from: c_int, cs: CaseSensitivity, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QStringView s, int from = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn last_index_of_q_string_ref_int(
&self,
str: impl CastInto<Ref<QStringRef>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_string_ref_int( &self, str: impl CastInto<Ref<QStringRef>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(const QStringRef& str, int from = …) const.
Sourcepub unsafe fn last_index_of_q_string_ref(
&self,
str: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn last_index_of_q_string_ref( &self, str: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(const QStringRef& str) const.
Sourcepub unsafe fn last_index_of_q_string_int(
&self,
str: impl CastInto<Ref<QString>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_string_int( &self, str: impl CastInto<Ref<QString>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(const QString& str, int from = …) const.
Sourcepub unsafe fn last_index_of_q_string(
&self,
str: impl CastInto<Ref<QString>>,
) -> c_int
pub unsafe fn last_index_of_q_string( &self, str: impl CastInto<Ref<QString>>, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(const QString& str) const.
Sourcepub unsafe fn last_index_of_q_char_int(
&self,
ch: impl CastInto<Ref<QChar>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_char_int( &self, ch: impl CastInto<Ref<QChar>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QChar ch, int from = …) const.
Sourcepub unsafe fn last_index_of_q_char(
&self,
ch: impl CastInto<Ref<QChar>>,
) -> c_int
pub unsafe fn last_index_of_q_char( &self, ch: impl CastInto<Ref<QChar>>, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QChar ch) const.
Sourcepub unsafe fn last_index_of_q_latin1_string_int(
&self,
str: impl CastInto<Ref<QLatin1String>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_latin1_string_int( &self, str: impl CastInto<Ref<QLatin1String>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QLatin1String str, int from = …) const.
Sourcepub unsafe fn last_index_of_q_latin1_string(
&self,
str: impl CastInto<Ref<QLatin1String>>,
) -> c_int
pub unsafe fn last_index_of_q_latin1_string( &self, str: impl CastInto<Ref<QLatin1String>>, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QLatin1String str) const.
Sourcepub unsafe fn last_index_of_q_string_view_int(
&self,
s: impl CastInto<Ref<QStringView>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_string_view_int( &self, s: impl CastInto<Ref<QStringView>>, from: c_int, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QStringView s, int from = …) const.
Sourcepub unsafe fn last_index_of_q_string_view(
&self,
s: impl CastInto<Ref<QStringView>>,
) -> c_int
pub unsafe fn last_index_of_q_string_view( &self, s: impl CastInto<Ref<QStringView>>, ) -> c_int
Calls C++ function: int QStringRef::lastIndexOf(QStringView s) const.
Sourcepub unsafe fn left(&self, n: c_int) -> CppBox<QStringRef>
pub unsafe fn left(&self, n: c_int) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::left(int n) const.
Sourcepub unsafe fn locale_aware_compare_q_string(
&self,
s: impl CastInto<Ref<QString>>,
) -> c_int
pub unsafe fn locale_aware_compare_q_string( &self, s: impl CastInto<Ref<QString>>, ) -> c_int
Calls C++ function: int QStringRef::localeAwareCompare(const QString& s) const.
Sourcepub unsafe fn locale_aware_compare_q_string_ref(
&self,
s: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn locale_aware_compare_q_string_ref( &self, s: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: int QStringRef::localeAwareCompare(const QStringRef& s) const.
Sourcepub unsafe fn locale_aware_compare_q_string_view(
&self,
str: impl CastInto<Ref<QStringView>>,
) -> c_int
pub unsafe fn locale_aware_compare_q_string_view( &self, str: impl CastInto<Ref<QStringView>>, ) -> c_int
Calls C++ function: int QStringRef::localeAwareCompare(QStringView str) const.
Sourcepub unsafe fn locale_aware_compare_q_string_ref_q_string(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QString>>,
) -> c_int
pub unsafe fn locale_aware_compare_q_string_ref_q_string( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QString>>, ) -> c_int
Calls C++ function: static int QStringRef::localeAwareCompare(const QStringRef& s1, const QString& s2).
Sourcepub unsafe fn locale_aware_compare_2_q_string_ref(
s1: impl CastInto<Ref<QStringRef>>,
s2: impl CastInto<Ref<QStringRef>>,
) -> c_int
pub unsafe fn locale_aware_compare_2_q_string_ref( s1: impl CastInto<Ref<QStringRef>>, s2: impl CastInto<Ref<QStringRef>>, ) -> c_int
Calls C++ function: static int QStringRef::localeAwareCompare(const QStringRef& s1, const QStringRef& s2).
Sourcepub unsafe fn locale_aware_compare_2_q_string_view(
s1: impl CastInto<Ref<QStringView>>,
s2: impl CastInto<Ref<QStringView>>,
) -> c_int
pub unsafe fn locale_aware_compare_2_q_string_view( s1: impl CastInto<Ref<QStringView>>, s2: impl CastInto<Ref<QStringView>>, ) -> c_int
Calls C++ function: static int QStringRef::localeAwareCompare(QStringView s1, QStringView s2).
Sourcepub unsafe fn mid_2a(&self, pos: c_int, n: c_int) -> CppBox<QStringRef>
pub unsafe fn mid_2a(&self, pos: c_int, n: c_int) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::mid(int pos, int n = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QStringRef>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::mid(int pos) const.
Sourcepub unsafe fn new_0a() -> CppBox<QStringRef>
pub unsafe fn new_0a() -> CppBox<QStringRef>
Calls C++ function: [constructor] void QStringRef::QStringRef().
Sourcepub unsafe fn new_3a(
string: impl CastInto<Ptr<QString>>,
position: c_int,
size: c_int,
) -> CppBox<QStringRef>
pub unsafe fn new_3a( string: impl CastInto<Ptr<QString>>, position: c_int, size: c_int, ) -> CppBox<QStringRef>
Calls C++ function: [constructor] void QStringRef::QStringRef(const QString* string, int position, int size).
Sourcepub unsafe fn new_1a(string: impl CastInto<Ptr<QString>>) -> CppBox<QStringRef>
pub unsafe fn new_1a(string: impl CastInto<Ptr<QString>>) -> CppBox<QStringRef>
Calls C++ function: [constructor] void QStringRef::QStringRef(const QString* string).
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QStringRef>>,
) -> CppBox<QStringRef>
pub unsafe fn new_copy( other: impl CastInto<Ref<QStringRef>>, ) -> CppBox<QStringRef>
Calls C++ function: [constructor] void QStringRef::QStringRef(const QStringRef& other).
Sourcepub unsafe fn right(&self, n: c_int) -> CppBox<QStringRef>
pub unsafe fn right(&self, n: c_int) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::right(int n) const.
Sourcepub unsafe fn split_q_string_split_behavior_case_sensitivity(
&self,
sep: impl CastInto<Ref<QString>>,
behavior: SplitBehavior,
cs: CaseSensitivity,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_string_split_behavior_case_sensitivity( &self, sep: impl CastInto<Ref<QString>>, behavior: SplitBehavior, cs: CaseSensitivity, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(const QString& sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn split_q_char_split_behavior_case_sensitivity(
&self,
sep: impl CastInto<Ref<QChar>>,
behavior: SplitBehavior,
cs: CaseSensitivity,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_char_split_behavior_case_sensitivity( &self, sep: impl CastInto<Ref<QChar>>, behavior: SplitBehavior, cs: CaseSensitivity, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn split_q_string_q_flags_split_behavior_flags_case_sensitivity(
&self,
sep: impl CastInto<Ref<QString>>,
behavior: QFlags<SplitBehaviorFlags>,
cs: CaseSensitivity,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_string_q_flags_split_behavior_flags_case_sensitivity( &self, sep: impl CastInto<Ref<QString>>, behavior: QFlags<SplitBehaviorFlags>, cs: CaseSensitivity, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(const QString& sep, QFlags<Qt::SplitBehaviorFlags> behavior = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn split_q_char_q_flags_split_behavior_flags_case_sensitivity(
&self,
sep: impl CastInto<Ref<QChar>>,
behavior: QFlags<SplitBehaviorFlags>,
cs: CaseSensitivity,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_char_q_flags_split_behavior_flags_case_sensitivity( &self, sep: impl CastInto<Ref<QChar>>, behavior: QFlags<SplitBehaviorFlags>, cs: CaseSensitivity, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(QChar sep, QFlags<Qt::SplitBehaviorFlags> behavior = …, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn split_q_string_split_behavior(
&self,
sep: impl CastInto<Ref<QString>>,
behavior: SplitBehavior,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_string_split_behavior( &self, sep: impl CastInto<Ref<QString>>, behavior: SplitBehavior, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(const QString& sep, QString::SplitBehavior behavior) const.
Sourcepub unsafe fn split_q_char_split_behavior(
&self,
sep: impl CastInto<Ref<QChar>>,
behavior: SplitBehavior,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_char_split_behavior( &self, sep: impl CastInto<Ref<QChar>>, behavior: SplitBehavior, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(QChar sep, QString::SplitBehavior behavior) const.
Sourcepub unsafe fn split_q_string_q_flags_split_behavior_flags(
&self,
sep: impl CastInto<Ref<QString>>,
behavior: QFlags<SplitBehaviorFlags>,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_string_q_flags_split_behavior_flags( &self, sep: impl CastInto<Ref<QString>>, behavior: QFlags<SplitBehaviorFlags>, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(const QString& sep, QFlags<Qt::SplitBehaviorFlags> behavior = …) const.
Sourcepub unsafe fn split_q_string(
&self,
sep: impl CastInto<Ref<QString>>,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_string( &self, sep: impl CastInto<Ref<QString>>, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(const QString& sep) const.
Sourcepub unsafe fn split_q_char_q_flags_split_behavior_flags(
&self,
sep: impl CastInto<Ref<QChar>>,
behavior: QFlags<SplitBehaviorFlags>,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_char_q_flags_split_behavior_flags( &self, sep: impl CastInto<Ref<QChar>>, behavior: QFlags<SplitBehaviorFlags>, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(QChar sep, QFlags<Qt::SplitBehaviorFlags> behavior = …) const.
Sourcepub unsafe fn split_q_char(
&self,
sep: impl CastInto<Ref<QChar>>,
) -> CppBox<QVectorOfQStringRef>
pub unsafe fn split_q_char( &self, sep: impl CastInto<Ref<QChar>>, ) -> CppBox<QVectorOfQStringRef>
Calls C++ function: QVector<QStringRef> QStringRef::split(QChar sep) const.
Sourcepub unsafe fn starts_with_q_string_view_case_sensitivity(
&self,
s: impl CastInto<Ref<QStringView>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn starts_with_q_string_view_case_sensitivity( &self, s: impl CastInto<Ref<QStringView>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::startsWith(QStringView s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn starts_with_q_latin1_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QLatin1String>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn starts_with_q_latin1_string_case_sensitivity( &self, s: impl CastInto<Ref<QLatin1String>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::startsWith(QLatin1String s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn starts_with_q_char_case_sensitivity(
&self,
c: impl CastInto<Ref<QChar>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn starts_with_q_char_case_sensitivity( &self, c: impl CastInto<Ref<QChar>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::startsWith(QChar c, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn starts_with_q_string_case_sensitivity(
&self,
s: impl CastInto<Ref<QString>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn starts_with_q_string_case_sensitivity( &self, s: impl CastInto<Ref<QString>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::startsWith(const QString& s, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn starts_with_q_string_ref_case_sensitivity(
&self,
c: impl CastInto<Ref<QStringRef>>,
cs: CaseSensitivity,
) -> bool
pub unsafe fn starts_with_q_string_ref_case_sensitivity( &self, c: impl CastInto<Ref<QStringRef>>, cs: CaseSensitivity, ) -> bool
Calls C++ function: bool QStringRef::startsWith(const QStringRef& c, Qt::CaseSensitivity cs = …) const.
Sourcepub unsafe fn starts_with_q_string_view(
&self,
s: impl CastInto<Ref<QStringView>>,
) -> bool
pub unsafe fn starts_with_q_string_view( &self, s: impl CastInto<Ref<QStringView>>, ) -> bool
Calls C++ function: bool QStringRef::startsWith(QStringView s) const.
Sourcepub unsafe fn starts_with_q_latin1_string(
&self,
s: impl CastInto<Ref<QLatin1String>>,
) -> bool
pub unsafe fn starts_with_q_latin1_string( &self, s: impl CastInto<Ref<QLatin1String>>, ) -> bool
Calls C++ function: bool QStringRef::startsWith(QLatin1String s) const.
Sourcepub unsafe fn starts_with_q_char(&self, c: impl CastInto<Ref<QChar>>) -> bool
pub unsafe fn starts_with_q_char(&self, c: impl CastInto<Ref<QChar>>) -> bool
Calls C++ function: bool QStringRef::startsWith(QChar c) const.
Sourcepub unsafe fn starts_with_q_string(
&self,
s: impl CastInto<Ref<QString>>,
) -> bool
pub unsafe fn starts_with_q_string( &self, s: impl CastInto<Ref<QString>>, ) -> bool
Calls C++ function: bool QStringRef::startsWith(const QString& s) const.
Sourcepub unsafe fn starts_with_q_string_ref(
&self,
c: impl CastInto<Ref<QStringRef>>,
) -> bool
pub unsafe fn starts_with_q_string_ref( &self, c: impl CastInto<Ref<QStringRef>>, ) -> bool
Calls C++ function: bool QStringRef::startsWith(const QStringRef& c) const.
Sourcepub unsafe fn string(&self) -> Ptr<QString>
pub unsafe fn string(&self) -> Ptr<QString>
Calls C++ function: const QString* QStringRef::string() const.
Sourcepub unsafe fn to_double_1a(&self, ok: *mut bool) -> c_double
pub unsafe fn to_double_1a(&self, ok: *mut bool) -> c_double
Calls C++ function: double QStringRef::toDouble(bool* ok = …) const.
Sourcepub unsafe fn to_double_0a(&self) -> c_double
pub unsafe fn to_double_0a(&self) -> c_double
Calls C++ function: double QStringRef::toDouble() const.
Sourcepub unsafe fn to_float_1a(&self, ok: *mut bool) -> c_float
pub unsafe fn to_float_1a(&self, ok: *mut bool) -> c_float
Calls C++ function: float QStringRef::toFloat(bool* ok = …) const.
Sourcepub unsafe fn to_float_0a(&self) -> c_float
pub unsafe fn to_float_0a(&self) -> c_float
Calls C++ function: float QStringRef::toFloat() const.
Sourcepub unsafe fn to_int_2a(&self, ok: *mut bool, base: c_int) -> c_int
pub unsafe fn to_int_2a(&self, ok: *mut bool, base: c_int) -> c_int
Calls C++ function: int QStringRef::toInt(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_int_1a(&self, ok: *mut bool) -> c_int
pub unsafe fn to_int_1a(&self, ok: *mut bool) -> c_int
Calls C++ function: int QStringRef::toInt(bool* ok = …) const.
Sourcepub unsafe fn to_latin1(&self) -> CppBox<QByteArray>
pub unsafe fn to_latin1(&self) -> CppBox<QByteArray>
Calls C++ function: QByteArray QStringRef::toLatin1() const.
Sourcepub unsafe fn to_local8_bit(&self) -> CppBox<QByteArray>
pub unsafe fn to_local8_bit(&self) -> CppBox<QByteArray>
Calls C++ function: QByteArray QStringRef::toLocal8Bit() const.
Sourcepub unsafe fn to_long_2a(&self, ok: *mut bool, base: c_int) -> c_long
pub unsafe fn to_long_2a(&self, ok: *mut bool, base: c_int) -> c_long
Calls C++ function: long QStringRef::toLong(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_long_1a(&self, ok: *mut bool) -> c_long
pub unsafe fn to_long_1a(&self, ok: *mut bool) -> c_long
Calls C++ function: long QStringRef::toLong(bool* ok = …) const.
Sourcepub unsafe fn to_long_0a(&self) -> c_long
pub unsafe fn to_long_0a(&self) -> c_long
Calls C++ function: long QStringRef::toLong() const.
Sourcepub unsafe fn to_long_long_2a(&self, ok: *mut bool, base: c_int) -> c_longlong
pub unsafe fn to_long_long_2a(&self, ok: *mut bool, base: c_int) -> c_longlong
Calls C++ function: long long QStringRef::toLongLong(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_long_long_1a(&self, ok: *mut bool) -> c_longlong
pub unsafe fn to_long_long_1a(&self, ok: *mut bool) -> c_longlong
Calls C++ function: long long QStringRef::toLongLong(bool* ok = …) const.
Sourcepub unsafe fn to_long_long_0a(&self) -> c_longlong
pub unsafe fn to_long_long_0a(&self) -> c_longlong
Calls C++ function: long long QStringRef::toLongLong() const.
Sourcepub unsafe fn to_short_2a(&self, ok: *mut bool, base: c_int) -> c_short
pub unsafe fn to_short_2a(&self, ok: *mut bool, base: c_int) -> c_short
Calls C++ function: short QStringRef::toShort(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_short_1a(&self, ok: *mut bool) -> c_short
pub unsafe fn to_short_1a(&self, ok: *mut bool) -> c_short
Calls C++ function: short QStringRef::toShort(bool* ok = …) const.
Sourcepub unsafe fn to_short_0a(&self) -> c_short
pub unsafe fn to_short_0a(&self) -> c_short
Calls C++ function: short QStringRef::toShort() const.
Sourcepub unsafe fn to_string(&self) -> CppBox<QString>
pub unsafe fn to_string(&self) -> CppBox<QString>
Calls C++ function: QString QStringRef::toString() const.
Sourcepub unsafe fn to_u_int_2a(&self, ok: *mut bool, base: c_int) -> c_uint
pub unsafe fn to_u_int_2a(&self, ok: *mut bool, base: c_int) -> c_uint
Calls C++ function: unsigned int QStringRef::toUInt(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_u_int_1a(&self, ok: *mut bool) -> c_uint
pub unsafe fn to_u_int_1a(&self, ok: *mut bool) -> c_uint
Calls C++ function: unsigned int QStringRef::toUInt(bool* ok = …) const.
Sourcepub unsafe fn to_u_int_0a(&self) -> c_uint
pub unsafe fn to_u_int_0a(&self) -> c_uint
Calls C++ function: unsigned int QStringRef::toUInt() const.
Sourcepub unsafe fn to_u_long_2a(&self, ok: *mut bool, base: c_int) -> c_ulong
pub unsafe fn to_u_long_2a(&self, ok: *mut bool, base: c_int) -> c_ulong
Calls C++ function: unsigned long QStringRef::toULong(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_u_long_1a(&self, ok: *mut bool) -> c_ulong
pub unsafe fn to_u_long_1a(&self, ok: *mut bool) -> c_ulong
Calls C++ function: unsigned long QStringRef::toULong(bool* ok = …) const.
Sourcepub unsafe fn to_u_long_0a(&self) -> c_ulong
pub unsafe fn to_u_long_0a(&self) -> c_ulong
Calls C++ function: unsigned long QStringRef::toULong() const.
Sourcepub unsafe fn to_u_long_long_2a(
&self,
ok: *mut bool,
base: c_int,
) -> c_ulonglong
pub unsafe fn to_u_long_long_2a( &self, ok: *mut bool, base: c_int, ) -> c_ulonglong
Calls C++ function: unsigned long long QStringRef::toULongLong(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_u_long_long_1a(&self, ok: *mut bool) -> c_ulonglong
pub unsafe fn to_u_long_long_1a(&self, ok: *mut bool) -> c_ulonglong
Calls C++ function: unsigned long long QStringRef::toULongLong(bool* ok = …) const.
Sourcepub unsafe fn to_u_long_long_0a(&self) -> c_ulonglong
pub unsafe fn to_u_long_long_0a(&self) -> c_ulonglong
Calls C++ function: unsigned long long QStringRef::toULongLong() const.
Sourcepub unsafe fn to_u_short_2a(&self, ok: *mut bool, base: c_int) -> c_ushort
pub unsafe fn to_u_short_2a(&self, ok: *mut bool, base: c_int) -> c_ushort
Calls C++ function: unsigned short QStringRef::toUShort(bool* ok = …, int base = …) const.
Sourcepub unsafe fn to_u_short_1a(&self, ok: *mut bool) -> c_ushort
pub unsafe fn to_u_short_1a(&self, ok: *mut bool) -> c_ushort
Calls C++ function: unsigned short QStringRef::toUShort(bool* ok = …) const.
Sourcepub unsafe fn to_u_short_0a(&self) -> c_ushort
pub unsafe fn to_u_short_0a(&self) -> c_ushort
Calls C++ function: unsigned short QStringRef::toUShort() const.
Sourcepub unsafe fn to_ucs4(&self) -> CppBox<QVectorOfUint>
pub unsafe fn to_ucs4(&self) -> CppBox<QVectorOfUint>
Calls C++ function: QVector<unsigned int> QStringRef::toUcs4() const.
Sourcepub unsafe fn to_utf8(&self) -> CppBox<QByteArray>
pub unsafe fn to_utf8(&self) -> CppBox<QByteArray>
Calls C++ function: QByteArray QStringRef::toUtf8() const.
Sourcepub unsafe fn trimmed(&self) -> CppBox<QStringRef>
pub unsafe fn trimmed(&self) -> CppBox<QStringRef>
Calls C++ function: QStringRef QStringRef::trimmed() const.