pub struct QListOfAttribute { /* private fields */ }Expand description
C++ class: QList<QInputMethodEvent::Attribute>.
Implementations§
Source§impl QListOfAttribute
impl QListOfAttribute
Sourcepub unsafe fn add_assign_q_list_of_attribute(
&self,
l: impl CastInto<Ref<QListOfAttribute>>,
) -> Ref<QListOfAttribute>
pub unsafe fn add_assign_q_list_of_attribute( &self, l: impl CastInto<Ref<QListOfAttribute>>, ) -> Ref<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute>& QList<QInputMethodEvent::Attribute>::operator+=(const QList<QInputMethodEvent::Attribute>& l).
Sourcepub unsafe fn add_assign_attribute(
&self,
t: impl CastInto<Ref<Attribute>>,
) -> Ref<QListOfAttribute>
pub unsafe fn add_assign_attribute( &self, t: impl CastInto<Ref<Attribute>>, ) -> Ref<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute>& QList<QInputMethodEvent::Attribute>::operator+=(const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn append_attribute(&self, t: impl CastInto<Ref<Attribute>>)
pub unsafe fn append_attribute(&self, t: impl CastInto<Ref<Attribute>>)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::append(const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn append_q_list_of_attribute(
&self,
t: impl CastInto<Ref<QListOfAttribute>>,
)
pub unsafe fn append_q_list_of_attribute( &self, t: impl CastInto<Ref<QListOfAttribute>>, )
Calls C++ function: void QList<QInputMethodEvent::Attribute>::append(const QList<QInputMethodEvent::Attribute>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<Attribute>
pub unsafe fn at(&self, i: c_int) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<Attribute>
pub unsafe fn back_mut(&self) -> Ref<Attribute>
Calls C++ function: QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::back().
Sourcepub unsafe fn back(&self) -> Ref<Attribute>
pub unsafe fn back(&self) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::iterator QList<QInputMethodEvent::Attribute>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::cend() const.
Sourcepub unsafe fn clear(&self)
pub unsafe fn clear(&self)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::clear().
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<Attribute>
pub unsafe fn const_first(&self) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<Attribute>
pub unsafe fn const_last(&self) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::constLast() const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfAttribute>>,
) -> Ref<QListOfAttribute>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfAttribute>>, ) -> Ref<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute>& QList<QInputMethodEvent::Attribute>::operator=(const QList<QInputMethodEvent::Attribute>& l).
Sourcepub unsafe fn count(&self) -> c_int
pub unsafe fn count(&self) -> c_int
Calls C++ function: int QList<QInputMethodEvent::Attribute>::count() const.
Sourcepub unsafe fn detach(&self)
pub unsafe fn detach(&self)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::detach().
Calls C++ function: void QList<QInputMethodEvent::Attribute>::detachShared().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QList<QInputMethodEvent::Attribute>::empty() const.
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::iterator QList<QInputMethodEvent::Attribute>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::end() 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<QInputMethodEvent::Attribute>::iterator QList<QInputMethodEvent::Attribute>::erase(QList<QInputMethodEvent::Attribute>::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<QInputMethodEvent::Attribute>::iterator QList<QInputMethodEvent::Attribute>::erase(QList<QInputMethodEvent::Attribute>::iterator first, QList<QInputMethodEvent::Attribute>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<Attribute>
pub unsafe fn first_mut(&self) -> Ref<Attribute>
Calls C++ function: QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::first().
Sourcepub unsafe fn first(&self) -> Ref<Attribute>
pub unsafe fn first(&self) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<Attribute>
pub unsafe fn front_mut(&self) -> Ref<Attribute>
Calls C++ function: QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::front().
Sourcepub unsafe fn front(&self) -> Ref<Attribute>
pub unsafe fn front(&self) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<Attribute>
pub unsafe fn index(&self, i: c_int) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<Attribute>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<Attribute>
Calls C++ function: QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::operator[](int i).
Sourcepub unsafe fn insert_int_attribute(
&self,
i: c_int,
t: impl CastInto<Ref<Attribute>>,
)
pub unsafe fn insert_int_attribute( &self, i: c_int, t: impl CastInto<Ref<Attribute>>, )
Calls C++ function: void QList<QInputMethodEvent::Attribute>::insert(int i, const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn insert_iterator_attribute(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<Attribute>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_attribute( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<Attribute>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::iterator QList<QInputMethodEvent::Attribute>::insert(QList<QInputMethodEvent::Attribute>::iterator before, const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QInputMethodEvent::Attribute>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QInputMethodEvent::Attribute>::isEmpty() const.
Calls C++ function: bool QList<QInputMethodEvent::Attribute>::isSharedWith(const QList<QInputMethodEvent::Attribute>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<Attribute>
pub unsafe fn last_mut(&self) -> Ref<Attribute>
Calls C++ function: QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::last().
Sourcepub unsafe fn last(&self) -> Ref<Attribute>
pub unsafe fn last(&self) -> Ref<Attribute>
Calls C++ function: const QInputMethodEvent::Attribute& QList<QInputMethodEvent::Attribute>::last() const.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QList<QInputMethodEvent::Attribute>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfAttribute>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute> QList<QInputMethodEvent::Attribute>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfAttribute>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute> QList<QInputMethodEvent::Attribute>::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<QInputMethodEvent::Attribute>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfAttribute>
pub unsafe fn new() -> CppBox<QListOfAttribute>
Calls C++ function: [constructor] void QList<QInputMethodEvent::Attribute>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfAttribute>>,
) -> CppBox<QListOfAttribute>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfAttribute>>, ) -> CppBox<QListOfAttribute>
Calls C++ function: [constructor] void QList<QInputMethodEvent::Attribute>::QList(const QList<QInputMethodEvent::Attribute>& l).
Sourcepub unsafe fn pop_back(&self)
pub unsafe fn pop_back(&self)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::pop_back().
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::pop_front().
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<Attribute>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<Attribute>>)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::prepend(const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<Attribute>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<Attribute>>)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::push_back(const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<Attribute>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<Attribute>>)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::push_front(const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::removeLast().
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<Attribute>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<Attribute>>)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::replace(int i, const QInputMethodEvent::Attribute& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::setSharable(bool sharable).
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QList<QInputMethodEvent::Attribute>::size() const.
Sourcepub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfAttribute>>)
pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfAttribute>>)
Calls C++ function: void QList<QInputMethodEvent::Attribute>::swap(QList<QInputMethodEvent::Attribute>& 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<QInputMethodEvent::Attribute>::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<QInputMethodEvent::Attribute>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<Attribute>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<Attribute>
Calls C++ function: QInputMethodEvent::Attribute QList<QInputMethodEvent::Attribute>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<Attribute>
pub unsafe fn take_first(&self) -> CppBox<Attribute>
Calls C++ function: QInputMethodEvent::Attribute QList<QInputMethodEvent::Attribute>::takeFirst().
Trait Implementations§
Source§impl Add<Ref<QListOfAttribute>> for &QListOfAttribute
impl Add<Ref<QListOfAttribute>> for &QListOfAttribute
Source§fn add(self, l: Ref<QListOfAttribute>) -> CppBox<QListOfAttribute>
fn add(self, l: Ref<QListOfAttribute>) -> CppBox<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute> QList<QInputMethodEvent::Attribute>::operator+(const QList<QInputMethodEvent::Attribute>& l) const.
Source§type Output = CppBox<QListOfAttribute>
type Output = CppBox<QListOfAttribute>
+ operator.Source§impl Begin for QListOfAttribute
impl Begin for QListOfAttribute
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfAttribute
impl BeginMut for QListOfAttribute
Source§impl CppDeletable for QListOfAttribute
impl CppDeletable for QListOfAttribute
Source§impl End for QListOfAttribute
impl End for QListOfAttribute
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QInputMethodEvent::Attribute>::const_iterator QList<QInputMethodEvent::Attribute>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfAttribute
impl EndMut for QListOfAttribute
Source§impl Shl<Ref<Attribute>> for &QListOfAttribute
impl Shl<Ref<Attribute>> for &QListOfAttribute
Source§fn shl(self, t: Ref<Attribute>) -> Ref<QListOfAttribute>
fn shl(self, t: Ref<Attribute>) -> Ref<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute>& QList<QInputMethodEvent::Attribute>::operator<<(const QInputMethodEvent::Attribute& t).
Source§type Output = Ref<QListOfAttribute>
type Output = Ref<QListOfAttribute>
<< operator.Source§impl Shl<Ref<QListOfAttribute>> for &QListOfAttribute
impl Shl<Ref<QListOfAttribute>> for &QListOfAttribute
Source§fn shl(self, l: Ref<QListOfAttribute>) -> Ref<QListOfAttribute>
fn shl(self, l: Ref<QListOfAttribute>) -> Ref<QListOfAttribute>
Calls C++ function: QList<QInputMethodEvent::Attribute>& QList<QInputMethodEvent::Attribute>::operator<<(const QList<QInputMethodEvent::Attribute>& l).
Source§type Output = Ref<QListOfAttribute>
type Output = Ref<QListOfAttribute>
<< operator.