Skip to main content

QListOfQAccessibleInterface

Struct QListOfQAccessibleInterface 

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

C++ class: QList<QAccessibleInterface*>.

Implementations§

Source§

impl QListOfQAccessibleInterface

Source

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

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

Source

pub unsafe fn add_assign_q_accessible_interface( &self, t: *const *mut QAccessibleInterface, ) -> Ref<QListOfQAccessibleInterface>

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

Source

pub unsafe fn append_q_accessible_interface( &self, t: *const *mut QAccessibleInterface, )

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

Source

pub unsafe fn append_q_list_of_q_accessible_interface( &self, t: impl CastInto<Ref<QListOfQAccessibleInterface>>, )

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn clear(&self)

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn count_0a(&self) -> c_int

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

Source

pub unsafe fn detach(&self)

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

Source

pub unsafe fn detach_shared(&self)

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

Source

pub unsafe fn empty(&self) -> bool

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

Source

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

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

Source

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

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

Source

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

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

Source

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

Calls C++ function: QList<QAccessibleInterface*>::iterator QList<QAccessibleInterface*>::erase(QList<QAccessibleInterface*>::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<QAccessibleInterface*>::iterator QList<QAccessibleInterface*>::erase(QList<QAccessibleInterface*>::iterator first, QList<QAccessibleInterface*>::iterator last).

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn insert_int_q_accessible_interface( &self, i: c_int, t: *const *mut QAccessibleInterface, )

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

Source

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

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

Source

pub unsafe fn is_detached(&self) -> bool

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

Source

pub unsafe fn is_empty(&self) -> bool

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn length(&self) -> c_int

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn pop_back(&self)

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

Source

pub unsafe fn pop_front(&self)

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn remove_first(&self)

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

Source

pub unsafe fn remove_last(&self)

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn size(&self) -> c_int

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

Source

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

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

Source

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

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

Source

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

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

Source

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

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

Source

pub unsafe fn take_at(&self, i: c_int) -> Ptr<QAccessibleInterface>

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

Source

pub unsafe fn take_first(&self) -> Ptr<QAccessibleInterface>

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

Source

pub unsafe fn take_last(&self) -> Ptr<QAccessibleInterface>

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

Source

pub unsafe fn value_1a(&self, i: c_int) -> Ptr<QAccessibleInterface>

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

Source

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

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

Trait Implementations§

Source§

impl Add<Ref<QListOfQAccessibleInterface>> for &QListOfQAccessibleInterface

Source§

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

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

Source§

type Output = CppBox<QListOfQAccessibleInterface>

The resulting type after applying the + operator.
Source§

impl Begin for QListOfQAccessibleInterface

Source§

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

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

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl BeginMut for QListOfQAccessibleInterface

Source§

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

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

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl CppDeletable for QListOfQAccessibleInterface

Source§

unsafe fn delete(&self)

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

Source§

impl End for QListOfQAccessibleInterface

Source§

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

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

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl EndMut for QListOfQAccessibleInterface

Source§

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

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

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl Ge<Ref<QListOfQAccessibleInterface>> for QListOfQAccessibleInterface

Source§

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

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

Source§

impl Gt<Ref<QListOfQAccessibleInterface>> for QListOfQAccessibleInterface

Source§

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

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

Source§

impl Le<Ref<QListOfQAccessibleInterface>> for QListOfQAccessibleInterface

Source§

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

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

Source§

impl Lt<Ref<QListOfQAccessibleInterface>> for QListOfQAccessibleInterface

Source§

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

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

Source§

impl PartialEq<Ref<QListOfQAccessibleInterface>> for QListOfQAccessibleInterface

Source§

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

Calls C++ function: bool QList<QAccessibleInterface*>::operator==(const QList<QAccessibleInterface*>& 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 QAccessibleInterface> for &QListOfQAccessibleInterface

Source§

fn shl( self, t: *const *mut QAccessibleInterface, ) -> Ref<QListOfQAccessibleInterface>

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

Source§

type Output = Ref<QListOfQAccessibleInterface>

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

impl Shl<Ref<QListOfQAccessibleInterface>> for &QListOfQAccessibleInterface

Source§

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

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

Source§

type Output = Ref<QListOfQAccessibleInterface>

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

impl Size for QListOfQAccessibleInterface

Source§

unsafe fn size(&self) -> usize

Calls C++ function: int QList<QAccessibleInterface*>::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.