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