QHelpSearchResult 类

QHelpSearchResult 类提供关联搜索结果的数据。 更多...

头: #include <QHelpSearchResult>
qmake: QT += help
Since: Qt 5.9

该类在 Qt 5.9 引入。

公共函数

QHelpSearchResult (const QUrl & url , const QString & title , const QString & snippet )
QHelpSearchResult (const QHelpSearchResult & other )
QHelpSearchResult ()
QHelpSearchResult & operator= (const QHelpSearchResult & other )
~QHelpSearchResult ()
QString snippet () const
QString title () const
QUrl url () const

详细描述

The QHelpSearchResult object is a data object that describes a single search result. The vector of search result objects is returned by QHelpSearchEngine::searchResults (). The description of the search result contains the document title and URL that the search input matched. It also contains the snippet from the document content containing the best match of the search input.

另请参阅 QHelpSearchEngine .

成员函数文档编制

QHelpSearchResult:: QHelpSearchResult (const QUrl & url , const QString & title , const QString & snippet )

Constructs the search result containing url , title and snippet as the description of the result.

QHelpSearchResult:: QHelpSearchResult (const QHelpSearchResult & other )

构造副本为 other .

QHelpSearchResult:: QHelpSearchResult ()

Constructs a new empty QHelpSearchResult.

QHelpSearchResult &QHelpSearchResult:: operator= (const QHelpSearchResult & other )

赋值 other to this search result and returns a reference to this search result.

QHelpSearchResult:: ~QHelpSearchResult ()

Destroys the search result.

QString QHelpSearchResult:: snippet () const

Returns the document snippet containing the search phrase of the search result.

QString QHelpSearchResult:: title () const

Returns the document title of the search result.

QUrl QHelpSearchResult:: url () const

Returns the document URL of the search result.