Skip to main content

QListOfQObject

Struct QListOfQObject 

Source
pub struct QListOfQObject { /* private fields */ }
Expand description

C++ class: QList<QObject*>.

Implementations§

Source§

impl QListOfQObject

Source

pub unsafe fn add_assign_q_list_of_q_object( &self, l: impl CastInto<Ref<QListOfQObject>>, ) -> Ref<QListOfQObject>

Calls C++ function: QList<QObject*>& QList<QObject*>::operator+=(const QList<QObject*>& l).

Source

pub unsafe fn add_assign_q_object( &self, t: *const *mut QObject, ) -> Ref<QListOfQObject>

Calls C++ function: QList<QObject*>& QList<QObject*>::operator+=(const QObject*& t).

Source

pub unsafe fn append_q_object(&self, t: *const *mut QObject)

Calls C++ function: void QList<QObject*>::append(const QObject*& t).

Source

pub unsafe fn append_q_list_of_q_object( &self, t: impl CastInto<Ref<QListOfQObject>>, )

Calls C++ function: void QList<QObject*>::append(const QList<QObject*>& t).

Source

pub unsafe fn at(&self, i: c_int) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::at(int i) const.

Source

pub unsafe fn back_mut(&self) -> *mut *mut QObject

Calls C++ function: QObject*& QList<QObject*>::back().

Source

pub unsafe fn back(&self) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::back() const.

Source

pub unsafe fn begin_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::begin().

Source

pub unsafe fn begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::begin() const.

Source

pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::cbegin() const.

Source

pub unsafe fn cend(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::cend() const.

Source

pub unsafe fn clear(&self)

Calls C++ function: void QList<QObject*>::clear().

Source

pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::constBegin() const.

Source

pub unsafe fn const_end(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::constEnd() const.

Source

pub unsafe fn const_first(&self) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::constFirst() const.

Source

pub unsafe fn const_last(&self) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::constLast() const.

Source

pub unsafe fn contains(&self, t: *const *mut QObject) -> bool

Calls C++ function: bool QList<QObject*>::contains(const QObject*& t) const.

Source

pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfQObject>>, ) -> Ref<QListOfQObject>

Calls C++ function: QList<QObject*>& QList<QObject*>::operator=(const QList<QObject*>& l).

Source

pub unsafe fn count_1a(&self, t: *const *mut QObject) -> c_int

Calls C++ function: int QList<QObject*>::count(const QObject*& t) const.

Source

pub unsafe fn count_0a(&self) -> c_int

Calls C++ function: int QList<QObject*>::count() const.

Source

pub unsafe fn detach(&self)

Calls C++ function: void QList<QObject*>::detach().

Source

pub unsafe fn detach_shared(&self)

Calls C++ function: void QList<QObject*>::detachShared().

Source

pub unsafe fn empty(&self) -> bool

Calls C++ function: bool QList<QObject*>::empty() const.

Source

pub unsafe fn end_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::end().

Source

pub unsafe fn end(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::end() const.

Source

pub unsafe fn ends_with(&self, t: *const *mut QObject) -> bool

Calls C++ function: bool QList<QObject*>::endsWith(const QObject*& t) const.

Source

pub unsafe fn erase_1a( &self, pos: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::erase(QList<QObject*>::iterator pos).

Source

pub unsafe fn erase_2a( &self, first: impl CastInto<Ref<Iterator>>, last: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::erase(QList<QObject*>::iterator first, QList<QObject*>::iterator last).

Source

pub unsafe fn first_mut(&self) -> *mut *mut QObject

Calls C++ function: QObject*& QList<QObject*>::first().

Source

pub unsafe fn first(&self) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::first() const.

Source

pub unsafe fn front_mut(&self) -> *mut *mut QObject

Calls C++ function: QObject*& QList<QObject*>::front().

Source

pub unsafe fn front(&self) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::front() const.

Source

pub unsafe fn index(&self, i: c_int) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::operator[](int i) const.

Source

pub unsafe fn index_mut(&self, i: c_int) -> *mut *mut QObject

Calls C++ function: QObject*& QList<QObject*>::operator[](int i).

Source

pub unsafe fn index_of_2a(&self, t: *const *mut QObject, from: c_int) -> c_int

Calls C++ function: int QList<QObject*>::indexOf(const QObject*& t, int from = …) const.

Source

pub unsafe fn index_of_1a(&self, t: *const *mut QObject) -> c_int

Calls C++ function: int QList<QObject*>::indexOf(const QObject*& t) const.

Source

pub unsafe fn insert_int_q_object(&self, i: c_int, t: *const *mut QObject)

Calls C++ function: void QList<QObject*>::insert(int i, const QObject*& t).

Source

pub unsafe fn insert_iterator_q_object( &self, before: impl CastInto<Ref<Iterator>>, t: *const *mut QObject, ) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::insert(QList<QObject*>::iterator before, const QObject*& t).

Source

pub unsafe fn is_detached(&self) -> bool

Calls C++ function: bool QList<QObject*>::isDetached() const.

Source

pub unsafe fn is_empty(&self) -> bool

Calls C++ function: bool QList<QObject*>::isEmpty() const.

Source

pub unsafe fn is_shared_with( &self, other: impl CastInto<Ref<QListOfQObject>>, ) -> bool

Calls C++ function: bool QList<QObject*>::isSharedWith(const QList<QObject*>& other) const.

Source

pub unsafe fn last_mut(&self) -> *mut *mut QObject

Calls C++ function: QObject*& QList<QObject*>::last().

Source

pub unsafe fn last(&self) -> *const *mut QObject

Calls C++ function: const QObject*& QList<QObject*>::last() const.

Source

pub unsafe fn last_index_of_2a( &self, t: *const *mut QObject, from: c_int, ) -> c_int

Calls C++ function: int QList<QObject*>::lastIndexOf(const QObject*& t, int from = …) const.

Source

pub unsafe fn last_index_of_1a(&self, t: *const *mut QObject) -> c_int

Calls C++ function: int QList<QObject*>::lastIndexOf(const QObject*& t) const.

Source

pub unsafe fn length(&self) -> c_int

Calls C++ function: int QList<QObject*>::length() const.

Source

pub unsafe fn mid_2a(&self, pos: c_int, length: c_int) -> CppBox<QListOfQObject>

Calls C++ function: QList<QObject*> QList<QObject*>::mid(int pos, int length = …) const.

Source

pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQObject>

Calls C++ function: QList<QObject*> QList<QObject*>::mid(int pos) const.

Source

pub unsafe fn move_(&self, from: c_int, to: c_int)

Calls C++ function: void QList<QObject*>::move(int from, int to).

Source

pub unsafe fn new() -> CppBox<QListOfQObject>

Calls C++ function: [constructor] void QList<QObject*>::QList().

Source

pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfQObject>>, ) -> CppBox<QListOfQObject>

Calls C++ function: [constructor] void QList<QObject*>::QList(const QList<QObject*>& l).

Source

pub unsafe fn pop_back(&self)

Calls C++ function: void QList<QObject*>::pop_back().

Source

pub unsafe fn pop_front(&self)

Calls C++ function: void QList<QObject*>::pop_front().

Source

pub unsafe fn prepend(&self, t: *const *mut QObject)

Calls C++ function: void QList<QObject*>::prepend(const QObject*& t).

Source

pub unsafe fn push_back(&self, t: *const *mut QObject)

Calls C++ function: void QList<QObject*>::push_back(const QObject*& t).

Source

pub unsafe fn push_front(&self, t: *const *mut QObject)

Calls C++ function: void QList<QObject*>::push_front(const QObject*& t).

Source

pub unsafe fn remove_all(&self, t: *const *mut QObject) -> c_int

Calls C++ function: int QList<QObject*>::removeAll(const QObject*& t).

Source

pub unsafe fn remove_at(&self, i: c_int)

Calls C++ function: void QList<QObject*>::removeAt(int i).

Source

pub unsafe fn remove_first(&self)

Calls C++ function: void QList<QObject*>::removeFirst().

Source

pub unsafe fn remove_last(&self)

Calls C++ function: void QList<QObject*>::removeLast().

Source

pub unsafe fn remove_one(&self, t: *const *mut QObject) -> bool

Calls C++ function: bool QList<QObject*>::removeOne(const QObject*& t).

Source

pub unsafe fn replace(&self, i: c_int, t: *const *mut QObject)

Calls C++ function: void QList<QObject*>::replace(int i, const QObject*& t).

Source

pub unsafe fn reserve(&self, size: c_int)

Calls C++ function: void QList<QObject*>::reserve(int size).

Source

pub unsafe fn set_sharable(&self, sharable: bool)

Calls C++ function: void QList<QObject*>::setSharable(bool sharable).

Source

pub unsafe fn size(&self) -> c_int

Calls C++ function: int QList<QObject*>::size() const.

Source

pub unsafe fn starts_with(&self, t: *const *mut QObject) -> bool

Calls C++ function: bool QList<QObject*>::startsWith(const QObject*& t) const.

Source

pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQObject>>)

Calls C++ function: void QList<QObject*>::swap(QList<QObject*>& other).

Source

pub unsafe fn swap_2a(&self, i: c_int, j: c_int)

Calls C++ function: void QList<QObject*>::swap(int i, int j).

Source

pub unsafe fn swap_items_at(&self, i: c_int, j: c_int)

Calls C++ function: void QList<QObject*>::swapItemsAt(int i, int j).

Source

pub unsafe fn take_at(&self, i: c_int) -> QPtr<QObject>

Calls C++ function: QObject* QList<QObject*>::takeAt(int i).

Source

pub unsafe fn take_first(&self) -> QPtr<QObject>

Calls C++ function: QObject* QList<QObject*>::takeFirst().

Source

pub unsafe fn take_last(&self) -> QPtr<QObject>

Calls C++ function: QObject* QList<QObject*>::takeLast().

Source

pub unsafe fn value_1a(&self, i: c_int) -> QPtr<QObject>

Calls C++ function: QObject* QList<QObject*>::value(int i) const.

Source

pub unsafe fn value_2a( &self, i: c_int, default_value: *const *mut QObject, ) -> QPtr<QObject>

Calls C++ function: QObject* QList<QObject*>::value(int i, const QObject*& defaultValue) const.

Trait Implementations§

Source§

impl Add<Ref<QListOfQObject>> for &QListOfQObject

Source§

fn add(self, l: Ref<QListOfQObject>) -> CppBox<QListOfQObject>

Calls C++ function: QList<QObject*> QList<QObject*>::operator+(const QList<QObject*>& l) const.

Source§

type Output = CppBox<QListOfQObject>

The resulting type after applying the + operator.
Source§

impl Begin for QListOfQObject

Source§

unsafe fn begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::begin() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl BeginMut for QListOfQObject

Source§

unsafe fn begin_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::begin().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl CppDeletable for QListOfQObject

Source§

unsafe fn delete(&self)

Calls C++ function: [destructor] void QList<QObject*>::~QList().

Source§

impl End for QListOfQObject

Source§

unsafe fn end(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QObject*>::const_iterator QList<QObject*>::end() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl EndMut for QListOfQObject

Source§

unsafe fn end_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QObject*>::iterator QList<QObject*>::end().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl Ge<Ref<QListOfQObject>> for QListOfQObject

Source§

unsafe fn ge(&self, rhs: &Ref<QListOfQObject>) -> bool

Calls C++ function: bool operator>=(const QList<QObject*>& lhs, const QList<QObject*>& rhs).

Source§

impl Gt<Ref<QListOfQObject>> for QListOfQObject

Source§

unsafe fn gt(&self, rhs: &Ref<QListOfQObject>) -> bool

Calls C++ function: bool operator>(const QList<QObject*>& lhs, const QList<QObject*>& rhs).

Source§

impl Le<Ref<QListOfQObject>> for QListOfQObject

Source§

unsafe fn le(&self, rhs: &Ref<QListOfQObject>) -> bool

Calls C++ function: bool operator<=(const QList<QObject*>& lhs, const QList<QObject*>& rhs).

Source§

impl Lt<Ref<QListOfQObject>> for QListOfQObject

Source§

unsafe fn lt(&self, rhs: &Ref<QListOfQObject>) -> bool

Calls C++ function: bool operator<(const QList<QObject*>& lhs, const QList<QObject*>& rhs).

Source§

impl PartialEq<Ref<QListOfQObject>> for QListOfQObject

Source§

fn eq(&self, l: &Ref<QListOfQObject>) -> bool

Calls C++ function: bool QList<QObject*>::operator==(const QList<QObject*>& l) const.

1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Shl<*const *mut QObject> for &QListOfQObject

Source§

fn shl(self, t: *const *mut QObject) -> Ref<QListOfQObject>

Calls C++ function: QList<QObject*>& QList<QObject*>::operator<<(const QObject*& t).

Source§

type Output = Ref<QListOfQObject>

The resulting type after applying the << operator.
Source§

impl Shl<Ref<QListOfQObject>> for &QListOfQObject

Source§

fn shl(self, l: Ref<QListOfQObject>) -> Ref<QListOfQObject>

Calls C++ function: QList<QObject*>& QList<QObject*>::operator<<(const QList<QObject*>& l).

Source§

type Output = Ref<QListOfQObject>

The resulting type after applying the << operator.
Source§

impl Size for QListOfQObject

Source§

unsafe fn size(&self) -> usize

Calls C++ function: int QList<QObject*>::size() const.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T, U> CastInto<U> for T
where U: CastFrom<T>,

Source§

unsafe fn cast_into(self) -> U

Performs the conversion. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> StaticUpcast<T> for T

Source§

unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>

Convert type of a const pointer. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.