Skip to main content

QListOfTimerInfo

Struct QListOfTimerInfo 

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

C++ class: QList<QAbstractEventDispatcher::TimerInfo>.

Implementations§

Source§

impl QListOfTimerInfo

Source

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).

Source

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).

Source

pub unsafe fn append_timer_info(&self, t: impl CastInto<Ref<TimerInfo>>)

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

Source

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).

Source

pub unsafe fn at(&self, i: c_int) -> Ref<TimerInfo>

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

Source

pub unsafe fn back_mut(&self) -> Ref<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::back().

Source

pub unsafe fn back(&self) -> Ref<TimerInfo>

Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::back() const.

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::begin().

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::begin() const.

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::cbegin() const.

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::cend() const.

Source

pub unsafe fn clear(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::clear().

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::constBegin() const.

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::constEnd() const.

Source

pub unsafe fn const_first(&self) -> Ref<TimerInfo>

Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::constFirst() const.

Source

pub unsafe fn const_last(&self) -> Ref<TimerInfo>

Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::constLast() const.

Source

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).

Source

pub unsafe fn count(&self) -> c_int

Calls C++ function: int QList<QAbstractEventDispatcher::TimerInfo>::count() const.

Source

pub unsafe fn detach(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::detach().

Source

pub unsafe fn detach_shared(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::detachShared().

Source

pub unsafe fn empty(&self) -> bool

Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::empty() const.

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::end().

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::end() const.

Source

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).

Source

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).

Source

pub unsafe fn first_mut(&self) -> Ref<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::first().

Source

pub unsafe fn first(&self) -> Ref<TimerInfo>

Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::first() const.

Source

pub unsafe fn front_mut(&self) -> Ref<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::front().

Source

pub unsafe fn front(&self) -> Ref<TimerInfo>

Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::front() const.

Source

pub unsafe fn index(&self, i: c_int) -> Ref<TimerInfo>

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

Source

pub unsafe fn index_mut(&self, i: c_int) -> Ref<TimerInfo>

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

Source

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).

Source

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).

Source

pub unsafe fn is_detached(&self) -> bool

Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::isDetached() const.

Source

pub unsafe fn is_empty(&self) -> bool

Calls C++ function: bool QList<QAbstractEventDispatcher::TimerInfo>::isEmpty() const.

Source

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

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

Source

pub unsafe fn last_mut(&self) -> Ref<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::last().

Source

pub unsafe fn last(&self) -> Ref<TimerInfo>

Calls C++ function: const QAbstractEventDispatcher::TimerInfo& QList<QAbstractEventDispatcher::TimerInfo>::last() const.

Source

pub unsafe fn length(&self) -> c_int

Calls C++ function: int QList<QAbstractEventDispatcher::TimerInfo>::length() const.

Source

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.

Source

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo> QList<QAbstractEventDispatcher::TimerInfo>::mid(int pos) const.

Source

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

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

Source

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

Calls C++ function: [constructor] void QList<QAbstractEventDispatcher::TimerInfo>::QList().

Source

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).

Source

pub unsafe fn pop_back(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::pop_back().

Source

pub unsafe fn pop_front(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::pop_front().

Source

pub unsafe fn prepend(&self, t: impl CastInto<Ref<TimerInfo>>)

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

Source

pub unsafe fn push_back(&self, t: impl CastInto<Ref<TimerInfo>>)

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

Source

pub unsafe fn push_front(&self, t: impl CastInto<Ref<TimerInfo>>)

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

Source

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

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::removeAt(int i).

Source

pub unsafe fn remove_first(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::removeFirst().

Source

pub unsafe fn remove_last(&self)

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::removeLast().

Source

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).

Source

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

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::reserve(int size).

Source

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

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::setSharable(bool sharable).

Source

pub unsafe fn size(&self) -> c_int

Calls C++ function: int QList<QAbstractEventDispatcher::TimerInfo>::size() const.

Source

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

Calls C++ function: void QList<QAbstractEventDispatcher::TimerInfo>::swap(QList<QAbstractEventDispatcher::TimerInfo>& other).

Source

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

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

Source

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).

Source

pub unsafe fn take_at(&self, i: c_int) -> CppBox<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo QList<QAbstractEventDispatcher::TimerInfo>::takeAt(int i).

Source

pub unsafe fn take_first(&self) -> CppBox<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo QList<QAbstractEventDispatcher::TimerInfo>::takeFirst().

Source

pub unsafe fn take_last(&self) -> CppBox<TimerInfo>

Calls C++ function: QAbstractEventDispatcher::TimerInfo QList<QAbstractEventDispatcher::TimerInfo>::takeLast().

Source

pub unsafe fn value( &self, i: c_int, default_value: impl CastInto<Ref<TimerInfo>>, ) -> CppBox<TimerInfo>

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

Trait Implementations§

Source§

impl Add<Ref<QListOfTimerInfo>> for &QListOfTimerInfo

Source§

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>

The resulting type after applying the + operator.
Source§

impl Begin for QListOfTimerInfo

Source§

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::begin() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl BeginMut for QListOfTimerInfo

Source§

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::begin().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl CppDeletable for QListOfTimerInfo

Source§

unsafe fn delete(&self)

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

Source§

impl End for QListOfTimerInfo

Source§

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::const_iterator QList<QAbstractEventDispatcher::TimerInfo>::end() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl EndMut for QListOfTimerInfo

Source§

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

Calls C++ function: QList<QAbstractEventDispatcher::TimerInfo>::iterator QList<QAbstractEventDispatcher::TimerInfo>::end().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl Shl<Ref<QListOfTimerInfo>> for &QListOfTimerInfo

Source§

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>

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

impl Shl<Ref<TimerInfo>> for &QListOfTimerInfo

Source§

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>

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

impl Size for QListOfTimerInfo

Source§

unsafe fn size(&self) -> usize

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