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

#include <helpclient.h>

Inheritance diagram for WebHelpClient:
Collaboration diagram for WebHelpClient:

Public Member Functions

 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 36 of file helpclient.h.

Constructor & Destructor Documentation

◆ WebHelpClient()

WebHelpClient::WebHelpClient ( )
defaultnoexcept

◆ ~WebHelpClient()

WebHelpClient::~WebHelpClient ( )
overridedefault

Member Function Documentation

◆ activateIdentifier()

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

Implements HelpClient.

Definition at line 70 of file helpclient.cpp.

References showPage().

Here is the call graph for this function:

◆ documentUrl()

QString WebHelpClient::documentUrl ( const QString & module) const
overridevirtual

Implements HelpClient.

Definition at line 77 of file helpclient.cpp.

◆ showPage()

bool WebHelpClient::showPage ( const QString & path,
QString * errorMessage )
overridevirtual

Implements HelpClient.

Definition at line 48 of file helpclient.cpp.

Referenced by PythonWebHelpClient::activateIdentifier(), and activateIdentifier().

Here is the caller graph for this function:

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