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