pub struct QListOfTimerInfo { /* private fields */ }Expand description
C++ class: QList<QAbstractEventDispatcher::TimerInfo>.
Implementations§
Source§impl QListOfTimerInfo
impl QListOfTimerInfo
Sourcepub unsafe fn add_assign_q_list_of_timer_info(
&self,
l: impl CastInto<Ref<QListOfTimerInfo>>,
) -> Ref<QListOfTimerInfo>
pub unsafe fn add_assign_q_list_of_timer_info( &self, l: impl CastInto<Ref<QListOfTimerInfo>>, ) -> Ref<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>& QList<QAbstractEventDispatcher::TimerInfo>::operator+=(const QList<QAbstractEventDispatcher::TimerInfo>& l).
Sourcepub unsafe fn add_assign_timer_info(
&self,
t: impl CastInto<Ref<TimerInfo>>,
) -> Ref<QListOfTimerInfo>
pub unsafe fn add_assign_timer_info( &self, t: impl CastInto<Ref<TimerInfo>>, ) -> Ref<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>& QList<QAbstractEventDispatcher::TimerInfo>::operator+=(const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn append_timer_info(&self, t: impl CastInto<Ref<TimerInfo>>)
pub unsafe fn append_timer_info(&self, t: impl CastInto<Ref<TimerInfo>>)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::append(const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn append_q_list_of_timer_info(
&self,
t: impl CastInto<Ref<QListOfTimerInfo>>,
)
pub unsafe fn append_q_list_of_timer_info( &self, t: impl CastInto<Ref<QListOfTimerInfo>>, )
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::append(const QList<QAbstractEventDispatcher::TimerInfo>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<TimerInfo>
pub unsafe fn at(&self, i: c_int) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<TimerInfo>
pub unsafe fn back_mut(&self) -> Ref<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::back().
Sourcepub unsafe fn back(&self) -> Ref<TimerInfo>
pub unsafe fn back(&self) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::cend() const.
Sourcepub unsafe fn clear(&self)
pub unsafe fn clear(&self)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::clear().
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<TimerInfo>
pub unsafe fn const_first(&self) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<TimerInfo>
pub unsafe fn const_last(&self) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::constLast() const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfTimerInfo>>,
) -> Ref<QListOfTimerInfo>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfTimerInfo>>, ) -> Ref<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>& QList<QAbstractEventDispatcher::TimerInfo>::operator=(const QList<QAbstractEventDispatcher::TimerInfo>& l).
Sourcepub unsafe fn count(&self) -> c_int
pub unsafe fn count(&self) -> c_int
Calls C++ function: int QList<QAbstractEventDispatcher::TimerInfo>::count() const.
Sourcepub unsafe fn detach(&self)
pub unsafe fn detach(&self)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::detach().
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::detachShared().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::empty() const.
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::end() 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<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::erase(QList<QAbstractEventDispatcher::TimerInfo>::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<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::erase(QList<QAbstractEventDispatcher::TimerInfo>::iterator first, QList<QAbstractEventDispatcher::TimerInfo>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<TimerInfo>
pub unsafe fn first_mut(&self) -> Ref<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::first().
Sourcepub unsafe fn first(&self) -> Ref<TimerInfo>
pub unsafe fn first(&self) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<TimerInfo>
pub unsafe fn front_mut(&self) -> Ref<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::front().
Sourcepub unsafe fn front(&self) -> Ref<TimerInfo>
pub unsafe fn front(&self) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<TimerInfo>
pub unsafe fn index(&self, i: c_int) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<TimerInfo>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::operator[](int i).
Sourcepub unsafe fn insert_int_timer_info(
&self,
i: c_int,
t: impl CastInto<Ref<TimerInfo>>,
)
pub unsafe fn insert_int_timer_info( &self, i: c_int, t: impl CastInto<Ref<TimerInfo>>, )
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::insert(int i, const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn insert_iterator_timer_info(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<TimerInfo>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_timer_info( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<TimerInfo>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::insert(QList<QAbstractEventDispatcher::TimerInfo>::iterator before, const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::isEmpty() const.
Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::isSharedWith(const QList<QAbstractEventDispatcher::TimerInfo>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<TimerInfo>
pub unsafe fn last_mut(&self) -> Ref<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::last().
Sourcepub unsafe fn last(&self) -> Ref<TimerInfo>
pub unsafe fn last(&self) -> Ref<TimerInfo>
Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::last() const.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QList<QAbstractEventDispatcher::TimerInfo>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfTimerInfo>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo> QList<QAbstractEventDispatcher::TimerInfo>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfTimerInfo>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo> QList<QAbstractEventDispatcher::TimerInfo>::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<QAbstractEventDispatcher::TimerInfo>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfTimerInfo>
pub unsafe fn new() -> CppBox<QListOfTimerInfo>
Calls C++ function: [constructor] void QList<QAbstractEventDispatcher::TimerInfo>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfTimerInfo>>,
) -> CppBox<QListOfTimerInfo>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfTimerInfo>>, ) -> CppBox<QListOfTimerInfo>
Calls C++ function: [constructor] void QList<QAbstractEventDispatcher::TimerInfo>::QList(const QList<QAbstractEventDispatcher::TimerInfo>& l).
Sourcepub unsafe fn pop_back(&self)
pub unsafe fn pop_back(&self)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::pop_back().
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::pop_front().
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<TimerInfo>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<TimerInfo>>)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::prepend(const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<TimerInfo>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<TimerInfo>>)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::push_back(const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<TimerInfo>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<TimerInfo>>)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::push_front(const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::removeLast().
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<TimerInfo>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<TimerInfo>>)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::replace(int i, const QAbstractEventDispatcher::TimerInfo& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::setSharable(bool sharable).
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QList<QAbstractEventDispatcher::TimerInfo>::size() const.
Sourcepub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfTimerInfo>>)
pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfTimerInfo>>)
Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::swap(QList<QAbstractEventDispatcher::TimerInfo>& 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<QAbstractEventDispatcher::TimerInfo>::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<QAbstractEventDispatcher::TimerInfo>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<TimerInfo>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo QList<QAbstractEventDispatcher::TimerInfo>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<TimerInfo>
pub unsafe fn take_first(&self) -> CppBox<TimerInfo>
Calls C++ function: QAbstractEventDispatcher::TimerInfo QList<QAbstractEventDispatcher::TimerInfo>::takeFirst().
Trait Implementations§
Source§impl Add<Ref<QListOfTimerInfo>> for &QListOfTimerInfo
impl Add<Ref<QListOfTimerInfo>> for &QListOfTimerInfo
Source§fn add(self, l: Ref<QListOfTimerInfo>) -> CppBox<QListOfTimerInfo>
fn add(self, l: Ref<QListOfTimerInfo>) -> CppBox<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo> QList<QAbstractEventDispatcher::TimerInfo>::operator+(const QList<QAbstractEventDispatcher::TimerInfo>& l) const.
Source§type Output = CppBox<QListOfTimerInfo>
type Output = CppBox<QListOfTimerInfo>
+ operator.Source§impl Begin for QListOfTimerInfo
impl Begin for QListOfTimerInfo
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfTimerInfo
impl BeginMut for QListOfTimerInfo
Source§impl CppDeletable for QListOfTimerInfo
impl CppDeletable for QListOfTimerInfo
Source§impl End for QListOfTimerInfo
impl End for QListOfTimerInfo
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfTimerInfo
impl EndMut for QListOfTimerInfo
Source§impl Shl<Ref<QListOfTimerInfo>> for &QListOfTimerInfo
impl Shl<Ref<QListOfTimerInfo>> for &QListOfTimerInfo
Source§fn shl(self, l: Ref<QListOfTimerInfo>) -> Ref<QListOfTimerInfo>
fn shl(self, l: Ref<QListOfTimerInfo>) -> Ref<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>& QList<QAbstractEventDispatcher::TimerInfo>::operator<<(const QList<QAbstractEventDispatcher::TimerInfo>& l).
Source§type Output = Ref<QListOfTimerInfo>
type Output = Ref<QListOfTimerInfo>
<< operator.Source§impl Shl<Ref<TimerInfo>> for &QListOfTimerInfo
impl Shl<Ref<TimerInfo>> for &QListOfTimerInfo
Source§fn shl(self, t: Ref<TimerInfo>) -> Ref<QListOfTimerInfo>
fn shl(self, t: Ref<TimerInfo>) -> Ref<QListOfTimerInfo>
Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>& QList<QAbstractEventDispatcher::TimerInfo>::operator<<(const QAbstractEventDispatcher::TimerInfo& t).
Source§type Output = Ref<QListOfTimerInfo>
type Output = Ref<QListOfTimerInfo>
<< operator.