dumpdoc ツール (ActiveQt)

dumpdoc ツールは、任意の COM オブジェクトの Qt 形式のドキュメントを生成し、指定されたファイルに書き込みます。

以下のコマンドラインパラメータでdumpdoc を呼び出します:

オプション結果
-o ファイル出力をファイルに書き込みます。
オブジェクトオブジェクトのドキュメントを生成する
-vバージョン情報を出力
-hヘルプを表示

オブジェクトはローカルマシンにインストールされたオブジェクトでなければならず(つまりリモートオブジェクトはサポートされていません)、プロパティを通してアクセス可能なサブオブジェクトを含むことができます。Outlook.Application/Session/CurrentUser

生成されるファイルはQtドキュメンテーション・スタイルのHTMLファイルです。

ツールをビルドするには、まずQAxContainer ライブラリをビルドする必要があります。その後、tools/dumpdoc でmakeツールを実行してください。

© 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.