pub struct QQmlExtensionPluginData { /* private fields */ }
Expand description

Holds meta data relating to QQmlExtensionPlugin

Implementations

Constructs a QQmlExtensionPluginData with the given module identifier and C++ plugin name

Adds a given QObject as a QML type that will be registered in the QQmlExtensionPlugin

Generate the contents of the qmldir for this QQmlExtensionPluginData

Generate the contents of the plugin.cpp for this QQmlExtensionPluginData

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.