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
QQmlLSHelpPluginInterface Class Referenceabstract

#include <qqmllshelpplugininterface_p.h>

Inheritance diagram for QQmlLSHelpPluginInterface:
Collaboration diagram for QQmlLSHelpPluginInterface:

Public Member Functions

 QQmlLSHelpPluginInterface ()=default
virtual ~QQmlLSHelpPluginInterface ()=default
virtual std::unique_ptr< QQmlLSHelpProviderBaseinitialize (const QString &collectionFile, QObject *parent)=0

Detailed Description

Definition at line 49 of file qqmllshelpplugininterface_p.h.

Constructor & Destructor Documentation

◆ QQmlLSHelpPluginInterface()

QQmlLSHelpPluginInterface::QQmlLSHelpPluginInterface ( )
default

◆ ~QQmlLSHelpPluginInterface()

virtual QQmlLSHelpPluginInterface::~QQmlLSHelpPluginInterface ( )
virtualdefault

Member Function Documentation

◆ initialize()

virtual std::unique_ptr< QQmlLSHelpProviderBase > QQmlLSHelpPluginInterface::initialize ( const QString & collectionFile,
QObject * parent )
pure virtual

Implemented in QHelpEnginePlugin.


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