pub struct QStringList { /* private fields */ }Expand description
C++ class: QStringList.
Implementations§
Source§impl QStringList
impl QStringList
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 QStringList::contains(const QString& str, 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 QStringList::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 QStringList::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 QStringList::contains(const QString& str) 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 QStringList::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 QStringList::contains(QStringView str) const.
Sourcepub unsafe fn copy_from_q_list_of_q_string(
&self,
other: impl CastInto<Ref<QListOfQString>>,
) -> Ref<QStringList>
pub unsafe fn copy_from_q_list_of_q_string( &self, other: impl CastInto<Ref<QListOfQString>>, ) -> Ref<QStringList>
Calls C++ function: QStringList& QStringList::operator=(const QList<QString>& other).
Sourcepub unsafe fn copy_from_q_string_list(
&self,
other: impl CastInto<Ref<QStringList>>,
) -> Ref<QStringList>
pub unsafe fn copy_from_q_string_list( &self, other: impl CastInto<Ref<QStringList>>, ) -> Ref<QStringList>
Calls C++ function: QStringList& QStringList::operator=(const QStringList& other).
Sourcepub unsafe fn index_of_q_string_view_int(
&self,
str: impl CastInto<Ref<QStringView>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_string_view_int( &self, str: impl CastInto<Ref<QStringView>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::indexOf(QStringView str, int from = …) 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 QStringList::indexOf(QLatin1String str, int from = …) const.
Sourcepub unsafe fn index_of_q_reg_exp_int(
&self,
rx: impl CastInto<Ref<QRegExp>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_reg_exp_int( &self, rx: impl CastInto<Ref<QRegExp>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::indexOf(const QRegExp& rx, int from = …) const.
Sourcepub unsafe fn index_of_q_reg_exp_int2(
&self,
rx: impl CastInto<Ref<QRegExp>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_reg_exp_int2( &self, rx: impl CastInto<Ref<QRegExp>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::indexOf(QRegExp& rx, int from = …) const.
Sourcepub unsafe fn index_of_q_regular_expression_int(
&self,
re: impl CastInto<Ref<QRegularExpression>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_q_regular_expression_int( &self, re: impl CastInto<Ref<QRegularExpression>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::indexOf(const QRegularExpression& re, int from = …) const.
Sourcepub unsafe fn index_of_q_string_view(
&self,
str: impl CastInto<Ref<QStringView>>,
) -> c_int
pub unsafe fn index_of_q_string_view( &self, str: impl CastInto<Ref<QStringView>>, ) -> c_int
Calls C++ function: int QStringList::indexOf(QStringView str) 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 QStringList::indexOf(QLatin1String str) const.
Sourcepub unsafe fn index_of_q_reg_exp(
&self,
rx: impl CastInto<Ref<QRegExp>>,
) -> c_int
pub unsafe fn index_of_q_reg_exp( &self, rx: impl CastInto<Ref<QRegExp>>, ) -> c_int
Calls C++ function: int QStringList::indexOf(const QRegExp& rx) const.
Sourcepub unsafe fn index_of_q_reg_exp2(
&self,
rx: impl CastInto<Ref<QRegExp>>,
) -> c_int
pub unsafe fn index_of_q_reg_exp2( &self, rx: impl CastInto<Ref<QRegExp>>, ) -> c_int
Calls C++ function: int QStringList::indexOf(QRegExp& rx) const.
Sourcepub unsafe fn index_of_q_regular_expression(
&self,
re: impl CastInto<Ref<QRegularExpression>>,
) -> c_int
pub unsafe fn index_of_q_regular_expression( &self, re: impl CastInto<Ref<QRegularExpression>>, ) -> c_int
Calls C++ function: int QStringList::indexOf(const QRegularExpression& re) const.
Sourcepub unsafe fn last_index_of_q_string_view_int(
&self,
str: impl CastInto<Ref<QStringView>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_string_view_int( &self, str: impl CastInto<Ref<QStringView>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(QStringView str, int from = …) 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 QStringList::lastIndexOf(QLatin1String str, int from = …) const.
Sourcepub unsafe fn last_index_of_q_reg_exp_int(
&self,
rx: impl CastInto<Ref<QRegExp>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_reg_exp_int( &self, rx: impl CastInto<Ref<QRegExp>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(const QRegExp& rx, int from = …) const.
Sourcepub unsafe fn last_index_of_q_reg_exp_int2(
&self,
rx: impl CastInto<Ref<QRegExp>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_reg_exp_int2( &self, rx: impl CastInto<Ref<QRegExp>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(QRegExp& rx, int from = …) const.
Sourcepub unsafe fn last_index_of_q_regular_expression_int(
&self,
re: impl CastInto<Ref<QRegularExpression>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_q_regular_expression_int( &self, re: impl CastInto<Ref<QRegularExpression>>, from: c_int, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(const QRegularExpression& re, int from = …) const.
Sourcepub unsafe fn last_index_of_q_string_view(
&self,
str: impl CastInto<Ref<QStringView>>,
) -> c_int
pub unsafe fn last_index_of_q_string_view( &self, str: impl CastInto<Ref<QStringView>>, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(QStringView str) 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 QStringList::lastIndexOf(QLatin1String str) const.
Sourcepub unsafe fn last_index_of_q_reg_exp(
&self,
rx: impl CastInto<Ref<QRegExp>>,
) -> c_int
pub unsafe fn last_index_of_q_reg_exp( &self, rx: impl CastInto<Ref<QRegExp>>, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(const QRegExp& rx) const.
Sourcepub unsafe fn last_index_of_q_reg_exp2(
&self,
rx: impl CastInto<Ref<QRegExp>>,
) -> c_int
pub unsafe fn last_index_of_q_reg_exp2( &self, rx: impl CastInto<Ref<QRegExp>>, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(QRegExp& rx) const.
Sourcepub unsafe fn last_index_of_q_regular_expression(
&self,
re: impl CastInto<Ref<QRegularExpression>>,
) -> c_int
pub unsafe fn last_index_of_q_regular_expression( &self, re: impl CastInto<Ref<QRegularExpression>>, ) -> c_int
Calls C++ function: int QStringList::lastIndexOf(const QRegularExpression& re) const.
Sourcepub unsafe fn new() -> CppBox<QStringList>
pub unsafe fn new() -> CppBox<QStringList>
Calls C++ function: [constructor] void QStringList::QStringList().
Sourcepub unsafe fn from_q_string(
i: impl CastInto<Ref<QString>>,
) -> CppBox<QStringList>
pub unsafe fn from_q_string( i: impl CastInto<Ref<QString>>, ) -> CppBox<QStringList>
Calls C++ function: [constructor] void QStringList::QStringList(const QString& i).
Sourcepub unsafe fn from_q_list_of_q_string(
l: impl CastInto<Ref<QListOfQString>>,
) -> CppBox<QStringList>
pub unsafe fn from_q_list_of_q_string( l: impl CastInto<Ref<QListOfQString>>, ) -> CppBox<QStringList>
Calls C++ function: [constructor] void QStringList::QStringList(const QList<QString>& l).
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QStringList>>,
) -> CppBox<QStringList>
pub unsafe fn new_copy( other: impl CastInto<Ref<QStringList>>, ) -> CppBox<QStringList>
Calls C++ function: [constructor] void QStringList::QStringList(const QStringList& other).
Methods from Deref<Target = QListOfQString>§
Sourcepub unsafe fn add_assign_q_list_of_q_string(
&self,
l: impl CastInto<Ref<QListOfQString>>,
) -> Ref<QListOfQString>
pub unsafe fn add_assign_q_list_of_q_string( &self, l: impl CastInto<Ref<QListOfQString>>, ) -> Ref<QListOfQString>
Calls C++ function: QList<QString>& QList<QString>::operator+=(const QList<QString>& l).
Sourcepub unsafe fn add_assign_q_string(
&self,
t: impl CastInto<Ref<QString>>,
) -> Ref<QListOfQString>
pub unsafe fn add_assign_q_string( &self, t: impl CastInto<Ref<QString>>, ) -> Ref<QListOfQString>
Calls C++ function: QList<QString>& QList<QString>::operator+=(const QString& t).
Sourcepub unsafe fn append_q_string(&self, t: impl CastInto<Ref<QString>>)
pub unsafe fn append_q_string(&self, t: impl CastInto<Ref<QString>>)
Calls C++ function: void QList<QString>::append(const QString& t).
Sourcepub unsafe fn append_q_list_of_q_string(
&self,
t: impl CastInto<Ref<QListOfQString>>,
)
pub unsafe fn append_q_list_of_q_string( &self, t: impl CastInto<Ref<QListOfQString>>, )
Calls C++ function: void QList<QString>::append(const QList<QString>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QString>
pub unsafe fn at(&self, i: c_int) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<QString>
pub unsafe fn back_mut(&self) -> Ref<QString>
Calls C++ function: QString& QList<QString>::back().
Sourcepub unsafe fn back(&self) -> Ref<QString>
pub unsafe fn back(&self) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QString>::iterator QList<QString>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QString>
pub unsafe fn const_first(&self) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QString>
pub unsafe fn const_last(&self) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::constLast() const.
Sourcepub unsafe fn contains(&self, t: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn contains(&self, t: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: bool QList<QString>::contains(const QString& t) const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfQString>>,
) -> Ref<QListOfQString>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfQString>>, ) -> Ref<QListOfQString>
Calls C++ function: QList<QString>& QList<QString>::operator=(const QList<QString>& l).
Sourcepub unsafe fn count_1a(&self, t: impl CastInto<Ref<QString>>) -> c_int
pub unsafe fn count_1a(&self, t: impl CastInto<Ref<QString>>) -> c_int
Calls C++ function: int QList<QString>::count(const QString& t) const.
Calls C++ function: void QList<QString>::detachShared().
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QString>::iterator QList<QString>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::end() const.
Sourcepub unsafe fn ends_with(&self, t: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn ends_with(&self, t: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: bool QList<QString>::endsWith(const QString& t) const.
Sourcepub unsafe fn erase_1a(
&self,
pos: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_1a( &self, pos: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QString>::iterator QList<QString>::erase(QList<QString>::iterator pos).
Sourcepub unsafe fn erase_2a(
&self,
first: impl CastInto<Ref<Iterator>>,
last: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_2a( &self, first: impl CastInto<Ref<Iterator>>, last: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QString>::iterator QList<QString>::erase(QList<QString>::iterator first, QList<QString>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<QString>
pub unsafe fn first_mut(&self) -> Ref<QString>
Calls C++ function: QString& QList<QString>::first().
Sourcepub unsafe fn first(&self) -> Ref<QString>
pub unsafe fn first(&self) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QString>
pub unsafe fn front_mut(&self) -> Ref<QString>
Calls C++ function: QString& QList<QString>::front().
Sourcepub unsafe fn front(&self) -> Ref<QString>
pub unsafe fn front(&self) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QString>
pub unsafe fn index(&self, i: c_int) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QString>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QString>
Calls C++ function: QString& QList<QString>::operator[](int i).
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<QString>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<QString>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QString>::indexOf(const QString& t, int from = …) const.
Sourcepub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QString>>) -> c_int
pub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QString>>) -> c_int
Calls C++ function: int QList<QString>::indexOf(const QString& t) const.
Sourcepub unsafe fn insert_int_q_string(
&self,
i: c_int,
t: impl CastInto<Ref<QString>>,
)
pub unsafe fn insert_int_q_string( &self, i: c_int, t: impl CastInto<Ref<QString>>, )
Calls C++ function: void QList<QString>::insert(int i, const QString& t).
Sourcepub unsafe fn insert_iterator_q_string(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<QString>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_q_string( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<QString>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QString>::iterator QList<QString>::insert(QList<QString>::iterator before, const QString& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QString>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QString>::isEmpty() const.
Calls C++ function: bool QList<QString>::isSharedWith(const QList<QString>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<QString>
pub unsafe fn last_mut(&self) -> Ref<QString>
Calls C++ function: QString& QList<QString>::last().
Sourcepub unsafe fn last(&self) -> Ref<QString>
pub unsafe fn last(&self) -> Ref<QString>
Calls C++ function: const QString& QList<QString>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<QString>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<QString>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QString>::lastIndexOf(const QString& t, int from = …) const.
Sourcepub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<QString>>) -> c_int
pub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<QString>>) -> c_int
Calls C++ function: int QList<QString>::lastIndexOf(const QString& t) const.
Sourcepub unsafe fn mid_2a(&self, pos: c_int, length: c_int) -> CppBox<QListOfQString>
pub unsafe fn mid_2a(&self, pos: c_int, length: c_int) -> CppBox<QListOfQString>
Calls C++ function: QList<QString> QList<QString>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQString>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQString>
Calls C++ function: QList<QString> QList<QString>::mid(int pos) const.
Sourcepub unsafe fn move_(&self, from: c_int, to: c_int)
pub unsafe fn move_(&self, from: c_int, to: c_int)
Calls C++ function: void QList<QString>::move(int from, int to).
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<QString>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<QString>>)
Calls C++ function: void QList<QString>::prepend(const QString& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<QString>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<QString>>)
Calls C++ function: void QList<QString>::push_back(const QString& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<QString>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<QString>>)
Calls C++ function: void QList<QString>::push_front(const QString& t).
Sourcepub unsafe fn remove_all(&self, t: impl CastInto<Ref<QString>>) -> c_int
pub unsafe fn remove_all(&self, t: impl CastInto<Ref<QString>>) -> c_int
Calls C++ function: int QList<QString>::removeAll(const QString& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QString>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QString>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QString>::removeLast().
Sourcepub unsafe fn remove_one(&self, t: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn remove_one(&self, t: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: bool QList<QString>::removeOne(const QString& t).
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QString>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QString>>)
Calls C++ function: void QList<QString>::replace(int i, const QString& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QString>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QString>::setSharable(bool sharable).
Sourcepub unsafe fn starts_with(&self, t: impl CastInto<Ref<QString>>) -> bool
pub unsafe fn starts_with(&self, t: impl CastInto<Ref<QString>>) -> bool
Calls C++ function: bool QList<QString>::startsWith(const QString& t) const.
Sourcepub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQString>>)
pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQString>>)
Calls C++ function: void QList<QString>::swap(QList<QString>& other).
Sourcepub unsafe fn swap_2a(&self, i: c_int, j: c_int)
pub unsafe fn swap_2a(&self, i: c_int, j: c_int)
Calls C++ function: void QList<QString>::swap(int i, int j).
Sourcepub unsafe fn swap_items_at(&self, i: c_int, j: c_int)
pub unsafe fn swap_items_at(&self, i: c_int, j: c_int)
Calls C++ function: void QList<QString>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QString>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QString>
Calls C++ function: QString QList<QString>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QString>
pub unsafe fn take_first(&self) -> CppBox<QString>
Calls C++ function: QString QList<QString>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QString>
pub unsafe fn take_last(&self) -> CppBox<QString>
Calls C++ function: QString QList<QString>::takeLast().
Trait Implementations§
Source§impl Add<Ref<QStringList>> for &QStringList
impl Add<Ref<QStringList>> for &QStringList
Source§fn add(self, other: Ref<QStringList>) -> CppBox<QStringList>
fn add(self, other: Ref<QStringList>) -> CppBox<QStringList>
Calls C++ function: QStringList QStringList::operator+(const QStringList& other) const.
Source§type Output = CppBox<QStringList>
type Output = CppBox<QStringList>
+ operator.Source§impl CppDeletable for QStringList
impl CppDeletable for QStringList
Source§impl Deref for QStringList
impl Deref for QStringList
Source§fn deref(&self) -> &QListOfQString
fn deref(&self) -> &QListOfQString
Calls C++ function: QList<QString>* static_cast<QList<QString>*>(QStringList* ptr).
Source§type Target = QListOfQString
type Target = QListOfQString
Source§impl Shl<Ref<QListOfQString>> for &QStringList
impl Shl<Ref<QListOfQString>> for &QStringList
Source§fn shl(self, l: Ref<QListOfQString>) -> Ref<QStringList>
fn shl(self, l: Ref<QListOfQString>) -> Ref<QStringList>
Calls C++ function: QStringList& QStringList::operator<<(const QList<QString>& l).
Source§type Output = Ref<QStringList>
type Output = Ref<QStringList>
<< operator.Source§impl Shl<Ref<QStringList>> for &QStringList
impl Shl<Ref<QStringList>> for &QStringList
Source§fn shl(self, l: Ref<QStringList>) -> Ref<QStringList>
fn shl(self, l: Ref<QStringList>) -> Ref<QStringList>
Calls C++ function: QStringList& QStringList::operator<<(const QStringList& l).
Source§type Output = Ref<QStringList>
type Output = Ref<QStringList>
<< operator.Source§impl StaticDowncast<QStringList> for QListOfQString
impl StaticDowncast<QStringList> for QListOfQString
Source§unsafe fn static_downcast(ptr: Ptr<QListOfQString>) -> Ptr<QStringList>
unsafe fn static_downcast(ptr: Ptr<QListOfQString>) -> Ptr<QStringList>
Calls C++ function: QStringList* static_cast<QStringList*>(QList<QString>* ptr).
Source§impl StaticUpcast<QListOfQString> for QStringList
impl StaticUpcast<QListOfQString> for QStringList
Source§unsafe fn static_upcast(ptr: Ptr<QStringList>) -> Ptr<QListOfQString>
unsafe fn static_upcast(ptr: Ptr<QStringList>) -> Ptr<QListOfQString>
Calls C++ function: QList<QString>* static_cast<QList<QString>*>(QStringList* ptr).