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
PythonWebHelpClient Class Reference

#include <helpclient.h>

Inheritance diagram for PythonWebHelpClient:
Collaboration diagram for PythonWebHelpClient:

Public Member Functions

 PythonWebHelpClient () noexcept=default
 ~PythonWebHelpClient () override=default
bool activateIdentifier (const QString &identifier, QString *errorMessage) override
Public Member Functions inherited from WebHelpClient
 WebHelpClient () noexcept=default
 ~WebHelpClient () override=default
bool showPage (const QString &path, QString *errorMessage) override
bool activateIdentifier (const QString &identifier, QString *errorMessage) override
QString documentUrl (const QString &module) const override
Public Member Functions inherited from HelpClient
 HelpClient () noexcept=default
virtual ~HelpClient ()=default
QString designerManualUrl () const

Additional Inherited Members

Static Public Member Functions inherited from HelpClient
static std::unique_ptr< HelpClientcreate (HelpClientType type)

Detailed Description

Definition at line 51 of file helpclient.h.

Constructor & Destructor Documentation

◆ PythonWebHelpClient()

PythonWebHelpClient::PythonWebHelpClient ( )
defaultnoexcept

◆ ~PythonWebHelpClient()

PythonWebHelpClient::~PythonWebHelpClient ( )
overridedefault

Member Function Documentation

◆ activateIdentifier()

bool PythonWebHelpClient::activateIdentifier ( const QString & identifier,
QString * errorMessage )
overridevirtual

Implements HelpClient.

Definition at line 92 of file helpclient.cpp.

References WebHelpClient::showPage().

Here is the call graph for this function:

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