[][src]Struct qt_charts::QPieModelMapper

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

C++ class: QtCharts::QPieModelMapper.

Methods

impl QPieModelMapper[src]

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

Calls C++ function: virtual const QMetaObject* QtCharts::QPieModelMapper::metaObject() 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 QtCharts::QPieModelMapper::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* QtCharts::QPieModelMapper::qt_metacast(const char* arg1).

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

Returns a reference to the staticMetaObject field.

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

Calls C++ function: static QString QtCharts::QPieModelMapper::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 QtCharts::QPieModelMapper::trUtf8(const char* s, const char* c, int n).

Trait Implementations

impl CppDeletable for QPieModelMapper[src]

unsafe fn delete(&self)[src]

Calls C++ function: [destructor] void QtCharts::QPieModelMapper::~QPieModelMapper().

impl Deref for QPieModelMapper[src]

type Target = QObject

The resulting type after dereferencing.

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

Calls C++ function: QObject* static_cast<QObject*>(QtCharts::QPieModelMapper* ptr).

impl DynamicCast<QHPieModelMapper> for QPieModelMapper[src]

unsafe fn dynamic_cast(ptr: Ptr<QPieModelMapper>) -> Ptr<QHPieModelMapper>[src]

Calls C++ function: QtCharts::QHPieModelMapper* dynamic_cast<QtCharts::QHPieModelMapper*>(QtCharts::QPieModelMapper* ptr).

impl DynamicCast<QPieModelMapper> for QObject[src]

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

Calls C++ function: QtCharts::QPieModelMapper* dynamic_cast<QtCharts::QPieModelMapper*>(QObject* ptr).

impl DynamicCast<QVPieModelMapper> for QPieModelMapper[src]

unsafe fn dynamic_cast(ptr: Ptr<QPieModelMapper>) -> Ptr<QVPieModelMapper>[src]

Calls C++ function: QtCharts::QVPieModelMapper* dynamic_cast<QtCharts::QVPieModelMapper*>(QtCharts::QPieModelMapper* ptr).

impl StaticDowncast<QHPieModelMapper> for QPieModelMapper[src]

unsafe fn static_downcast(ptr: Ptr<QPieModelMapper>) -> Ptr<QHPieModelMapper>[src]

Calls C++ function: QtCharts::QHPieModelMapper* static_cast<QtCharts::QHPieModelMapper*>(QtCharts::QPieModelMapper* ptr).

impl StaticDowncast<QPieModelMapper> for QObject[src]

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

Calls C++ function: QtCharts::QPieModelMapper* static_cast<QtCharts::QPieModelMapper*>(QObject* ptr).

impl StaticDowncast<QVPieModelMapper> for QPieModelMapper[src]

unsafe fn static_downcast(ptr: Ptr<QPieModelMapper>) -> Ptr<QVPieModelMapper>[src]

Calls C++ function: QtCharts::QVPieModelMapper* static_cast<QtCharts::QVPieModelMapper*>(QtCharts::QPieModelMapper* ptr).

impl StaticUpcast<QObject> for QPieModelMapper[src]

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

Calls C++ function: QObject* static_cast<QObject*>(QtCharts::QPieModelMapper* ptr).

impl StaticUpcast<QPieModelMapper> for QHPieModelMapper[src]

unsafe fn static_upcast(ptr: Ptr<QHPieModelMapper>) -> Ptr<QPieModelMapper>[src]

Calls C++ function: QtCharts::QPieModelMapper* static_cast<QtCharts::QPieModelMapper*>(QtCharts::QHPieModelMapper* ptr).

impl StaticUpcast<QPieModelMapper> for QVPieModelMapper[src]

unsafe fn static_upcast(ptr: Ptr<QVPieModelMapper>) -> Ptr<QPieModelMapper>[src]

Calls C++ function: QtCharts::QPieModelMapper* static_cast<QtCharts::QPieModelMapper*>(QtCharts::QVPieModelMapper* 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.