Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QmlPlugin Struct Reference
Collaboration diagram for QmlPlugin:

Public Types

using Loader = std::unique_ptr<QPluginLoader>
using Loader = std::unique_ptr<QPluginLoader>

Public Member Functions

QPluginLoaderloader () const
bool hasInstanceOrLoader () const
QString unloadOrErrorMessage () const
QPluginLoaderloader () const
bool hasInstanceOrLoader () const
QString unloadOrErrorMessage () const

Public Attributes

std::variant< Loader, QQmlExtensionPlugin * > data

Detailed Description

Definition at line 21 of file qqmlpluginimporter.cpp.

Member Typedef Documentation

◆ Loader [1/2]

using QmlPlugin::Loader = std::unique_ptr<QPluginLoader>

Definition at line 23 of file qqmlpluginimporter.cpp.

◆ Loader [2/2]

using QmlPlugin::Loader = std::unique_ptr<QPluginLoader>

Definition at line 23 of file qqmlpluginimporter.cpp.

Member Function Documentation

◆ hasInstanceOrLoader() [1/2]

bool QmlPlugin::hasInstanceOrLoader ( ) const
inline

Definition at line 31 of file qqmlpluginimporter.cpp.

◆ hasInstanceOrLoader() [2/2]

bool QmlPlugin::hasInstanceOrLoader ( ) const
inline

Definition at line 31 of file qqmlpluginimporter.cpp.

◆ loader() [1/2]

QPluginLoader * QmlPlugin::loader ( ) const
inline

Definition at line 24 of file qqmlpluginimporter.cpp.

◆ loader() [2/2]

QPluginLoader * QmlPlugin::loader ( ) const
inline

Definition at line 24 of file qqmlpluginimporter.cpp.

◆ unloadOrErrorMessage() [1/2]

QString QmlPlugin::unloadOrErrorMessage ( ) const
inline

Definition at line 38 of file qqmlpluginimporter.cpp.

◆ unloadOrErrorMessage() [2/2]

QString QmlPlugin::unloadOrErrorMessage ( ) const
inline

Definition at line 38 of file qqmlpluginimporter.cpp.

Member Data Documentation

◆ data

std::variant< Loader, QQmlExtensionPlugin * > QmlPlugin::data

Definition at line 53 of file qqmlpluginimporter.cpp.


The documentation for this struct was generated from the following file: