Obsolete Members for QHelpSearchEngine

クラスQHelpSearchEngine の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。

パブリック型

(deprecated) SearchHit

パブリック関数

(deprecated) int hitCount() const
(deprecated) QList<QHelpSearchEngine::SearchHit> hits(int start, int end) const
(deprecated) int hitsCount() const
(deprecated) QList<QHelpSearchQuery> query() const

パブリック・スロット

(deprecated) void search(const QList<QHelpSearchQuery> &queryList)

メンバー型ドキュメント

[deprecated] QHelpSearchEngine::SearchHit

この型定義は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにQHelpSearchResult

QPair<QString,QString>の型定義です。このペアの値は、ドキュメントファイルのパスとページのタイトルです。

hits()も参照してください

メンバ関数ドキュメント

[deprecated] int QHelpSearchEngine::hitCount() const

この関数は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにsearchResultCount() を使用してください。

[deprecated] QList<QHelpSearchEngine::SearchHit> QHelpSearchEngine::hits(int start, int end) const

この関数は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにsearchResults() を使用してください。

[deprecated] int QHelpSearchEngine::hitsCount() const

この関数は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにsearchResultCount() を使用してください。

[deprecated] QList<QHelpSearchQuery> QHelpSearchEngine::query() const

この関数は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにsearchInput() を使用してください。

この関数は非推奨である。新しいコードでは使用しないことを強くお勧めします。

代わりに search(constQString &searchInput) を使用してください。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.