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