pub struct QVectorOfQLine { /* private fields */ }Expand description
C++ class: QVector<QLine>.
Implementations§
Source§impl QVectorOfQLine
impl QVectorOfQLine
Sourcepub unsafe fn add_assign_q_vector_of_q_line(
&self,
l: impl CastInto<Ref<QVectorOfQLine>>,
) -> Ref<QVectorOfQLine>
pub unsafe fn add_assign_q_vector_of_q_line( &self, l: impl CastInto<Ref<QVectorOfQLine>>, ) -> Ref<QVectorOfQLine>
Calls C++ function: QVector<QLine>& QVector<QLine>::operator+=(const QVector<QLine>& l).
Sourcepub unsafe fn add_assign_q_line(
&self,
t: impl CastInto<Ref<QLine>>,
) -> Ref<QVectorOfQLine>
pub unsafe fn add_assign_q_line( &self, t: impl CastInto<Ref<QLine>>, ) -> Ref<QVectorOfQLine>
Calls C++ function: QVector<QLine>& QVector<QLine>::operator+=(const QLine& t).
Sourcepub unsafe fn append_q_line(&self, t: impl CastInto<Ref<QLine>>)
pub unsafe fn append_q_line(&self, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::append(const QLine& t).
Sourcepub unsafe fn append_q_vector_of_q_line(
&self,
l: impl CastInto<Ref<QVectorOfQLine>>,
)
pub unsafe fn append_q_vector_of_q_line( &self, l: impl CastInto<Ref<QVectorOfQLine>>, )
Calls C++ function: void QVector<QLine>::append(const QVector<QLine>& l).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QLine>
pub unsafe fn at(&self, i: c_int) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::at(int i) const.
Sourcepub unsafe fn back(&self) -> Ref<QLine>
pub unsafe fn back(&self) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::back() const.
Sourcepub unsafe fn capacity(&self) -> c_int
pub unsafe fn capacity(&self) -> c_int
Calls C++ function: int QVector<QLine>::capacity() const.
Sourcepub unsafe fn const_data(&self) -> Ptr<QLine>
pub unsafe fn const_data(&self) -> Ptr<QLine>
Calls C++ function: const QLine* QVector<QLine>::constData() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QLine>
pub unsafe fn const_first(&self) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QLine>
pub unsafe fn const_last(&self) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::constLast() const.
Sourcepub unsafe fn contains(&self, t: impl CastInto<Ref<QLine>>) -> bool
pub unsafe fn contains(&self, t: impl CastInto<Ref<QLine>>) -> bool
Calls C++ function: bool QVector<QLine>::contains(const QLine& t) const.
Sourcepub unsafe fn copy_from(
&self,
v: impl CastInto<Ref<QVectorOfQLine>>,
) -> Ref<QVectorOfQLine>
pub unsafe fn copy_from( &self, v: impl CastInto<Ref<QVectorOfQLine>>, ) -> Ref<QVectorOfQLine>
Calls C++ function: QVector<QLine>& QVector<QLine>::operator=(const QVector<QLine>& v).
Sourcepub unsafe fn count_1a(&self, t: impl CastInto<Ref<QLine>>) -> c_int
pub unsafe fn count_1a(&self, t: impl CastInto<Ref<QLine>>) -> c_int
Calls C++ function: int QVector<QLine>::count(const QLine& t) const.
Sourcepub unsafe fn data(&self) -> Ptr<QLine>
pub unsafe fn data(&self) -> Ptr<QLine>
Calls C++ function: const QLine* QVector<QLine>::data() const.
Sourcepub unsafe fn ends_with(&self, t: impl CastInto<Ref<QLine>>) -> bool
pub unsafe fn ends_with(&self, t: impl CastInto<Ref<QLine>>) -> bool
Calls C++ function: bool QVector<QLine>::endsWith(const QLine& t) const.
Sourcepub unsafe fn fill_2a(
&self,
t: impl CastInto<Ref<QLine>>,
size: c_int,
) -> Ref<QVectorOfQLine>
pub unsafe fn fill_2a( &self, t: impl CastInto<Ref<QLine>>, size: c_int, ) -> Ref<QVectorOfQLine>
Calls C++ function: QVector<QLine>& QVector<QLine>::fill(const QLine& t, int size = …).
Sourcepub unsafe fn fill_1a(
&self,
t: impl CastInto<Ref<QLine>>,
) -> Ref<QVectorOfQLine>
pub unsafe fn fill_1a( &self, t: impl CastInto<Ref<QLine>>, ) -> Ref<QVectorOfQLine>
Calls C++ function: QVector<QLine>& QVector<QLine>::fill(const QLine& t).
Sourcepub unsafe fn first_mut(&self) -> Ref<QLine>
pub unsafe fn first_mut(&self) -> Ref<QLine>
Calls C++ function: QLine& QVector<QLine>::first().
Sourcepub unsafe fn first(&self) -> Ref<QLine>
pub unsafe fn first(&self) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QLine>
pub unsafe fn front_mut(&self) -> Ref<QLine>
Calls C++ function: QLine& QVector<QLine>::front().
Sourcepub unsafe fn front(&self) -> Ref<QLine>
pub unsafe fn front(&self) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::front() const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QLine>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QLine>
Calls C++ function: QLine& QVector<QLine>::operator[](int i).
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QLine>
pub unsafe fn index(&self, i: c_int) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::operator[](int i) const.
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<QLine>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<QLine>>, from: c_int, ) -> c_int
Calls C++ function: int QVector<QLine>::indexOf(const QLine& t, int from = …) const.
Sourcepub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QLine>>) -> c_int
pub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QLine>>) -> c_int
Calls C++ function: int QVector<QLine>::indexOf(const QLine& t) const.
Sourcepub unsafe fn insert_2a(&self, i: c_int, t: impl CastInto<Ref<QLine>>)
pub unsafe fn insert_2a(&self, i: c_int, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::insert(int i, const QLine& t).
Sourcepub unsafe fn insert_3a(&self, i: c_int, n: c_int, t: impl CastInto<Ref<QLine>>)
pub unsafe fn insert_3a(&self, i: c_int, n: c_int, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::insert(int i, int n, const QLine& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QVector<QLine>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QVector<QLine>::isEmpty() const.
Calls C++ function: bool QVector<QLine>::isSharedWith(const QVector<QLine>& other) const.
Sourcepub unsafe fn last(&self) -> Ref<QLine>
pub unsafe fn last(&self) -> Ref<QLine>
Calls C++ function: const QLine& QVector<QLine>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<QLine>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<QLine>>, from: c_int, ) -> c_int
Calls C++ function: int QVector<QLine>::lastIndexOf(const QLine& t, int from = …) const.
Sourcepub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<QLine>>) -> c_int
pub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<QLine>>) -> c_int
Calls C++ function: int QVector<QLine>::lastIndexOf(const QLine& t) const.
Sourcepub unsafe fn mid_2a(&self, pos: c_int, len: c_int) -> CppBox<QVectorOfQLine>
pub unsafe fn mid_2a(&self, pos: c_int, len: c_int) -> CppBox<QVectorOfQLine>
Calls C++ function: QVector<QLine> QVector<QLine>::mid(int pos, int len = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QVectorOfQLine>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QVectorOfQLine>
Calls C++ function: QVector<QLine> QVector<QLine>::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 QVector<QLine>::move(int from, int to).
Sourcepub unsafe fn new_0a() -> CppBox<QVectorOfQLine>
pub unsafe fn new_0a() -> CppBox<QVectorOfQLine>
Calls C++ function: [constructor] void QVector<QLine>::QVector().
Sourcepub unsafe fn new_1a(size: c_int) -> CppBox<QVectorOfQLine>
pub unsafe fn new_1a(size: c_int) -> CppBox<QVectorOfQLine>
Calls C++ function: [constructor] void QVector<QLine>::QVector(int size).
Sourcepub unsafe fn new_2a(
size: c_int,
t: impl CastInto<Ref<QLine>>,
) -> CppBox<QVectorOfQLine>
pub unsafe fn new_2a( size: c_int, t: impl CastInto<Ref<QLine>>, ) -> CppBox<QVectorOfQLine>
Calls C++ function: [constructor] void QVector<QLine>::QVector(int size, const QLine& t).
Sourcepub unsafe fn new_copy(
v: impl CastInto<Ref<QVectorOfQLine>>,
) -> CppBox<QVectorOfQLine>
pub unsafe fn new_copy( v: impl CastInto<Ref<QVectorOfQLine>>, ) -> CppBox<QVectorOfQLine>
Calls C++ function: [constructor] void QVector<QLine>::QVector(const QVector<QLine>& v).
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<QLine>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::prepend(const QLine& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<QLine>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::push_back(const QLine& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<QLine>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::push_front(const QLine& t).
Sourcepub unsafe fn remove_1a(&self, i: c_int)
pub unsafe fn remove_1a(&self, i: c_int)
Calls C++ function: void QVector<QLine>::remove(int i).
Sourcepub unsafe fn remove_2a(&self, i: c_int, n: c_int)
pub unsafe fn remove_2a(&self, i: c_int, n: c_int)
Calls C++ function: void QVector<QLine>::remove(int i, int n).
Sourcepub unsafe fn remove_all(&self, t: impl CastInto<Ref<QLine>>) -> c_int
pub unsafe fn remove_all(&self, t: impl CastInto<Ref<QLine>>) -> c_int
Calls C++ function: int QVector<QLine>::removeAll(const QLine& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QVector<QLine>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QVector<QLine>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QVector<QLine>::removeLast().
Sourcepub unsafe fn remove_one(&self, t: impl CastInto<Ref<QLine>>) -> bool
pub unsafe fn remove_one(&self, t: impl CastInto<Ref<QLine>>) -> bool
Calls C++ function: bool QVector<QLine>::removeOne(const QLine& t).
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QLine>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QLine>>)
Calls C++ function: void QVector<QLine>::replace(int i, const QLine& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QVector<QLine>::reserve(int size).
Sourcepub unsafe fn resize(&self, size: c_int)
pub unsafe fn resize(&self, size: c_int)
Calls C++ function: void QVector<QLine>::resize(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QVector<QLine>::setSharable(bool sharable).
Sourcepub unsafe fn shrink_to_fit(&self)
pub unsafe fn shrink_to_fit(&self)
Calls C++ function: void QVector<QLine>::shrink_to_fit().
Sourcepub unsafe fn starts_with(&self, t: impl CastInto<Ref<QLine>>) -> bool
pub unsafe fn starts_with(&self, t: impl CastInto<Ref<QLine>>) -> bool
Calls C++ function: bool QVector<QLine>::startsWith(const QLine& t) const.
Sourcepub unsafe fn swap(&self, other: impl CastInto<Ref<QVectorOfQLine>>)
pub unsafe fn swap(&self, other: impl CastInto<Ref<QVectorOfQLine>>)
Calls C++ function: void QVector<QLine>::swap(QVector<QLine>& other).
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 QVector<QLine>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QLine>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QLine>
Calls C++ function: QLine QVector<QLine>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QLine>
pub unsafe fn take_first(&self) -> CppBox<QLine>
Calls C++ function: QLine QVector<QLine>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QLine>
pub unsafe fn take_last(&self) -> CppBox<QLine>
Calls C++ function: QLine QVector<QLine>::takeLast().
Trait Implementations§
Source§impl Add<Ref<QVectorOfQLine>> for &QVectorOfQLine
impl Add<Ref<QVectorOfQLine>> for &QVectorOfQLine
Source§fn add(self, l: Ref<QVectorOfQLine>) -> CppBox<QVectorOfQLine>
fn add(self, l: Ref<QVectorOfQLine>) -> CppBox<QVectorOfQLine>
Calls C++ function: QVector<QLine> QVector<QLine>::operator+(const QVector<QLine>& l) const.
Source§type Output = CppBox<QVectorOfQLine>
type Output = CppBox<QVectorOfQLine>
+ operator.Source§impl CppDeletable for QVectorOfQLine
impl CppDeletable for QVectorOfQLine
Source§impl Data for QVectorOfQLine
impl Data for QVectorOfQLine
Source§impl DataMut for QVectorOfQLine
impl DataMut for QVectorOfQLine
Source§impl PartialEq<Ref<QVectorOfQLine>> for QVectorOfQLine
impl PartialEq<Ref<QVectorOfQLine>> for QVectorOfQLine
Source§impl Shl<Ref<QVectorOfQLine>> for &QVectorOfQLine
impl Shl<Ref<QVectorOfQLine>> for &QVectorOfQLine
Source§fn shl(self, l: Ref<QVectorOfQLine>) -> Ref<QVectorOfQLine>
fn shl(self, l: Ref<QVectorOfQLine>) -> Ref<QVectorOfQLine>
Calls C++ function: QVector<QLine>& QVector<QLine>::operator<<(const QVector<QLine>& l).
Source§type Output = Ref<QVectorOfQLine>
type Output = Ref<QVectorOfQLine>
<< operator.