以下成员源于类 QHelpSearchEngine 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
typedef
|
SearchHit |
(obsolete)
int
|
hitCount () const |
(obsolete)
QList<QHelpSearchEngine::SearchHit>
|
hits (int start , int end ) const |
(obsolete)
int
|
hitsCount () const |
(obsolete)
QList<QHelpSearchQuery>
|
query () const |
(obsolete)
void
|
search (const QList<QHelpSearchQuery> & queryList ) |
This typedef is obsolete. It is provided to keep old source code working. 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 ().
[slot]
void
QHelpSearchEngine::
search
(const
QList
<
QHelpSearchQuery
> &
queryList
)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Use search(const QString & searchInput ) 代替。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 searchResultCount () 代替。
该函数在 Qt 4.6 引入。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 searchResults () 代替。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 searchResultCount () 代替。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 searchInput () 代替。
该函数在 Qt 4.5 引入。