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