pub struct QListOfQString { /* private fields */ }Expand description
C++ class: QList<QString>.
Implementations§
Source§impl QListOfQString
impl 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 new() -> CppBox<QListOfQString>
pub unsafe fn new() -> CppBox<QListOfQString>
Calls C++ function: [constructor] void QList<QString>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfQString>>,
) -> CppBox<QListOfQString>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfQString>>, ) -> CppBox<QListOfQString>
Calls C++ function: [constructor] void QList<QString>::QList(const QList<QString>& l).
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<QListOfQString>> for &QListOfQString
impl Add<Ref<QListOfQString>> for &QListOfQString
Source§fn add(self, l: Ref<QListOfQString>) -> CppBox<QListOfQString>
fn add(self, l: Ref<QListOfQString>) -> CppBox<QListOfQString>
Calls C++ function: QList<QString> QList<QString>::operator+(const QList<QString>& l) const.
Source§type Output = CppBox<QListOfQString>
type Output = CppBox<QListOfQString>
+ operator.Source§impl Add<Ref<QStringList>> for &QListOfQString
impl Add<Ref<QStringList>> for &QListOfQString
Source§fn add(self, other: Ref<QStringList>) -> CppBox<QStringList>
fn add(self, other: Ref<QStringList>) -> CppBox<QStringList>
Calls C++ function: QStringList operator+(const QList<QString>& one, const QStringList& other).
Source§type Output = CppBox<QStringList>
type Output = CppBox<QStringList>
+ operator.Source§impl Begin for QListOfQString
impl Begin for QListOfQString
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfQString
impl BeginMut for QListOfQString
Source§impl CppDeletable for QListOfQString
impl CppDeletable for QListOfQString
Source§impl End for QListOfQString
impl End for QListOfQString
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QString>::const_iterator QList<QString>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfQString
impl EndMut for QListOfQString
Source§impl Ge<Ref<QListOfQString>> for QListOfQString
impl Ge<Ref<QListOfQString>> for QListOfQString
Source§impl Gt<Ref<QListOfQString>> for QListOfQString
impl Gt<Ref<QListOfQString>> for QListOfQString
Source§impl Le<Ref<QListOfQString>> for QListOfQString
impl Le<Ref<QListOfQString>> for QListOfQString
Source§impl Lt<Ref<QListOfQString>> for QListOfQString
impl Lt<Ref<QListOfQString>> for QListOfQString
Source§impl PartialEq<Ref<QListOfQString>> for QListOfQString
impl PartialEq<Ref<QListOfQString>> for QListOfQString
Source§impl Shl<Ref<QListOfQString>> for &QListOfQString
impl Shl<Ref<QListOfQString>> for &QListOfQString
Source§fn shl(self, l: Ref<QListOfQString>) -> Ref<QListOfQString>
fn shl(self, l: Ref<QListOfQString>) -> Ref<QListOfQString>
Calls C++ function: QList<QString>& QList<QString>::operator<<(const QList<QString>& l).
Source§type Output = Ref<QListOfQString>
type Output = Ref<QListOfQString>
<< operator.Source§impl Size for QListOfQString
impl Size for QListOfQString
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).