Struct qmetaobject::qtdeclarative::QmlComponent[][src]

#[repr(C)]
pub struct QmlComponent { /* fields omitted */ }
Expand description

Wrapper for QQmlComponent

Implementations

Create a QmlComponent using the QmlEngine.

Returns a pointer to the underlying QQmlComponent. Similar to QObject::get_cpp_object()

Performs QQmlComponent::loadUrl

Performs QQmlComponent::setData with a default url

Performs QQmlComponent::setData

Performs QQmlComponent::create

Performs QQmlComponent::status

See Qt documentation for QQmlComponent::statusChanged

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.