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