#[repr(C)]pub struct QGeometryFactory { /* private fields */ }Expand description
C++ class: Qt3DRender::QGeometryFactory.
Implementations§
Methods from Deref<Target = QAbstractFunctor>§
Trait Implementations§
Source§impl CppDeletable for QGeometryFactory
impl CppDeletable for QGeometryFactory
Source§impl Deref for QGeometryFactory
impl Deref for QGeometryFactory
Source§fn deref(&self) -> &QAbstractFunctor
fn deref(&self) -> &QAbstractFunctor
Calls C++ function: Qt3DRender::QAbstractFunctor* static_cast<Qt3DRender::QAbstractFunctor*>(Qt3DRender::QGeometryFactory* ptr).
Source§type Target = QAbstractFunctor
type Target = QAbstractFunctor
Source§impl DynamicCast<QGeometryFactory> for QAbstractFunctor
impl DynamicCast<QGeometryFactory> for QAbstractFunctor
Source§unsafe fn dynamic_cast(ptr: Ptr<QAbstractFunctor>) -> Ptr<QGeometryFactory>
unsafe fn dynamic_cast(ptr: Ptr<QAbstractFunctor>) -> Ptr<QGeometryFactory>
Calls C++ function: Qt3DRender::QGeometryFactory* dynamic_cast<Qt3DRender::QGeometryFactory*>(Qt3DRender::QAbstractFunctor* ptr).
Source§impl PartialEq<Ref<QGeometryFactory>> for QGeometryFactory
impl PartialEq<Ref<QGeometryFactory>> for QGeometryFactory
Source§fn eq(&self, other: &Ref<QGeometryFactory>) -> bool
fn eq(&self, other: &Ref<QGeometryFactory>) -> bool
Compares the factory with the factory specified in other. Returns true if they are equal.
Calls C++ function: pure virtual bool Qt3DRender::QGeometryFactory::operator==(const Qt3DRender::QGeometryFactory& other) const.
Compares the factory with the factory specified in other. Returns true if they are equal.
Source§impl StaticDowncast<QGeometryFactory> for QAbstractFunctor
impl StaticDowncast<QGeometryFactory> for QAbstractFunctor
Source§unsafe fn static_downcast(ptr: Ptr<QAbstractFunctor>) -> Ptr<QGeometryFactory>
unsafe fn static_downcast(ptr: Ptr<QAbstractFunctor>) -> Ptr<QGeometryFactory>
Calls C++ function: Qt3DRender::QGeometryFactory* static_cast<Qt3DRender::QGeometryFactory*>(Qt3DRender::QAbstractFunctor* ptr).
Source§impl StaticUpcast<QAbstractFunctor> for QGeometryFactory
impl StaticUpcast<QAbstractFunctor> for QGeometryFactory
Source§unsafe fn static_upcast(ptr: Ptr<QGeometryFactory>) -> Ptr<QAbstractFunctor>
unsafe fn static_upcast(ptr: Ptr<QGeometryFactory>) -> Ptr<QAbstractFunctor>
Calls C++ function: Qt3DRender::QAbstractFunctor* static_cast<Qt3DRender::QAbstractFunctor*>(Qt3DRender::QGeometryFactory* ptr).