以下成员源于类 QHelpSearchEngine 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(弃用)
|
SearchHit |
(弃用)
int
|
hitCount () const |
(弃用)
QList<QHelpSearchEngine::SearchHit>
|
hits (int start , int end ) const |
(弃用)
int
|
hitsCount () const |
(弃用)
QList<QHelpSearchQuery>
|
query () const |
(弃用)
void
|
search (const QList<QHelpSearchQuery> & queryList ) |
[deprecated]
QHelpSearchEngine::
SearchHit
This typedef is deprecated. We strongly advise against using it in new code.
使用 QHelpSearchResult 代替。
typedef 对于 QPair < QString , QString >. The values of that pair are the documentation file path and the page title.
另请参阅 hits ().
[deprecated]
int
QHelpSearchEngine::
hitCount
() const
This function is deprecated. We strongly advise against using it in new code.
使用 searchResultCount () 代替。
[deprecated]
QList
<
QHelpSearchEngine::SearchHit
> QHelpSearchEngine::
hits
(
int
start
,
int
end
) const
This function is deprecated. We strongly advise against using it in new code.
使用 searchResults () 代替。
[deprecated]
int
QHelpSearchEngine::
hitsCount
() const
This function is deprecated. We strongly advise against using it in new code.
使用 searchResultCount () 代替。
[deprecated]
QList
<
QHelpSearchQuery
> QHelpSearchEngine::
query
() const
This function is deprecated. We strongly advise against using it in new code.
使用 searchInput () 代替。
[slot, deprecated]
void
QHelpSearchEngine::
search
(const
QList
<
QHelpSearchQuery
> &
queryList
)
This function is deprecated. We strongly advise against using it in new code.
Use search(const QString & searchInput ) 代替。