Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlModuleRegistration Class Reference

#include <qqmlmoduleregistration.h>

+ Collaboration diagram for QQmlModuleRegistration:

Public Member Functions

 QQmlModuleRegistration (const char *uri, void(*registerFunction)())
 
 ~QQmlModuleRegistration ()
 

Detailed Description

Definition at line 12 of file qqmlmoduleregistration.h.

Constructor & Destructor Documentation

◆ QQmlModuleRegistration()

QQmlModuleRegistration::QQmlModuleRegistration ( const char * uri,
void(*)() registerFunction )

Definition at line 15 of file qqmlmoduleregistration.cpp.

References QQmlMetaType::qmlInsertModuleRegistration(), and QQmlModuleRegistrationPrivate::uri.

+ Here is the call graph for this function:

◆ ~QQmlModuleRegistration()

QQmlModuleRegistration::~QQmlModuleRegistration ( )

Definition at line 30 of file qqmlmoduleregistration.cpp.

References QQmlMetaType::qmlRemoveModuleRegistration(), and QQmlModuleRegistrationPrivate::uri.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: