#[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
.
The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events
Implementations§
Source§impl QStaticPropertyValueRemovedChangeBase
impl QStaticPropertyValueRemovedChangeBase
Sourcepub unsafe fn property_name(&self) -> *const c_char
pub unsafe fn property_name(&self) -> *const c_char
Returns name of the property.
Calls C++ function: const char* Qt3DCore::QStaticPropertyValueRemovedChangeBase::propertyName() const
.
Returns name of the property.
See also setPropertyName().
Sourcepub unsafe fn set_property_name(&self, name: *const c_char)
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)
.
Sets the property change name.
See also propertyName().
Methods from Deref<Target = QSceneChange>§
Sourcepub unsafe fn delivery_flags(&self) -> QFlags<DeliveryFlag>
pub unsafe fn delivery_flags(&self) -> QFlags<DeliveryFlag>
Returns the set delivery flags
Calls C++ function: QFlags<Qt3DCore::QSceneChange::DeliveryFlag> Qt3DCore::QSceneChange::deliveryFlags() const
.
Returns the set delivery flags
See also setDeliveryFlags().
Sourcepub unsafe fn set_delivery_flags(&self, flags: QFlags<DeliveryFlag>)
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)
.
Set the Delivery flags of the change to flags
See also deliveryFlags().
Sourcepub unsafe fn subject_id(&self) -> CppBox<QNodeId>
pub unsafe fn subject_id(&self) -> CppBox<QNodeId>
Returns scene change subject id.
Calls C++ function: Qt3DCore::QNodeId Qt3DCore::QSceneChange::subjectId() const
.
Returns scene change subject id.
Sourcepub unsafe fn type_(&self) -> ChangeFlag
pub unsafe fn type_(&self) -> ChangeFlag
Returns scene change type.
Calls C++ function: Qt3DCore::ChangeFlag Qt3DCore::QSceneChange::type() const
.
Returns scene change type.
Trait Implementations§
Source§impl CppDeletable for QStaticPropertyValueRemovedChangeBase
impl CppDeletable for QStaticPropertyValueRemovedChangeBase
Source§impl Deref for QStaticPropertyValueRemovedChangeBase
impl Deref for QStaticPropertyValueRemovedChangeBase
Source§fn deref(&self) -> &QPropertyValueRemovedChangeBase
fn deref(&self) -> &QPropertyValueRemovedChangeBase
Calls C++ function: Qt3DCore::QPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QPropertyValueRemovedChangeBase*>(Qt3DCore::QStaticPropertyValueRemovedChangeBase* ptr)
.
Source§type Target = QPropertyValueRemovedChangeBase
type Target = QPropertyValueRemovedChangeBase
Source§impl DynamicCast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase
impl DynamicCast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase
Source§unsafe fn dynamic_cast(
ptr: Ptr<QStaticPropertyValueRemovedChangeBase>,
) -> Ptr<QPropertyNodeRemovedChange>
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
impl DynamicCast<QPropertyValueRemovedChange> for QStaticPropertyValueRemovedChangeBase
Source§unsafe fn dynamic_cast(
ptr: Ptr<QStaticPropertyValueRemovedChangeBase>,
) -> Ptr<QPropertyValueRemovedChange>
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
impl DynamicCast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChangeBase
Source§unsafe fn dynamic_cast(
ptr: Ptr<QPropertyValueRemovedChangeBase>,
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
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
impl DynamicCast<QStaticPropertyValueRemovedChangeBase> for QSceneChange
Source§unsafe fn dynamic_cast(
ptr: Ptr<QSceneChange>,
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
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
impl StaticDowncast<QPropertyNodeRemovedChange> for QStaticPropertyValueRemovedChangeBase
Source§unsafe fn static_downcast(
ptr: Ptr<QStaticPropertyValueRemovedChangeBase>,
) -> Ptr<QPropertyNodeRemovedChange>
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
impl StaticDowncast<QPropertyValueRemovedChange> for QStaticPropertyValueRemovedChangeBase
Source§unsafe fn static_downcast(
ptr: Ptr<QStaticPropertyValueRemovedChangeBase>,
) -> Ptr<QPropertyValueRemovedChange>
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
impl StaticDowncast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChangeBase
Source§unsafe fn static_downcast(
ptr: Ptr<QPropertyValueRemovedChangeBase>,
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
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
impl StaticDowncast<QStaticPropertyValueRemovedChangeBase> for QSceneChange
Source§unsafe fn static_downcast(
ptr: Ptr<QSceneChange>,
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
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
impl StaticUpcast<QPropertyValueRemovedChangeBase> for QStaticPropertyValueRemovedChangeBase
Source§unsafe fn static_upcast(
ptr: Ptr<QStaticPropertyValueRemovedChangeBase>,
) -> Ptr<QPropertyValueRemovedChangeBase>
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
impl StaticUpcast<QSceneChange> for QStaticPropertyValueRemovedChangeBase
Source§unsafe fn static_upcast(
ptr: Ptr<QStaticPropertyValueRemovedChangeBase>,
) -> Ptr<QSceneChange>
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
impl StaticUpcast<QStaticPropertyValueRemovedChangeBase> for QPropertyNodeRemovedChange
Source§unsafe fn static_upcast(
ptr: Ptr<QPropertyNodeRemovedChange>,
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
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
impl StaticUpcast<QStaticPropertyValueRemovedChangeBase> for QPropertyValueRemovedChange
Source§unsafe fn static_upcast(
ptr: Ptr<QPropertyValueRemovedChange>,
) -> Ptr<QStaticPropertyValueRemovedChangeBase>
unsafe fn static_upcast( ptr: Ptr<QPropertyValueRemovedChange>, ) -> Ptr<QStaticPropertyValueRemovedChangeBase>
Calls C++ function: Qt3DCore::QStaticPropertyValueRemovedChangeBase* static_cast<Qt3DCore::QStaticPropertyValueRemovedChangeBase*>(Qt3DCore::QPropertyValueRemovedChange* ptr)
.