[][src]Struct qt_3d_extras::QTorusGeometry

#[repr(C)]pub struct QTorusGeometry { /* fields omitted */ }

The QTorusGeometry class allows creation of a torus in 3D space.

C++ class: Qt3DExtras::QTorusGeometry.

C++ documentation:

The QTorusGeometry class allows creation of a torus in 3D space.

The QTorusGeometry class is most commonly used internally by the QTorusMesh but can also be used in custom Qt3DRender::QGeometryRenderer subclasses.

Methods

impl QTorusGeometry[src]

pub fn slot_set_rings(&self) -> Receiver<(c_int,)>[src]

Holds the number of rings in the torus.

Returns a built-in Qt slot Qt3DExtras::QTorusGeometry::setRings that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the number of rings in the torus.

Access functions:

int rings() const
void setRings(int rings)

Notifier signal:

void ringsChanged(int rings)

pub fn slot_set_slices(&self) -> Receiver<(c_int,)>[src]

Holds the number of slices in the torus.

Returns a built-in Qt slot Qt3DExtras::QTorusGeometry::setSlices that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the number of slices in the torus.

Access functions:

int slices() const
void setSlices(int slices)

Notifier signal:

void slicesChanged(int slices)

pub fn slot_set_radius(&self) -> Receiver<(c_float,)>[src]

Holds the outer radius of the torus.

Returns a built-in Qt slot Qt3DExtras::QTorusGeometry::setRadius that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the outer radius of the torus.

Access functions:

float radius() const
void setRadius(float radius)

Notifier signal:

void radiusChanged(float radius)

pub fn slot_set_minor_radius(&self) -> Receiver<(c_float,)>[src]

Holds the inner radius of the torus.

Returns a built-in Qt slot Qt3DExtras::QTorusGeometry::setMinorRadius that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the inner radius of the torus.

Access functions:

float minorRadius() const
void setMinorRadius(float minorRadius)

Notifier signal:

void minorRadiusChanged(float minorRadius)

pub fn radius_changed(&self) -> Signal<(c_float,)>[src]

Holds the outer radius of the torus.

Returns a built-in Qt signal Qt3DExtras::QTorusGeometry::radiusChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the outer radius of the torus.

Access functions:

float radius() const
void setRadius(float radius)

Notifier signal:

void radiusChanged(float radius)

pub fn rings_changed(&self) -> Signal<(c_int,)>[src]

Holds the number of rings in the torus.

Returns a built-in Qt signal Qt3DExtras::QTorusGeometry::ringsChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the number of rings in the torus.

Access functions:

int rings() const
void setRings(int rings)

Notifier signal:

void ringsChanged(int rings)

pub fn slices_changed(&self) -> Signal<(c_int,)>[src]

Holds the number of slices in the torus.

Returns a built-in Qt signal Qt3DExtras::QTorusGeometry::slicesChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the number of slices in the torus.

Access functions:

int slices() const
void setSlices(int slices)

Notifier signal:

void slicesChanged(int slices)

pub fn minor_radius_changed(&self) -> Signal<(c_float,)>[src]

Holds the inner radius of the torus.

Returns a built-in Qt signal Qt3DExtras::QTorusGeometry::minorRadiusChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the inner radius of the torus.

Access functions:

float minorRadius() const
void setMinorRadius(float minorRadius)

Notifier signal:

void minorRadiusChanged(float minorRadius)

pub unsafe fn index_attribute(&self) -> QPtr<QAttribute>[src]

Holds the geometry index attribute.

Calls C++ function: Qt3DRender::QAttribute* Qt3DExtras::QTorusGeometry::indexAttribute() const.

C++ documentation:

Holds the geometry index attribute.

Access functions:

Qt3DRender::QAttribute *indexAttribute() const

pub unsafe fn meta_object(&self) -> Ptr<QMetaObject>[src]

Calls C++ function: virtual const QMetaObject* Qt3DExtras::QTorusGeometry::metaObject() const.

pub unsafe fn minor_radius(&self) -> c_float[src]

Holds the inner radius of the torus.

Calls C++ function: float Qt3DExtras::QTorusGeometry::minorRadius() const.

C++ documentation:

Holds the inner radius of the torus.

Access functions:

float minorRadius() const
void setMinorRadius(float minorRadius)

Notifier signal:

void minorRadiusChanged(float minorRadius)

pub unsafe fn new_1a(parent: impl CastInto<Ptr<QNode>>) -> QBox<QTorusGeometry>[src]

Constructs a new QTorusGeometry with parent.

Calls C++ function: [constructor] void Qt3DExtras::QTorusGeometry::QTorusGeometry(Qt3DCore::QNode* parent = …).

C++ documentation:

Constructs a new QTorusGeometry with parent.

pub unsafe fn new_0a() -> QBox<QTorusGeometry>[src]

The QTorusGeometry class allows creation of a torus in 3D space.

Calls C++ function: [constructor] void Qt3DExtras::QTorusGeometry::QTorusGeometry().

C++ documentation:

The QTorusGeometry class allows creation of a torus in 3D space.

The QTorusGeometry class is most commonly used internally by the QTorusMesh but can also be used in custom Qt3DRender::QGeometryRenderer subclasses.

pub unsafe fn normal_attribute(&self) -> QPtr<QAttribute>[src]

Holds the geometry normal attribute.

Calls C++ function: Qt3DRender::QAttribute* Qt3DExtras::QTorusGeometry::normalAttribute() const.

C++ documentation:

Holds the geometry normal attribute.

Access functions:

Qt3DRender::QAttribute *normalAttribute() const

pub unsafe fn position_attribute(&self) -> QPtr<QAttribute>[src]

Holds the geometry position attribute.

Calls C++ function: Qt3DRender::QAttribute* Qt3DExtras::QTorusGeometry::positionAttribute() const.

C++ documentation:

Holds the geometry position attribute.

Access functions:

Qt3DRender::QAttribute *positionAttribute() const

pub unsafe fn qt_metacall(
    &self,
    arg1: Call,
    arg2: c_int,
    arg3: *mut *mut c_void
) -> c_int
[src]

Calls C++ function: virtual int Qt3DExtras::QTorusGeometry::qt_metacall(QMetaObject::Call arg1, int arg2, void** arg3).

pub unsafe fn qt_metacast(&self, arg1: *const c_char) -> *mut c_void[src]

Calls C++ function: virtual void* Qt3DExtras::QTorusGeometry::qt_metacast(const char* arg1).

pub unsafe fn radius(&self) -> c_float[src]

Holds the outer radius of the torus.

Calls C++ function: float Qt3DExtras::QTorusGeometry::radius() const.

C++ documentation:

Holds the outer radius of the torus.

Access functions:

float radius() const
void setRadius(float radius)

Notifier signal:

void radiusChanged(float radius)

pub unsafe fn rings(&self) -> c_int[src]

Holds the number of rings in the torus.

Calls C++ function: int Qt3DExtras::QTorusGeometry::rings() const.

C++ documentation:

Holds the number of rings in the torus.

Access functions:

int rings() const
void setRings(int rings)

Notifier signal:

void ringsChanged(int rings)

pub unsafe fn set_minor_radius(&self, minor_radius: c_float)[src]

Holds the inner radius of the torus.

Calls C++ function: [slot] void Qt3DExtras::QTorusGeometry::setMinorRadius(float minorRadius).

C++ documentation:

Holds the inner radius of the torus.

Access functions:

float minorRadius() const
void setMinorRadius(float minorRadius)

Notifier signal:

void minorRadiusChanged(float minorRadius)

pub unsafe fn set_radius(&self, radius: c_float)[src]

Holds the outer radius of the torus.

Calls C++ function: [slot] void Qt3DExtras::QTorusGeometry::setRadius(float radius).

C++ documentation:

Holds the outer radius of the torus.

Access functions:

float radius() const
void setRadius(float radius)

Notifier signal:

void radiusChanged(float radius)

pub unsafe fn set_rings(&self, rings: c_int)[src]

Holds the number of rings in the torus.

Calls C++ function: [slot] void Qt3DExtras::QTorusGeometry::setRings(int rings).

C++ documentation:

Holds the number of rings in the torus.

Access functions:

int rings() const
void setRings(int rings)

Notifier signal:

void ringsChanged(int rings)

pub unsafe fn set_slices(&self, slices: c_int)[src]

Holds the number of slices in the torus.

Calls C++ function: [slot] void Qt3DExtras::QTorusGeometry::setSlices(int slices).

C++ documentation:

Holds the number of slices in the torus.

Access functions:

int slices() const
void setSlices(int slices)

Notifier signal:

void slicesChanged(int slices)

pub unsafe fn slices(&self) -> c_int[src]

Holds the number of slices in the torus.

Calls C++ function: int Qt3DExtras::QTorusGeometry::slices() const.

C++ documentation:

Holds the number of slices in the torus.

Access functions:

int slices() const
void setSlices(int slices)

Notifier signal:

void slicesChanged(int slices)

pub unsafe fn static_meta_object() -> Ref<QMetaObject>[src]

Returns a reference to the staticMetaObject field.

pub unsafe fn tex_coord_attribute(&self) -> QPtr<QAttribute>[src]

Holds the geometry texture coordinate attribute.

Calls C++ function: Qt3DRender::QAttribute* Qt3DExtras::QTorusGeometry::texCoordAttribute() const.

C++ documentation:

Holds the geometry texture coordinate attribute.

Access functions:

Qt3DRender::QAttribute *texCoordAttribute() const

pub unsafe fn tr(
    s: *const c_char,
    c: *const c_char,
    n: c_int
) -> CppBox<QString>
[src]

Calls C++ function: static QString Qt3DExtras::QTorusGeometry::tr(const char* s, const char* c, int n).

pub unsafe fn tr_utf8(
    s: *const c_char,
    c: *const c_char,
    n: c_int
) -> CppBox<QString>
[src]

Calls C++ function: static QString Qt3DExtras::QTorusGeometry::trUtf8(const char* s, const char* c, int n).

pub unsafe fn update_indices(&self)[src]

Updates indices based on rings and slices properties.

Calls C++ function: void Qt3DExtras::QTorusGeometry::updateIndices().

C++ documentation:

Updates indices based on rings and slices properties.

pub unsafe fn update_vertices(&self)[src]

Updates vertices based on rings, slices, and radius properties.

Calls C++ function: void Qt3DExtras::QTorusGeometry::updateVertices().

C++ documentation:

Updates vertices based on rings, slices, and radius properties.

Methods from Deref<Target = QGeometry>

pub fn slot_set_bounding_volume_position_attribute(
    &self
) -> Receiver<(*mut QAttribute,)>
[src]

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

Returns a built-in Qt slot Qt3DRender::QGeometry::setBoundingVolumePositionAttribute that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

If unspecified, the system will look for the attribute using the name returned by QAttribute::defaultPositionAttributeName.

Access functions:

QAttribute *boundingVolumePositionAttribute() const
void setBoundingVolumePositionAttribute(QAttribute *boundingVolumePositionAttribute)

Notifier signal:

void boundingVolumePositionAttributeChanged(QAttribute *boundingVolumePositionAttribute)

See also Qt3DRender::QAttribute.

pub fn bounding_volume_position_attribute_changed(
    &self
) -> Signal<(*mut QAttribute,)>
[src]

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

Returns a built-in Qt signal Qt3DRender::QGeometry::boundingVolumePositionAttributeChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

If unspecified, the system will look for the attribute using the name returned by QAttribute::defaultPositionAttributeName.

Access functions:

QAttribute *boundingVolumePositionAttribute() const
void setBoundingVolumePositionAttribute(QAttribute *boundingVolumePositionAttribute)

Notifier signal:

void boundingVolumePositionAttributeChanged(QAttribute *boundingVolumePositionAttribute)

See also Qt3DRender::QAttribute.

pub unsafe fn add_attribute(&self, attribute: impl CastInto<Ptr<QAttribute>>)[src]

Adds an attribute to this geometry.

Calls C++ function: void Qt3DRender::QGeometry::addAttribute(Qt3DRender::QAttribute* attribute).

C++ documentation:

Adds an attribute to this geometry.

pub unsafe fn attributes(&self) -> CppBox<QVectorOfQAttribute>[src]

Returns the list of attributes in this geometry.

Calls C++ function: QVector<Qt3DRender::QAttribute*> Qt3DRender::QGeometry::attributes() const.

C++ documentation:

Returns the list of attributes in this geometry.

pub unsafe fn bounding_volume_position_attribute(&self) -> QPtr<QAttribute>[src]

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

Calls C++ function: Qt3DRender::QAttribute* Qt3DRender::QGeometry::boundingVolumePositionAttribute() const.

C++ documentation:

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

If unspecified, the system will look for the attribute using the name returned by QAttribute::defaultPositionAttributeName.

Access functions:

QAttribute *boundingVolumePositionAttribute() const
void setBoundingVolumePositionAttribute(QAttribute *boundingVolumePositionAttribute)

Notifier signal:

void boundingVolumePositionAttributeChanged(QAttribute *boundingVolumePositionAttribute)

See also Qt3DRender::QAttribute.

pub unsafe fn max_extent(&self) -> CppBox<QVector3D>[src]

This is supported on cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.

Holds the vertex with the highest x, y, z position values.

Calls C++ function: QVector3D Qt3DRender::QGeometry::maxExtent() const.

C++ documentation:

Holds the vertex with the highest x, y, z position values.

Access functions:

QVector3D maxExtent() const

Notifier signal:

void maxExtentChanged(const QVector3D &maxExtent)

pub unsafe fn max_extent_changed(
    &self,
    max_extent: impl CastInto<Ref<QVector3D>>
)
[src]

This is supported on cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.

Holds the vertex with the highest x, y, z position values.

Calls C++ function: void Qt3DRender::QGeometry::maxExtentChanged(const QVector3D& maxExtent).

C++ documentation:

Holds the vertex with the highest x, y, z position values.

Access functions:

QVector3D maxExtent() const

Notifier signal:

void maxExtentChanged(const QVector3D &maxExtent)

pub unsafe fn meta_object(&self) -> Ptr<QMetaObject>[src]

Calls C++ function: virtual const QMetaObject* Qt3DRender::QGeometry::metaObject() const.

pub unsafe fn min_extent(&self) -> CppBox<QVector3D>[src]

This is supported on cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.

Holds the vertex with the lowest x, y, z position values.

Calls C++ function: QVector3D Qt3DRender::QGeometry::minExtent() const.

C++ documentation:

Holds the vertex with the lowest x, y, z position values.

Access functions:

QVector3D minExtent() const

Notifier signal:

void minExtentChanged(const QVector3D &minExtent)

pub unsafe fn min_extent_changed(
    &self,
    min_extent: impl CastInto<Ref<QVector3D>>
)
[src]

This is supported on cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.

Holds the vertex with the lowest x, y, z position values.

Calls C++ function: void Qt3DRender::QGeometry::minExtentChanged(const QVector3D& minExtent).

C++ documentation:

Holds the vertex with the lowest x, y, z position values.

Access functions:

QVector3D minExtent() const

Notifier signal:

void minExtentChanged(const QVector3D &minExtent)

pub unsafe fn qt_metacall(
    &self,
    arg1: Call,
    arg2: i32,
    arg3: *mut *mut c_void
) -> i32
[src]

Calls C++ function: virtual int Qt3DRender::QGeometry::qt_metacall(QMetaObject::Call arg1, int arg2, void** arg3).

pub unsafe fn qt_metacast(&self, arg1: *const i8) -> *mut c_void[src]

Calls C++ function: virtual void* Qt3DRender::QGeometry::qt_metacast(const char* arg1).

pub unsafe fn remove_attribute(&self, attribute: impl CastInto<Ptr<QAttribute>>)[src]

Removes the given attribute from this geometry.

Calls C++ function: void Qt3DRender::QGeometry::removeAttribute(Qt3DRender::QAttribute* attribute).

C++ documentation:

Removes the given attribute from this geometry.

pub unsafe fn set_bounding_volume_position_attribute(
    &self,
    bounding_volume_position_attribute: impl CastInto<Ptr<QAttribute>>
)
[src]

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

Calls C++ function: [slot] void Qt3DRender::QGeometry::setBoundingVolumePositionAttribute(Qt3DRender::QAttribute* boundingVolumePositionAttribute).

C++ documentation:

Holds the attribute used to compute the bounding volume. The bounding volume is used internally for picking and view frustum culling.

If unspecified, the system will look for the attribute using the name returned by QAttribute::defaultPositionAttributeName.

Access functions:

QAttribute *boundingVolumePositionAttribute() const
void setBoundingVolumePositionAttribute(QAttribute *boundingVolumePositionAttribute)

Notifier signal:

void boundingVolumePositionAttributeChanged(QAttribute *boundingVolumePositionAttribute)

See also Qt3DRender::QAttribute.

Trait Implementations

impl CppDeletable for QTorusGeometry[src]

unsafe fn delete(&self)[src]

Calls C++ function: virtual [destructor] void Qt3DExtras::QTorusGeometry::~QTorusGeometry().

impl Deref for QTorusGeometry[src]

type Target = QGeometry

The resulting type after dereferencing.

fn deref(&self) -> &QGeometry[src]

Calls C++ function: Qt3DRender::QGeometry* static_cast<Qt3DRender::QGeometry*>(Qt3DExtras::QTorusGeometry* ptr).

impl DynamicCast<QTorusGeometry> for QGeometry[src]

unsafe fn dynamic_cast(ptr: Ptr<QGeometry>) -> Ptr<QTorusGeometry>[src]

Calls C++ function: Qt3DExtras::QTorusGeometry* dynamic_cast<Qt3DExtras::QTorusGeometry*>(Qt3DRender::QGeometry* ptr).

impl DynamicCast<QTorusGeometry> for QNode[src]

unsafe fn dynamic_cast(ptr: Ptr<QNode>) -> Ptr<QTorusGeometry>[src]

Calls C++ function: Qt3DExtras::QTorusGeometry* dynamic_cast<Qt3DExtras::QTorusGeometry*>(Qt3DCore::QNode* ptr).

impl DynamicCast<QTorusGeometry> for QObject[src]

unsafe fn dynamic_cast(ptr: Ptr<QObject>) -> Ptr<QTorusGeometry>[src]

Calls C++ function: Qt3DExtras::QTorusGeometry* dynamic_cast<Qt3DExtras::QTorusGeometry*>(QObject* ptr).

impl StaticDowncast<QTorusGeometry> for QGeometry[src]

unsafe fn static_downcast(ptr: Ptr<QGeometry>) -> Ptr<QTorusGeometry>[src]

Calls C++ function: Qt3DExtras::QTorusGeometry* static_cast<Qt3DExtras::QTorusGeometry*>(Qt3DRender::QGeometry* ptr).

impl StaticDowncast<QTorusGeometry> for QNode[src]

unsafe fn static_downcast(ptr: Ptr<QNode>) -> Ptr<QTorusGeometry>[src]

Calls C++ function: Qt3DExtras::QTorusGeometry* static_cast<Qt3DExtras::QTorusGeometry*>(Qt3DCore::QNode* ptr).

impl StaticDowncast<QTorusGeometry> for QObject[src]

unsafe fn static_downcast(ptr: Ptr<QObject>) -> Ptr<QTorusGeometry>[src]

Calls C++ function: Qt3DExtras::QTorusGeometry* static_cast<Qt3DExtras::QTorusGeometry*>(QObject* ptr).

impl StaticUpcast<QGeometry> for QTorusGeometry[src]

unsafe fn static_upcast(ptr: Ptr<QTorusGeometry>) -> Ptr<QGeometry>[src]

Calls C++ function: Qt3DRender::QGeometry* static_cast<Qt3DRender::QGeometry*>(Qt3DExtras::QTorusGeometry* ptr).

impl StaticUpcast<QNode> for QTorusGeometry[src]

unsafe fn static_upcast(ptr: Ptr<QTorusGeometry>) -> Ptr<QNode>[src]

Calls C++ function: Qt3DCore::QNode* static_cast<Qt3DCore::QNode*>(Qt3DExtras::QTorusGeometry* ptr).

impl StaticUpcast<QObject> for QTorusGeometry[src]

unsafe fn static_upcast(ptr: Ptr<QTorusGeometry>) -> Ptr<QObject>[src]

Calls C++ function: QObject* static_cast<QObject*>(Qt3DExtras::QTorusGeometry* ptr).

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.