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