pub struct QListOfQByteArray { /* private fields */ }Expand description
C++ class: QList<QByteArray>.
Implementations§
Source§impl QListOfQByteArray
impl QListOfQByteArray
Sourcepub unsafe fn add_assign_q_list_of_q_byte_array(
&self,
l: impl CastInto<Ref<QListOfQByteArray>>,
) -> Ref<QListOfQByteArray>
pub unsafe fn add_assign_q_list_of_q_byte_array( &self, l: impl CastInto<Ref<QListOfQByteArray>>, ) -> Ref<QListOfQByteArray>
Calls C++ function: QList<QByteArray>& QList<QByteArray>::operator+=(const QList<QByteArray>& l).
Sourcepub unsafe fn add_assign_q_byte_array(
&self,
t: impl CastInto<Ref<QByteArray>>,
) -> Ref<QListOfQByteArray>
pub unsafe fn add_assign_q_byte_array( &self, t: impl CastInto<Ref<QByteArray>>, ) -> Ref<QListOfQByteArray>
Calls C++ function: QList<QByteArray>& QList<QByteArray>::operator+=(const QByteArray& t).
Sourcepub unsafe fn append_q_byte_array(&self, t: impl CastInto<Ref<QByteArray>>)
pub unsafe fn append_q_byte_array(&self, t: impl CastInto<Ref<QByteArray>>)
Calls C++ function: void QList<QByteArray>::append(const QByteArray& t).
Sourcepub unsafe fn append_q_list_of_q_byte_array(
&self,
t: impl CastInto<Ref<QListOfQByteArray>>,
)
pub unsafe fn append_q_list_of_q_byte_array( &self, t: impl CastInto<Ref<QListOfQByteArray>>, )
Calls C++ function: void QList<QByteArray>::append(const QList<QByteArray>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QByteArray>
pub unsafe fn at(&self, i: c_int) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<QByteArray>
pub unsafe fn back_mut(&self) -> Ref<QByteArray>
Calls C++ function: QByteArray& QList<QByteArray>::back().
Sourcepub unsafe fn back(&self) -> Ref<QByteArray>
pub unsafe fn back(&self) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QByteArray>::iterator QList<QByteArray>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QByteArray>
pub unsafe fn const_first(&self) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QByteArray>
pub unsafe fn const_last(&self) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::constLast() const.
Sourcepub unsafe fn contains(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
pub unsafe fn contains(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
Calls C++ function: bool QList<QByteArray>::contains(const QByteArray& t) const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfQByteArray>>,
) -> Ref<QListOfQByteArray>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfQByteArray>>, ) -> Ref<QListOfQByteArray>
Calls C++ function: QList<QByteArray>& QList<QByteArray>::operator=(const QList<QByteArray>& l).
Sourcepub unsafe fn count_1a(&self, t: impl CastInto<Ref<QByteArray>>) -> c_int
pub unsafe fn count_1a(&self, t: impl CastInto<Ref<QByteArray>>) -> c_int
Calls C++ function: int QList<QByteArray>::count(const QByteArray& t) const.
Sourcepub unsafe fn count_0a(&self) -> c_int
pub unsafe fn count_0a(&self) -> c_int
Calls C++ function: int QList<QByteArray>::count() const.
Calls C++ function: void QList<QByteArray>::detachShared().
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QByteArray>::iterator QList<QByteArray>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::end() const.
Sourcepub unsafe fn ends_with(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
pub unsafe fn ends_with(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
Calls C++ function: bool QList<QByteArray>::endsWith(const QByteArray& 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<QByteArray>::iterator QList<QByteArray>::erase(QList<QByteArray>::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<QByteArray>::iterator QList<QByteArray>::erase(QList<QByteArray>::iterator first, QList<QByteArray>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<QByteArray>
pub unsafe fn first_mut(&self) -> Ref<QByteArray>
Calls C++ function: QByteArray& QList<QByteArray>::first().
Sourcepub unsafe fn first(&self) -> Ref<QByteArray>
pub unsafe fn first(&self) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QByteArray>
pub unsafe fn front_mut(&self) -> Ref<QByteArray>
Calls C++ function: QByteArray& QList<QByteArray>::front().
Sourcepub unsafe fn front(&self) -> Ref<QByteArray>
pub unsafe fn front(&self) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QByteArray>
pub unsafe fn index(&self, i: c_int) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QByteArray>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QByteArray>
Calls C++ function: QByteArray& QList<QByteArray>::operator[](int i).
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<QByteArray>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<QByteArray>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QByteArray>::indexOf(const QByteArray& t, int from = …) const.
Sourcepub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QByteArray>>) -> c_int
pub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QByteArray>>) -> c_int
Calls C++ function: int QList<QByteArray>::indexOf(const QByteArray& t) const.
Sourcepub unsafe fn insert_int_q_byte_array(
&self,
i: c_int,
t: impl CastInto<Ref<QByteArray>>,
)
pub unsafe fn insert_int_q_byte_array( &self, i: c_int, t: impl CastInto<Ref<QByteArray>>, )
Calls C++ function: void QList<QByteArray>::insert(int i, const QByteArray& t).
Sourcepub unsafe fn insert_iterator_q_byte_array(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<QByteArray>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_q_byte_array( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<QByteArray>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QByteArray>::iterator QList<QByteArray>::insert(QList<QByteArray>::iterator before, const QByteArray& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QByteArray>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QByteArray>::isEmpty() const.
Calls C++ function: bool QList<QByteArray>::isSharedWith(const QList<QByteArray>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<QByteArray>
pub unsafe fn last_mut(&self) -> Ref<QByteArray>
Calls C++ function: QByteArray& QList<QByteArray>::last().
Sourcepub unsafe fn last(&self) -> Ref<QByteArray>
pub unsafe fn last(&self) -> Ref<QByteArray>
Calls C++ function: const QByteArray& QList<QByteArray>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<QByteArray>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<QByteArray>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QByteArray>::lastIndexOf(const QByteArray& t, int from = …) const.
Sourcepub unsafe fn last_index_of_1a(
&self,
t: impl CastInto<Ref<QByteArray>>,
) -> c_int
pub unsafe fn last_index_of_1a( &self, t: impl CastInto<Ref<QByteArray>>, ) -> c_int
Calls C++ function: int QList<QByteArray>::lastIndexOf(const QByteArray& t) const.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QList<QByteArray>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfQByteArray>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfQByteArray>
Calls C++ function: QList<QByteArray> QList<QByteArray>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQByteArray>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQByteArray>
Calls C++ function: QList<QByteArray> QList<QByteArray>::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<QByteArray>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfQByteArray>
pub unsafe fn new() -> CppBox<QListOfQByteArray>
Calls C++ function: [constructor] void QList<QByteArray>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfQByteArray>>,
) -> CppBox<QListOfQByteArray>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfQByteArray>>, ) -> CppBox<QListOfQByteArray>
Calls C++ function: [constructor] void QList<QByteArray>::QList(const QList<QByteArray>& l).
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<QByteArray>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<QByteArray>>)
Calls C++ function: void QList<QByteArray>::prepend(const QByteArray& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<QByteArray>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<QByteArray>>)
Calls C++ function: void QList<QByteArray>::push_back(const QByteArray& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<QByteArray>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<QByteArray>>)
Calls C++ function: void QList<QByteArray>::push_front(const QByteArray& t).
Sourcepub unsafe fn remove_all(&self, t: impl CastInto<Ref<QByteArray>>) -> c_int
pub unsafe fn remove_all(&self, t: impl CastInto<Ref<QByteArray>>) -> c_int
Calls C++ function: int QList<QByteArray>::removeAll(const QByteArray& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QByteArray>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QByteArray>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QByteArray>::removeLast().
Sourcepub unsafe fn remove_one(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
pub unsafe fn remove_one(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
Calls C++ function: bool QList<QByteArray>::removeOne(const QByteArray& t).
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QByteArray>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QByteArray>>)
Calls C++ function: void QList<QByteArray>::replace(int i, const QByteArray& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QByteArray>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QByteArray>::setSharable(bool sharable).
Sourcepub unsafe fn starts_with(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
pub unsafe fn starts_with(&self, t: impl CastInto<Ref<QByteArray>>) -> bool
Calls C++ function: bool QList<QByteArray>::startsWith(const QByteArray& t) const.
Sourcepub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQByteArray>>)
pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQByteArray>>)
Calls C++ function: void QList<QByteArray>::swap(QList<QByteArray>& 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<QByteArray>::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<QByteArray>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QByteArray>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QByteArray>
Calls C++ function: QByteArray QList<QByteArray>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QByteArray>
pub unsafe fn take_first(&self) -> CppBox<QByteArray>
Calls C++ function: QByteArray QList<QByteArray>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QByteArray>
pub unsafe fn take_last(&self) -> CppBox<QByteArray>
Calls C++ function: QByteArray QList<QByteArray>::takeLast().
Sourcepub unsafe fn value_1a(&self, i: c_int) -> CppBox<QByteArray>
pub unsafe fn value_1a(&self, i: c_int) -> CppBox<QByteArray>
Calls C++ function: QByteArray QList<QByteArray>::value(int i) const.
Sourcepub unsafe fn value_2a(
&self,
i: c_int,
default_value: impl CastInto<Ref<QByteArray>>,
) -> CppBox<QByteArray>
pub unsafe fn value_2a( &self, i: c_int, default_value: impl CastInto<Ref<QByteArray>>, ) -> CppBox<QByteArray>
Calls C++ function: QByteArray QList<QByteArray>::value(int i, const QByteArray& defaultValue) const.
Trait Implementations§
Source§impl Add<Ref<QListOfQByteArray>> for &QListOfQByteArray
impl Add<Ref<QListOfQByteArray>> for &QListOfQByteArray
Source§fn add(self, l: Ref<QListOfQByteArray>) -> CppBox<QListOfQByteArray>
fn add(self, l: Ref<QListOfQByteArray>) -> CppBox<QListOfQByteArray>
Calls C++ function: QList<QByteArray> QList<QByteArray>::operator+(const QList<QByteArray>& l) const.
Source§type Output = CppBox<QListOfQByteArray>
type Output = CppBox<QListOfQByteArray>
+ operator.Source§impl Begin for QListOfQByteArray
impl Begin for QListOfQByteArray
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfQByteArray
impl BeginMut for QListOfQByteArray
Source§impl CppDeletable for QListOfQByteArray
impl CppDeletable for QListOfQByteArray
Source§impl End for QListOfQByteArray
impl End for QListOfQByteArray
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QByteArray>::const_iterator QList<QByteArray>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfQByteArray
impl EndMut for QListOfQByteArray
Source§impl Ge<Ref<QListOfQByteArray>> for QListOfQByteArray
impl Ge<Ref<QListOfQByteArray>> for QListOfQByteArray
Source§impl Gt<Ref<QListOfQByteArray>> for QListOfQByteArray
impl Gt<Ref<QListOfQByteArray>> for QListOfQByteArray
Source§impl Le<Ref<QListOfQByteArray>> for QListOfQByteArray
impl Le<Ref<QListOfQByteArray>> for QListOfQByteArray
Source§impl Lt<Ref<QListOfQByteArray>> for QListOfQByteArray
impl Lt<Ref<QListOfQByteArray>> for QListOfQByteArray
Source§impl PartialEq<Ref<QListOfQByteArray>> for QListOfQByteArray
impl PartialEq<Ref<QListOfQByteArray>> for QListOfQByteArray
Source§impl Shl<Ref<QByteArray>> for &QListOfQByteArray
impl Shl<Ref<QByteArray>> for &QListOfQByteArray
Source§fn shl(self, t: Ref<QByteArray>) -> Ref<QListOfQByteArray>
fn shl(self, t: Ref<QByteArray>) -> Ref<QListOfQByteArray>
Calls C++ function: QList<QByteArray>& QList<QByteArray>::operator<<(const QByteArray& t).
Source§type Output = Ref<QListOfQByteArray>
type Output = Ref<QListOfQByteArray>
<< operator.Source§impl Shl<Ref<QListOfQByteArray>> for &QListOfQByteArray
impl Shl<Ref<QListOfQByteArray>> for &QListOfQByteArray
Source§fn shl(self, l: Ref<QListOfQByteArray>) -> Ref<QListOfQByteArray>
fn shl(self, l: Ref<QListOfQByteArray>) -> Ref<QListOfQByteArray>
Calls C++ function: QList<QByteArray>& QList<QByteArray>::operator<<(const QList<QByteArray>& l).
Source§type Output = Ref<QListOfQByteArray>
type Output = Ref<QListOfQByteArray>
<< operator.