Struct QStaticPropertyValueRemovedChangeBase

Source
#[repr(C)]
pub struct QStaticPropertyValueRemovedChangeBase { /* private fields */ }
Expand description

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events

C++ class: Qt3DCore::QStaticPropertyValueRemovedChangeBase.

C++ documentation:

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events

Implementations§

Source§

impl QStaticPropertyValueRemovedChangeBase

Source

pub unsafe fn property_name(&self) -> *const c_char

Returns name of the property.

Calls C++ function: const char* Qt3DCore::QStaticPropertyValueRemovedChangeBase::propertyName() const.

C++ documentation:

Returns name of the property.

See also setPropertyName().

Source

pub unsafe fn set_property_name(&self, name: *const c_char)

Sets the property change name.

Calls C++ function: void Qt3DCore::QStaticPropertyValueRemovedChangeBase::setPropertyName(const char* name).

C++ documentation:

Sets the property change name.

See also propertyName().

Methods from Deref<Target = QSceneChange>§

Source

pub unsafe fn delivery_flags(&self) -> QFlags<DeliveryFlag>

Returns the set delivery flags

Calls C++ function: QFlags<Qt3DCore::QSceneChange::DeliveryFlag> Qt3DCore::QSceneChange::deliveryFlags() const.

C++ documentation:

Returns the set delivery flags

See also setDeliveryFlags().

Source

pub unsafe fn set_delivery_flags(&self, flags: QFlags<DeliveryFlag>)

Set the Delivery flags of the change to flags

Calls C++ function: void Qt3DCore::QSceneChange::setDeliveryFlags(QFlags<Qt3DCore::QSceneChange::DeliveryFlag> flags).

C++ documentation:

Set the Delivery flags of the change to flags

See also deliveryFlags().

Source

pub unsafe fn subject_id(&self) -> CppBox<QNodeId>

Returns scene change subject id.

Calls C++ function: Qt3DCore::QNodeId Qt3DCore::QSceneChange::subjectId() const.

C++ documentation:

Returns scene change subject id.

Source

pub unsafe fn type_(&self) -> ChangeFlag

Returns scene change type.

Calls C++ function: Qt3DCore::ChangeFlag Qt3DCore::QSceneChange::type() const.

C++ documentation:

Returns scene change type.

Trait Implementations§

Source§

impl CppDeletable for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn delete(&self)

Destroys the instance of QStaticPropertyValueRemovedChangeBase.

Calls C++ function: virtual [destructor] void Qt3DCore::QStaticPropertyValueRemovedChangeBase::~QStaticPropertyValueRemovedChangeBase().

C++ documentation:

Destroys the instance of QStaticPropertyValueRemovedChangeBase.

Source§

impl Deref for QStaticPropertyValueRemovedChangeBase

Source§

fn deref(&self) -> &QPropertyValueRemovedChangeBase

Calls C++ function: Qt3DCore::QPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QPropertyValueRemovedChangeBase*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

type Target = QPropertyValueRemovedChangeBase

The resulting type after dereferencing.
Source§

impl DynamicCast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn dynamic_cast( ptr: Ptr<QStaticPropertyValueRemovedChangeBase>, ) -> Ptr<QPropertyNodeRemovedChange>

Calls C++ function: Qt3DCore::QPropertyNodeRemovedChange* dynamic_cast<Qt3DCore::QPropertyNodeRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

impl DynamicCast<QPropertyValueRemovedChange> for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn dynamic_cast( ptr: Ptr<QStaticPropertyValueRemovedChangeBase>, ) -> Ptr<QPropertyValueRemovedChange>

Calls C++ function: Qt3DCore::QPropertyValueRemovedChange* dynamic_cast<Qt3DCore::QPropertyValueRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

impl DynamicCast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChangeBase

Source§

unsafe fn dynamic_cast( ptr: Ptr<QPropertyValueRemovedChangeBase>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* dynamic_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChangeBase* ptr).

Source§

impl DynamicCast<QStaticPropertyValueRemovedChangeBase> for QSceneChange

Source§

unsafe fn dynamic_cast( ptr: Ptr<QSceneChange>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* dynamic_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QSceneChange* ptr).

Source§

impl StaticDowncast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn static_downcast( ptr: Ptr<QStaticPropertyValueRemovedChangeBase>, ) -> Ptr<QPropertyNodeRemovedChange>

Calls C++ function: Qt3DCore::QPropertyNodeRemovedChange* static_cast<Qt3DCore::QPropertyNodeRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

impl StaticDowncast<QPropertyValueRemovedChange> for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn static_downcast( ptr: Ptr<QStaticPropertyValueRemovedChangeBase>, ) -> Ptr<QPropertyValueRemovedChange>

Calls C++ function: Qt3DCore::QPropertyValueRemovedChange* static_cast<Qt3DCore::QPropertyValueRemovedChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

impl StaticDowncast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChangeBase

Source§

unsafe fn static_downcast( ptr: Ptr<QPropertyValueRemovedChangeBase>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChangeBase* ptr).

Source§

impl StaticDowncast<QStaticPropertyValueRemovedChangeBase> for QSceneChange

Source§

unsafe fn static_downcast( ptr: Ptr<QSceneChange>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QSceneChange* ptr).

Source§

impl StaticUpcast<QPropertyValueRemovedChangeBase> for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn static_upcast( ptr: Ptr<QStaticPropertyValueRemovedChangeBase>, ) -> Ptr<QPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QPropertyValueRemovedChangeBase*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

impl StaticUpcast<QSceneChange> for QStaticPropertyValueRemovedChangeBase

Source§

unsafe fn static_upcast( ptr: Ptr<QStaticPropertyValueRemovedChangeBase>, ) -> Ptr<QSceneChange>

Calls C++ function: Qt3DCore::QSceneChange* static_cast<Qt3DCore::QSceneChange*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr).

Source§

impl StaticUpcast<QStaticPropertyValueRemovedChangeBase> for QPropertyNodeRemovedChange

Source§

unsafe fn static_upcast( ptr: Ptr<QPropertyNodeRemovedChange>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyNodeRemovedChange* ptr).

Source§

impl StaticUpcast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChange

Source§

unsafe fn static_upcast( ptr: Ptr<QPropertyValueRemovedChange>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>

Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChange* ptr).

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<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
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.