Skip to main content

QSetOfQAbstractState

Struct QSetOfQAbstractState 

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

C++ class: QSet<QAbstractState*>.

Implementations§

Source§

impl QSetOfQAbstractState

Source

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

Source

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

Source

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

Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::begin().

Source

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::begin() const.

Source

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

Source

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

Source

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

Source

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

Source

pub unsafe fn capacity(&self) -> c_int

Calls C++ function: int QSet<QAbstractState*>::capacity() const.

Source

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::cbegin() const.

Source

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::cend() const.

Source

pub unsafe fn clear(&self)

Calls C++ function: void QSet<QAbstractState*>::clear().

Source

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::constBegin() const.

Source

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::constEnd() const.

Source

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.

Source

pub unsafe fn contains_q_abstract_state( &self, value: *const *mut QAbstractState, ) -> bool

Calls C++ function: bool QSet<QAbstractState*>::contains(const QAbstractState*& value) const.

Source

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.

Source

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

Source

pub unsafe fn count(&self) -> c_int

Calls C++ function: int QSet<QAbstractState*>::count() const.

Source

pub unsafe fn detach(&self)

Calls C++ function: void QSet<QAbstractState*>::detach().

Source

pub unsafe fn empty(&self) -> bool

Calls C++ function: bool QSet<QAbstractState*>::empty() const.

Source

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

Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::end().

Source

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::end() const.

Source

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

Source

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

Source

pub unsafe fn find_mut( &self, value: *const *mut QAbstractState, ) -> CppBox<Iterator>

Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::find(const QAbstractState*& value).

Source

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.

Source

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

Source

pub unsafe fn insert( &self, value: *const *mut QAbstractState, ) -> CppBox<Iterator>

Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::insert(const QAbstractState*& value).

Source

pub unsafe fn intersect( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>

Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::intersect(const QSet<QAbstractState*>& other).

Source

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

Calls C++ function: bool QSet<QAbstractState*>::intersects(const QSet<QAbstractState*>& other) const.

Source

pub unsafe fn is_detached(&self) -> bool

Calls C++ function: bool QSet<QAbstractState*>::isDetached() const.

Source

pub unsafe fn is_empty(&self) -> bool

Calls C++ function: bool QSet<QAbstractState*>::isEmpty() const.

Source

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

Calls C++ function: [constructor] void QSet<QAbstractState*>::QSet().

Source

pub unsafe fn new_copy( other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> CppBox<QSetOfQAbstractState>

Calls C++ function: [constructor] void QSet<QAbstractState*>::QSet(const QSet<QAbstractState*>& other).

Source

pub unsafe fn remove(&self, value: *const *mut QAbstractState) -> bool

Calls C++ function: bool QSet<QAbstractState*>::remove(const QAbstractState*& value).

Source

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

Calls C++ function: void QSet<QAbstractState*>::reserve(int size).

Source

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

Calls C++ function: void QSet<QAbstractState*>::setSharable(bool sharable).

Source

pub unsafe fn size(&self) -> c_int

Calls C++ function: int QSet<QAbstractState*>::size() const.

Source

pub unsafe fn squeeze(&self)

Calls C++ function: void QSet<QAbstractState*>::squeeze().

Source

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

Source

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

Source

pub unsafe fn subtract( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>

Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::subtract(const QSet<QAbstractState*>& other).

Source

pub unsafe fn swap(&self, other: impl CastInto<Ref<QSetOfQAbstractState>>)

Calls C++ function: void QSet<QAbstractState*>::swap(QSet<QAbstractState*>& other).

Source

pub unsafe fn to_list(&self) -> CppBox<QListOfQAbstractState>

Calls C++ function: QList<QAbstractState*> QSet<QAbstractState*>::toList() const.

Source

pub unsafe fn unite( &self, other: impl CastInto<Ref<QSetOfQAbstractState>>, ) -> Ref<QSetOfQAbstractState>

Calls C++ function: QSet<QAbstractState*>& QSet<QAbstractState*>::unite(const QSet<QAbstractState*>& other).

Source

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

Source§

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>

The resulting type after applying the + operator.
Source§

impl Begin for QSetOfQAbstractState

Source§

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::begin() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl BeginMut for QSetOfQAbstractState

Source§

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

Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::begin().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl BitAnd<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState

Source§

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>

The resulting type after applying the & operator.
Source§

impl BitOr<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState

Source§

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>

The resulting type after applying the | operator.
Source§

impl CppDeletable for QSetOfQAbstractState

Source§

unsafe fn delete(&self)

Calls C++ function: [destructor] void QSet<QAbstractState*>::~QSet().

Source§

impl End for QSetOfQAbstractState

Source§

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

Calls C++ function: QSet<QAbstractState*>::const_iterator QSet<QAbstractState*>::end() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl EndMut for QSetOfQAbstractState

Source§

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

Calls C++ function: QSet<QAbstractState*>::iterator QSet<QAbstractState*>::end().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl PartialEq<Ref<QSetOfQAbstractState>> for QSetOfQAbstractState

Source§

fn eq(&self, other: &Ref<QSetOfQAbstractState>) -> bool

Calls C++ function: bool QSet<QAbstractState*>::operator==(const QSet<QAbstractState*>& other) const.

1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Shl<*const *mut QAbstractState> for &QSetOfQAbstractState

Source§

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>

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

impl Size for QSetOfQAbstractState

Source§

unsafe fn size(&self) -> usize

Calls C++ function: int QSet<QAbstractState*>::size() const.

Source§

impl Sub<Ref<QSetOfQAbstractState>> for &QSetOfQAbstractState

Source§

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>

The resulting type after applying the - operator.

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.