pub struct QSetOfQAbstractState { /* private fields */ }Expand description
C++ class: QSet<QAbstractState*>.
Implementations§
Source§impl QSetOfQAbstractState
impl QSetOfQAbstractState
Sourcepub unsafe fn add_assign_q_set_of_q_abstract_state(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn add_assign_q_set_of_q_abstract_state( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator+=(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn add_assign_q_abstract_state(
&self,
value: *const *mut QAbstractState,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn add_assign_q_abstract_state( &self, value: *const *mut QAbstractState, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator+=(const QAbstractState*& value).
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::begin() const.
Sourcepub unsafe fn bit_and_assign_q_set_of_q_abstract_state(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn bit_and_assign_q_set_of_q_abstract_state( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator&=(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn bit_and_assign_q_abstract_state(
&self,
value: *const *mut QAbstractState,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn bit_and_assign_q_abstract_state( &self, value: *const *mut QAbstractState, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator&=(const QAbstractState*& value).
Sourcepub unsafe fn bit_or_assign_q_set_of_q_abstract_state(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn bit_or_assign_q_set_of_q_abstract_state( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator|=(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn bit_or_assign_q_abstract_state(
&self,
value: *const *mut QAbstractState,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn bit_or_assign_q_abstract_state( &self, value: *const *mut QAbstractState, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator|=(const QAbstractState*& value).
Sourcepub unsafe fn capacity(&self) -> c_int
pub unsafe fn capacity(&self) -> c_int
Calls C++ function: int QSet<QAbstractState*>::capacity() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::constEnd() const.
Sourcepub unsafe fn const_find(
&self,
value: *const *mut QAbstractState,
) -> CppBox<ConstIterator>
pub unsafe fn const_find( &self, value: *const *mut QAbstractState, ) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::constFind(const QAbstractState*& value) const.
Sourcepub unsafe fn contains_q_abstract_state(
&self,
value: *const *mut QAbstractState,
) -> bool
pub unsafe fn contains_q_abstract_state( &self, value: *const *mut QAbstractState, ) -> bool
Calls C++ function: bool QSet<QAbstractState*>::contains(const QAbstractState*& value) const.
Sourcepub unsafe fn contains_q_set_of_q_abstract_state(
&self,
set: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> bool
pub unsafe fn contains_q_set_of_q_abstract_state( &self, set: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> bool
Calls C++ function: bool QSet<QAbstractState*>::contains(const QSet<QAbstractState*>& set) const.
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator=(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn count(&self) -> c_int
pub unsafe fn count(&self) -> c_int
Calls C++ function: int QSet<QAbstractState*>::count() const.
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QSet<QAbstractState*>::empty() const.
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::end() const.
Sourcepub unsafe fn erase_iterator(
&self,
i: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_iterator( &self, i: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::erase(QSet<QAbstractState*>::iterator i).
Sourcepub unsafe fn erase_const_iterator(
&self,
i: impl CastInto<Ref<ConstIterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_const_iterator( &self, i: impl CastInto<Ref<ConstIterator>>, ) -> CppBox<Iterator>
Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::erase(QSet<QAbstractState*>::const_iterator i).
Sourcepub unsafe fn find_mut(
&self,
value: *const *mut QAbstractState,
) -> CppBox<Iterator>
pub unsafe fn find_mut( &self, value: *const *mut QAbstractState, ) -> CppBox<Iterator>
Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::find(const QAbstractState*& value).
Sourcepub unsafe fn find(
&self,
value: *const *mut QAbstractState,
) -> CppBox<ConstIterator>
pub unsafe fn find( &self, value: *const *mut QAbstractState, ) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::find(const QAbstractState*& value) const.
Sourcepub unsafe fn from_list(
list: impl CastInto<Ref<QListOfQAbstractState>>,
) -> CppBox<QSetOfQAbstractState>
pub unsafe fn from_list( list: impl CastInto<Ref<QListOfQAbstractState>>, ) -> CppBox<QSetOfQAbstractState>
Calls C++ function: static QSet<QAbstractState*> QSet<QAbstractState*>::fromList(const QList<QAbstractState*>& list).
Sourcepub unsafe fn insert(
&self,
value: *const *mut QAbstractState,
) -> CppBox<Iterator>
pub unsafe fn insert( &self, value: *const *mut QAbstractState, ) -> CppBox<Iterator>
Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::insert(const QAbstractState*& value).
Sourcepub unsafe fn intersect(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn intersect( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::intersect(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn intersects(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> bool
pub unsafe fn intersects( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> bool
Calls C++ function: bool QSet<QAbstractState*>::intersects(const QSet<QAbstractState*>& other) const.
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QSet<QAbstractState*>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QSet<QAbstractState*>::isEmpty() const.
Sourcepub unsafe fn new() -> CppBox<QSetOfQAbstractState>
pub unsafe fn new() -> CppBox<QSetOfQAbstractState>
Calls C++ function: [constructor] void QSet<QAbstractState*>::QSet().
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> CppBox<QSetOfQAbstractState>
pub unsafe fn new_copy( other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> CppBox<QSetOfQAbstractState>
Calls C++ function: [constructor] void QSet<QAbstractState*>::QSet(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn remove(&self, value: *const *mut QAbstractState) -> bool
pub unsafe fn remove(&self, value: *const *mut QAbstractState) -> bool
Calls C++ function: bool QSet<QAbstractState*>::remove(const QAbstractState*& value).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QSet<QAbstractState*>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QSet<QAbstractState*>::setSharable(bool sharable).
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QSet<QAbstractState*>::size() const.
Sourcepub unsafe fn sub_assign_q_set_of_q_abstract_state(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn sub_assign_q_set_of_q_abstract_state( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator-=(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn sub_assign_q_abstract_state(
&self,
value: *const *mut QAbstractState,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn sub_assign_q_abstract_state( &self, value: *const *mut QAbstractState, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator-=(const QAbstractState*& value).
Sourcepub unsafe fn subtract(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn subtract( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::subtract(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn swap(&self, other: impl CastInto<Ref<QSetOfQAbstractState>>)
pub unsafe fn swap(&self, other: impl CastInto<Ref<QSetOfQAbstractState>>)
Calls C++ function: void QSet<QAbstractState*>::swap(QSet<QAbstractState*>& other).
Sourcepub unsafe fn to_list(&self) -> CppBox<QListOfQAbstractState>
pub unsafe fn to_list(&self) -> CppBox<QListOfQAbstractState>
Calls C++ function: QList<QAbstractState*> QSet<QAbstractState*>::toList() const.
Sourcepub unsafe fn unite(
&self,
other: impl CastInto<Ref<QSetOfQAbstractState>>,
) -> Ref<QSetOfQAbstractState>
pub unsafe fn unite( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::unite(const QSet<QAbstractState*>& other).
Sourcepub unsafe fn values(&self) -> CppBox<QListOfQAbstractState>
pub unsafe fn values(&self) -> CppBox<QListOfQAbstractState>
Calls C++ function: QList<QAbstractState*> QSet<QAbstractState*>::values() const.
Trait Implementations§
Source§impl Add<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
impl Add<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
Source§fn add(self, other: Ref<QSetOfQAbstractState>) -> CppBox<QSetOfQAbstractState>
fn add(self, other: Ref<QSetOfQAbstractState>) -> CppBox<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*> QSet<QAbstractState*>::operator+(const QSet<QAbstractState*>& other) const.
Source§type Output = CppBox<QSetOfQAbstractState>
type Output = CppBox<QSetOfQAbstractState>
+ operator.Source§impl Begin for QSetOfQAbstractState
impl Begin for QSetOfQAbstractState
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QSetOfQAbstractState
impl BeginMut for QSetOfQAbstractState
Source§impl BitAnd<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
impl BitAnd<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
Source§fn bitand(
self,
other: Ref<QSetOfQAbstractState>,
) -> CppBox<QSetOfQAbstractState>
fn bitand( self, other: Ref<QSetOfQAbstractState>, ) -> CppBox<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*> QSet<QAbstractState*>::operator&(const QSet<QAbstractState*>& other) const.
Source§type Output = CppBox<QSetOfQAbstractState>
type Output = CppBox<QSetOfQAbstractState>
& operator.Source§impl BitOr<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
impl BitOr<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
Source§fn bitor(self, other: Ref<QSetOfQAbstractState>) -> CppBox<QSetOfQAbstractState>
fn bitor(self, other: Ref<QSetOfQAbstractState>) -> CppBox<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*> QSet<QAbstractState*>::operator|(const QSet<QAbstractState*>& other) const.
Source§type Output = CppBox<QSetOfQAbstractState>
type Output = CppBox<QSetOfQAbstractState>
| operator.Source§impl CppDeletable for QSetOfQAbstractState
impl CppDeletable for QSetOfQAbstractState
Source§impl End for QSetOfQAbstractState
impl End for QSetOfQAbstractState
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QSetOfQAbstractState
impl EndMut for QSetOfQAbstractState
Source§impl PartialEq<Ref<QSetOfQAbstractState>> for QSetOfQAbstractState
impl PartialEq<Ref<QSetOfQAbstractState>> for QSetOfQAbstractState
Source§impl Shl<*const *mut QAbstractState> for &QSetOfQAbstractState
impl Shl<*const *mut QAbstractState> for &QSetOfQAbstractState
Source§fn shl(self, value: *const *mut QAbstractState) -> Ref<QSetOfQAbstractState>
fn shl(self, value: *const *mut QAbstractState) -> Ref<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::operator<<(const QAbstractState*& value).
Source§type Output = Ref<QSetOfQAbstractState>
type Output = Ref<QSetOfQAbstractState>
<< operator.Source§impl Size for QSetOfQAbstractState
impl Size for QSetOfQAbstractState
Source§impl Sub<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
impl Sub<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState
Source§fn sub(self, other: Ref<QSetOfQAbstractState>) -> CppBox<QSetOfQAbstractState>
fn sub(self, other: Ref<QSetOfQAbstractState>) -> CppBox<QSetOfQAbstractState>
Calls C++ function: QSet<QAbstractState*> QSet<QAbstractState*>::operator-(const QSet<QAbstractState*>& other) const.
Source§type Output = CppBox<QSetOfQAbstractState>
type Output = CppBox<QSetOfQAbstractState>
- operator.